System.Net.Http-tests-net_4_5.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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>{98DA1392-DAD8-4F11-9B88-1E1578FF7670}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.Net.Http-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Net.Http_test_net_4_5</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="Test\System.Net.Http.Headers\AuthenticationHeaderValueTest.cs" />
  47. <Compile Include="Test\System.Net.Http.Headers\CacheControlHeaderValueTest.cs" />
  48. <Compile Include="Test\System.Net.Http.Headers\ContentDispositionHeaderValueTest.cs" />
  49. <Compile Include="Test\System.Net.Http.Headers\ContentRangeHeaderValueTest.cs" />
  50. <Compile Include="Test\System.Net.Http.Headers\EntityTagHeaderValueTest.cs" />
  51. <Compile Include="Test\System.Net.Http.Headers\HttpHeadersTest.cs" />
  52. <Compile Include="Test\System.Net.Http.Headers\HttpHeaderValueCollection.cs" />
  53. <Compile Include="Test\System.Net.Http.Headers\HttpRequestHeadersTest.cs" />
  54. <Compile Include="Test\System.Net.Http.Headers\MediaTypeHeaderValueTest.cs" />
  55. <Compile Include="Test\System.Net.Http.Headers\MediaTypeWithQualityHeaderValueTest.cs" />
  56. <Compile Include="Test\System.Net.Http.Headers\NameValueHeaderValueTest.cs" />
  57. <Compile Include="Test\System.Net.Http.Headers\NameValueWithParametersHeaderValueTest.cs" />
  58. <Compile Include="Test\System.Net.Http.Headers\ProductHeaderValueTest.cs" />
  59. <Compile Include="Test\System.Net.Http.Headers\ProductInfoHeaderValueTest.cs" />
  60. <Compile Include="Test\System.Net.Http.Headers\RangeConditionHeaderValueTest.cs" />
  61. <Compile Include="Test\System.Net.Http.Headers\RangeHeaderValueTest.cs" />
  62. <Compile Include="Test\System.Net.Http.Headers\RangeItemHeaderValueTest.cs" />
  63. <Compile Include="Test\System.Net.Http.Headers\RetryConditionHeaderValueTest.cs" />
  64. <Compile Include="Test\System.Net.Http.Headers\StringWithQualityHeaderValueTest.cs" />
  65. <Compile Include="Test\System.Net.Http.Headers\TransferCodingHeaderValueTest.cs" />
  66. <Compile Include="Test\System.Net.Http.Headers\TransferCodingWithQualityHeaderValueTest.cs" />
  67. <Compile Include="Test\System.Net.Http.Headers\ViaHeaderValueTest.cs" />
  68. <Compile Include="Test\System.Net.Http.Headers\WarningHeaderValueTest.cs" />
  69. <Compile Include="Test\System.Net.Http\ByteArrayContentTest.cs" />
  70. <Compile Include="Test\System.Net.Http\FormUrlEncodedContentTest.cs" />
  71. <Compile Include="Test\System.Net.Http\HttpClientHandlerTest.cs" />
  72. <Compile Include="Test\System.Net.Http\HttpClientTest.cs" />
  73. <Compile Include="Test\System.Net.Http\HttpMethodTest.cs" />
  74. <Compile Include="Test\System.Net.Http\HttpRequestMessageTest.cs" />
  75. <Compile Include="Test\System.Net.Http\HttpResponseMessageTest.cs" />
  76. <Compile Include="Test\System.Net.Http\MultipartContentTest.cs" />
  77. <Compile Include="Test\System.Net.Http\MultipartFormDataContentTest.cs" />
  78. <Compile Include="Test\System.Net.Http\StreamContentTest.cs" />
  79. <Compile Include="Test\System.Net.Http\StringContentTest.cs" /> </ItemGroup>
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. <PropertyGroup>
  88. <PreBuildEvent>
  89. </PreBuildEvent>
  90. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  91. </PostBuildEvent>
  92. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  93. </PostBuildEvent>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  97. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  98. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  99. <Name>corlib\corlib-net_4_5</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System.Net.Http\System.Net.Http-net_4_5.csproj">
  102. <Project>{E36C154B-A0AC-4721-B06A-AFE31D357CE5}</Project>
  103. <Name>System.Net.Http\System.Net.Http-net_4_5</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System\System-net_4_5-2.csproj">
  106. <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
  107. <Name>System\System-net_4_5-2</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  110. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  111. <Name>System.Core\System.Core-net_4_5</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Folder Include="Properties\" />
  116. </ItemGroup>
  117. </Project>