System.Net.Http.WebRequest-net_4_x.csproj 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{A98B5CC3-EAFC-4EFD-ABC6-2F2A65BE98F5}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <NoWarn>1699</NoWarn>
  12. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  13. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  14. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  15. <NoStdLib>True</NoStdLib>
  16. <NoConfig>True</NoConfig>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.Net.Http.WebRequest</AssemblyName>
  21. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <NoWarn>1699</NoWarn>
  28. <Optimize>false</Optimize>
  29. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <NoWarn>1699</NoWarn>
  36. <Optimize>true</Optimize>
  37. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  42. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  43. is a problem to compile the Mono mscorlib.dll -->
  44. <PropertyGroup>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. </PropertyGroup>
  47. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  48. <ItemGroup>
  49. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  50. <Compile Include="Assembly\AssemblyInfo.cs" />
  51. <Compile Include="System.Net.Http.WebRequest\WebRequestHandler.cs" /> </ItemGroup>
  52. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  53. Other similar extension points exist, see Microsoft.Common.targets.
  54. <Target Name="BeforeBuild">
  55. </Target>
  56. <Target Name="AfterBuild">
  57. </Target>
  58. -->
  59. <PropertyGroup>
  60. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  61. </PreBuildEvent>
  62. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  63. </PreBuildEvent>
  64. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  65. </PostBuildEvent>
  66. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  67. </PostBuildEvent>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  71. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  72. <Name>corlib-net_4_x</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="../System.Net.Http/System.Net.Http-net_4_x.csproj">
  75. <Project>{F1636C0A-FC68-4362-918F-9CCC789FED13}</Project>
  76. <Name>System.Net.Http-net_4_x</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="../System/System-net_4_x.csproj">
  79. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  80. <Name>System-net_4_x</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Folder Include="Properties\" />
  85. </ItemGroup>
  86. </Project>