System.Net.Http-net_4_x.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>{F1636C0A-FC68-4362-918F-9CCC789FED13}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>
  18. </RootNamespace>
  19. <AssemblyName>System.Net.Http</AssemblyName>
  20. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <NoWarn>1699</NoWarn>
  27. <Optimize>false</Optimize>
  28. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  41. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  42. is a problem to compile the Mono mscorlib.dll -->
  43. <PropertyGroup>
  44. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  45. </PropertyGroup>
  46. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  47. <ItemGroup>
  48. <Compile Include="..\..\build\common\Consts.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="System.Net.Http.Headers\AuthenticationHeaderValue.cs" />
  51. <Compile Include="System.Net.Http.Headers\CacheControlHeaderValue.cs" />
  52. <Compile Include="System.Net.Http.Headers\CollectionExtensions.cs" />
  53. <Compile Include="System.Net.Http.Headers\CollectionParser.cs" />
  54. <Compile Include="System.Net.Http.Headers\ContentDispositionHeaderValue.cs" />
  55. <Compile Include="System.Net.Http.Headers\ContentRangeHeaderValue.cs" />
  56. <Compile Include="System.Net.Http.Headers\EntityTagHeaderValue.cs" />
  57. <Compile Include="System.Net.Http.Headers\HashCodeCalculator.cs" />
  58. <Compile Include="System.Net.Http.Headers\HeaderInfo.cs" />
  59. <Compile Include="System.Net.Http.Headers\HttpContentHeaders.cs" />
  60. <Compile Include="System.Net.Http.Headers\HttpHeaderKind.cs" />
  61. <Compile Include="System.Net.Http.Headers\HttpHeaders.cs" />
  62. <Compile Include="System.Net.Http.Headers\HttpHeaderValueCollection.cs" />
  63. <Compile Include="System.Net.Http.Headers\HttpRequestHeaders.cs" />
  64. <Compile Include="System.Net.Http.Headers\HttpResponseHeaders.cs" />
  65. <Compile Include="System.Net.Http.Headers\Lexer.cs" />
  66. <Compile Include="System.Net.Http.Headers\MediaTypeHeaderValue.cs" />
  67. <Compile Include="System.Net.Http.Headers\MediaTypeWithQualityHeaderValue.cs" />
  68. <Compile Include="System.Net.Http.Headers\NameValueHeaderValue.cs" />
  69. <Compile Include="System.Net.Http.Headers\NameValueWithParametersHeaderValue.cs" />
  70. <Compile Include="System.Net.Http.Headers\Parser.cs" />
  71. <Compile Include="System.Net.Http.Headers\ProductHeaderValue.cs" />
  72. <Compile Include="System.Net.Http.Headers\ProductInfoHeaderValue.cs" />
  73. <Compile Include="System.Net.Http.Headers\QualityValue.cs" />
  74. <Compile Include="System.Net.Http.Headers\RangeConditionHeaderValue.cs" />
  75. <Compile Include="System.Net.Http.Headers\RangeHeaderValue.cs" />
  76. <Compile Include="System.Net.Http.Headers\RangeItemHeaderValue.cs" />
  77. <Compile Include="System.Net.Http.Headers\RetryConditionHeaderValue.cs" />
  78. <Compile Include="System.Net.Http.Headers\StringWithQualityHeaderValue.cs" />
  79. <Compile Include="System.Net.Http.Headers\TransferCodingHeaderValue.cs" />
  80. <Compile Include="System.Net.Http.Headers\TransferCodingWithQualityHeaderValue.cs" />
  81. <Compile Include="System.Net.Http.Headers\ViaHeaderValue.cs" />
  82. <Compile Include="System.Net.Http.Headers\WarningHeaderValue.cs" />
  83. <Compile Include="System.Net.Http\ByteArrayContent.cs" />
  84. <Compile Include="System.Net.Http\ClientCertificateOption.cs" />
  85. <Compile Include="System.Net.Http\DelegatingHandler.cs" />
  86. <Compile Include="System.Net.Http\FormUrlEncodedContent.cs" />
  87. <Compile Include="System.Net.Http\HttpClient.cs" />
  88. <Compile Include="System.Net.Http\HttpClientHandler.cs" />
  89. <Compile Include="System.Net.Http\HttpCompletionOption.cs" />
  90. <Compile Include="System.Net.Http\HttpContent.cs" />
  91. <Compile Include="System.Net.Http\HttpMessageHandler.cs" />
  92. <Compile Include="System.Net.Http\HttpMessageInvoker.cs" />
  93. <Compile Include="System.Net.Http\HttpMethod.cs" />
  94. <Compile Include="System.Net.Http\HttpRequestException.cs" />
  95. <Compile Include="System.Net.Http\HttpRequestMessage.cs" />
  96. <Compile Include="System.Net.Http\HttpResponseMessage.cs" />
  97. <Compile Include="System.Net.Http\MessageProcessingHandler.cs" />
  98. <Compile Include="System.Net.Http\MultipartContent.cs" />
  99. <Compile Include="System.Net.Http\MultipartFormDataContent.cs" />
  100. <Compile Include="System.Net.Http\StreamContent.cs" />
  101. <Compile Include="System.Net.Http\StringContent.cs" /> </ItemGroup>
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. <PropertyGroup>
  110. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  111. </PreBuildEvent>
  112. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  113. </PreBuildEvent>
  114. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  115. </PostBuildEvent>
  116. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  117. </PostBuildEvent>
  118. </PropertyGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  121. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  122. <Name>corlib-net_4_x</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  125. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  126. <Name>System.Core-net_4_x</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="../System/System-net_4_x.csproj">
  129. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  130. <Name>System-net_4_x</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Folder Include="Properties\" />
  135. </ItemGroup>
  136. </Project>