System.Net-net_4_x.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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>{A455F1BB-6273-4BAE-985C-563BED11D529}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.Net</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,1720</NoWarn>
  28. <Optimize>false</Optimize>
  29. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</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,1720</NoWarn>
  36. <Optimize>true</Optimize>
  37. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</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\Consts.cs" />
  50. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  51. <Compile Include="Assembly\AssemblyInfo.cs" />
  52. <Compile Include="Assembly\TypeForwarders.cs" />
  53. <Compile Include="System.Net\IPEndPointCollection.cs" /> </ItemGroup>
  54. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  55. Other similar extension points exist, see Microsoft.Common.targets.
  56. <Target Name="BeforeBuild">
  57. </Target>
  58. <Target Name="AfterBuild">
  59. </Target>
  60. -->
  61. <PropertyGroup>
  62. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  63. </PreBuildEvent>
  64. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  65. </PreBuildEvent>
  66. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  67. </PostBuildEvent>
  68. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  69. </PostBuildEvent>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  73. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  74. <Name>corlib-net_4_x</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="../System/System-net_4_x.csproj">
  77. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  78. <Name>System-net_4_x</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  81. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  82. <Name>System.Core-net_4_x</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
  85. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  86. <Name>System.Xml-net_4_x</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Folder Include="Properties\" />
  91. </ItemGroup>
  92. </Project>