System.Net-net_4_0.csproj 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>{0653CFE2-4A19-4B91-A51F-793F8D516790}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</NoWarn>
  11. <OutputPath>bin\Debug\System.Net-net_4_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>
  17. </RootNamespace>
  18. <AssemblyName>System.Net</AssemblyName>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <FileAlignment>512</FileAlignment>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699,1720</NoWarn>
  26. <Optimize>false</Optimize>
  27. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <NoWarn>1699,1720</NoWarn>
  34. <Optimize>true</Optimize>
  35. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  40. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  41. is a problem to compile the Mono mscorlib.dll -->
  42. <PropertyGroup>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. </PropertyGroup>
  45. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  46. <ItemGroup>
  47. <Compile Include="..\..\build\common\Consts.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="Assembly\TypeForwarders.cs" />
  51. <Compile Include="System.Net\IPEndPointCollection.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>
  61. </PreBuildEvent>
  62. <PostBuildEvent>
  63. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
  64. </PostBuildEvent>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  68. <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
  69. <Name>corlib\corlib-net_4_0</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  72. <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
  73. <Name>System\System-net_4_0-2</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  76. <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
  77. <Name>System.Core\System.Core-net_4_0</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  80. <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
  81. <Name>System.XML\System.Xml-net_4_0-1</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Folder Include="Properties\" />
  86. </ItemGroup>
  87. </Project>