PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/WCFWebApi/prototype/Microsoft.ApplicationServer.HttpEnhancements/Microsoft.ApplicationServer.HttpEnhancements.csproj

#
MSBuild | 118 lines | 109 code | 0 blank | 9 comment | 0 complexity | 0ffc48f4e3d381ca819179ff3c9e21c6 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <SignAssembly>false</SignAssembly>
  5. </PropertyGroup>
  6. <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),WebApi.msbuild))\tools\WebApi.settings.targets" />
  7. <PropertyGroup>
  8. <ProjectGuid>{8C5CA420-BDC2-4B92-A20E-4EC1FBEEA27D}</ProjectGuid>
  9. <RootNamespace>Microsoft.ApplicationServer.HttpEnhancements</RootNamespace>
  10. <AssemblyName>Microsoft.ApplicationServer.HttpEnhancements</AssemblyName>
  11. <OutputType>Library</OutputType>
  12. <DocumentationFile>$(WebApiDocPath)\$(AssemblyName).XML</DocumentationFile>
  13. <SccProjectName />
  14. <SccLocalPath />
  15. <SccAuxPath />
  16. <SccProvider />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DocumentationFile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  22. <DocumentationFile />
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Reference Include="System" />
  26. <Reference Include="System.Core" />
  27. <Reference Include="System.Runtime.Serialization" />
  28. <Reference Include="System.ServiceModel" />
  29. <Reference Include="System.ServiceModel.Activation" />
  30. <Reference Include="System.ServiceModel.Web" />
  31. <Reference Include="System.Web" />
  32. <Reference Include="System.Xml.Linq" />
  33. <Reference Include="System.Data.DataSetExtensions" />
  34. <Reference Include="Microsoft.CSharp" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.Xml" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="GlobalSuppressions.cs" />
  40. <Compile Include="Microsoft\ApplicationServer\Http\JsonpHttpResponseHandler.cs" />
  41. <Compile Include="Microsoft\ApplicationServer\Http\JsonpMediaTypeFormatter.cs" />
  42. <Compile Include="Microsoft\ApplicationServer\Http\JsonpValueMediaTypeFormatter.cs" />
  43. <Compile Include="Microsoft\ApplicationServer\Http\MediaTypeFormatterCollectionExtensions.cs" />
  44. <Compile Include="Microsoft\ApplicationServer\Http\WebApiHttpOperationHandlerFactory.cs" />
  45. <Compile Include="SR2.Designer.cs">
  46. <DependentUpon>SR2.resx</DependentUpon>
  47. <AutoGen>True</AutoGen>
  48. <DesignTime>True</DesignTime>
  49. </Compile>
  50. <Compile Include="Microsoft\ApplicationServer\Http\WebApiConfiguration.cs" />
  51. <Compile Include="System\Runtime\TaskExtensions.cs" />
  52. <Compile Include="System\ServiceModel\Description\ServiceReflector.cs" />
  53. <Compile Include="System\ServiceModel\Description\TaskOperationAttribute.cs" />
  54. <Compile Include="System\ServiceModel\Description\TaskServiceAttribute.cs" />
  55. <Compile Include="System\ServiceModel\Description\TypeLoader.cs" />
  56. <Compile Include="System\ServiceModel\Diagnostics\OperationInvokerTrace.cs" />
  57. <Compile Include="System\ServiceModel\Dispatcher\CodeGenerator.cs" />
  58. <Compile Include="System\ServiceModel\Dispatcher\InvokerUtil.cs" />
  59. <Compile Include="System\ServiceModel\Dispatcher\TaskExtensions.cs" />
  60. <Compile Include="System\ServiceModel\Dispatcher\TaskMethodInvoker.cs" />
  61. <Compile Include="System\ServiceModel\EmptyArray.cs" />
  62. <Compile Include="System\ServiceModel\IOperationContractAttributeProvider.cs" />
  63. <Compile Include="System\Web\Routing\WebApiRoute.cs" />
  64. <Compile Include="Microsoft\ApplicationServer\Http\HtmlFormatter.cs" />
  65. <Compile Include="Microsoft\ApplicationServer\Http\PlainTextFormatter.cs" />
  66. <Compile Include="System\Web\Routing\RouteCollectionExtensions.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="SR.Designer.cs">
  69. <DependentUpon>SR.resx</DependentUpon>
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. </Compile>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\Src\Microsoft.ApplicationServer.Http\Microsoft.ApplicationServer.Http.csproj">
  76. <Project>{947ABFDB-E1A8-47D5-A982-A7B03CE02BC6}</Project>
  77. <Name>Microsoft.ApplicationServer.Http</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Src\Microsoft.Json\Microsoft.Json.csproj">
  80. <Project>{3B1B5BCE-4831-4203-8D8B-5F8AB1A3C03D}</Project>
  81. <Name>Microsoft.Json</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\Src\Microsoft.Net.Http.Formatting\Microsoft.Net.Http.Formatting.csproj">
  84. <Project>{B4A3D624-FC8E-4E20-A7C1-054B48B17F79}</Project>
  85. <Name>Microsoft.Net.Http.Formatting</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\Src\Microsoft.Server.Common\Microsoft.Server.Common.csproj">
  88. <Project>{66C1FCD4-848E-4071-87ED-8FC1383A6403}</Project>
  89. <Name>Microsoft.Server.Common</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\src\System.Net.Http\System.Net.Http.csproj">
  92. <Project>{6D7A8E9E-1576-4E5D-AB2F-F3B540FD9AD1}</Project>
  93. <Name>System.Net.Http</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <EmbeddedResource Include="SR.resx">
  98. <!-- <Generator>ResXFileCodeGenerator</Generator> -->
  99. <StrictResXFileCodeGenerator>true</StrictResXFileCodeGenerator>
  100. <SubType>Designer</SubType>
  101. <LastGenOutput>SR.Designer.cs</LastGenOutput>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="SR2.resx">
  104. <!-- <Generator>ResXFileCodeGenerator</Generator> -->
  105. <StrictResXFileCodeGenerator>true</StrictResXFileCodeGenerator>
  106. <SubType>Designer</SubType>
  107. <LastGenOutput>SR2.Designer.cs</LastGenOutput>
  108. </EmbeddedResource>
  109. </ItemGroup>
  110. <Import Project="$(WebApiToolsPath)\WebApi.targets" />
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>