System.Net.Http-net_4_5.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{46CFCFD7-D328-4896-86F2-215A6577548C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.Net.Http-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Net.Http</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="Assembly\AssemblyInfo.cs" />
  48. <Compile Include="System.Net.Http.Headers\AuthenticationHeaderValue.cs" />
  49. <Compile Include="System.Net.Http.Headers\CacheControlHeaderValue.cs" />
  50. <Compile Include="System.Net.Http.Headers\CollectionExtensions.cs" />
  51. <Compile Include="System.Net.Http.Headers\ContentDispositionHeaderValue.cs" />
  52. <Compile Include="System.Net.Http.Headers\ContentRangeHeaderValue.cs" />
  53. <Compile Include="System.Net.Http.Headers\EntityTagHeaderValue.cs" />
  54. <Compile Include="System.Net.Http.Headers\HashCodeCalculator.cs" />
  55. <Compile Include="System.Net.Http.Headers\HeaderInfo.cs" />
  56. <Compile Include="System.Net.Http.Headers\HttpContentHeaders.cs" />
  57. <Compile Include="System.Net.Http.Headers\HttpHeaderKind.cs" />
  58. <Compile Include="System.Net.Http.Headers\HttpHeaders.cs" />
  59. <Compile Include="System.Net.Http.Headers\HttpHeaderValueCollection.cs" />
  60. <Compile Include="System.Net.Http.Headers\HttpRequestHeaders.cs" />
  61. <Compile Include="System.Net.Http.Headers\HttpResponseHeaders.cs" />
  62. <Compile Include="System.Net.Http.Headers\Lexer.cs" />
  63. <Compile Include="System.Net.Http.Headers\MediaTypeHeaderValue.cs" />
  64. <Compile Include="System.Net.Http.Headers\MediaTypeWithQualityHeaderValue.cs" />
  65. <Compile Include="System.Net.Http.Headers\NameValueHeaderValue.cs" />
  66. <Compile Include="System.Net.Http.Headers\NameValueWithParametersHeaderValue.cs" />
  67. <Compile Include="System.Net.Http.Headers\Parser.cs" />
  68. <Compile Include="System.Net.Http.Headers\ProductHeaderValue.cs" />
  69. <Compile Include="System.Net.Http.Headers\ProductInfoHeaderValue.cs" />
  70. <Compile Include="System.Net.Http.Headers\QualityValue.cs" />
  71. <Compile Include="System.Net.Http.Headers\RangeConditionHeaderValue.cs" />
  72. <Compile Include="System.Net.Http.Headers\RangeHeaderValue.cs" />
  73. <Compile Include="System.Net.Http.Headers\RangeItemHeaderValue.cs" />
  74. <Compile Include="System.Net.Http.Headers\RetryConditionHeaderValue.cs" />
  75. <Compile Include="System.Net.Http.Headers\StringWithQualityHeaderValue.cs" />
  76. <Compile Include="System.Net.Http.Headers\TransferCodingHeaderValue.cs" />
  77. <Compile Include="System.Net.Http.Headers\TransferCodingWithQualityHeaderValue.cs" />
  78. <Compile Include="System.Net.Http.Headers\ViaHeaderValue.cs" />
  79. <Compile Include="System.Net.Http.Headers\WarningHeaderValue.cs" />
  80. <Compile Include="System.Net.Http\ByteArrayContent.cs" />
  81. <Compile Include="System.Net.Http\ClientCertificateOption.cs" />
  82. <Compile Include="System.Net.Http\DelegatingHandler.cs" />
  83. <Compile Include="System.Net.Http\FormUrlEncodedContent.cs" />
  84. <Compile Include="System.Net.Http\HttpClient.cs" />
  85. <Compile Include="System.Net.Http\HttpClientHandler.cs" />
  86. <Compile Include="System.Net.Http\HttpCompletionOption.cs" />
  87. <Compile Include="System.Net.Http\HttpContent.cs" />
  88. <Compile Include="System.Net.Http\HttpMessageHandler.cs" />
  89. <Compile Include="System.Net.Http\HttpMessageInvoker.cs" />
  90. <Compile Include="System.Net.Http\HttpMethod.cs" />
  91. <Compile Include="System.Net.Http\HttpRequestException.cs" />
  92. <Compile Include="System.Net.Http\HttpRequestMessage.cs" />
  93. <Compile Include="System.Net.Http\HttpResponseMessage.cs" />
  94. <Compile Include="System.Net.Http\MessageProcessingHandler.cs" />
  95. <Compile Include="System.Net.Http\MultipartContent.cs" />
  96. <Compile Include="System.Net.Http\MultipartFormDataContent.cs" />
  97. <Compile Include="System.Net.Http\StreamContent.cs" />
  98. <Compile Include="System.Net.Http\StringContent.cs" /> </ItemGroup>
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. <PropertyGroup>
  107. <PreBuildEvent>
  108. </PreBuildEvent>
  109. <PostBuildEvent>
  110. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
  111. </PostBuildEvent>
  112. </PropertyGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  115. <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
  116. <Name>corlib\corlib-net_4_5</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  119. <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>
  120. <Name>System.Core\System.Core-net_4_5</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\System\System-net_4_5-2.csproj">
  123. <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
  124. <Name>System\System-net_4_5-2</Name>
  125. </ProjectReference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Folder Include="Properties\" />
  129. </ItemGroup>
  130. </Project>