System.Net.Http-net_4_x.csproj 8.0 KB

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