System.Net-net_4_5.csproj 3.9 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>{ADF802C8-DED6-4991-A5AE-34B8F1440EE4}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</NoWarn>
  11. <OutputPath>bin\Debug\System.Net-net_4_5</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.5</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_4_5;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_4_5;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_5\ /Y /R /D
  64. </PostBuildEvent>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  68. <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
  69. <Name>corlib\corlib-net_4_5</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\System\System-net_4_5-2.csproj">
  72. <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
  73. <Name>System\System-net_4_5-2</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  76. <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
  77. <Name>System.Core\System.Core-net_4_5</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
  80. <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
  81. <Name>System.XML\System.Xml-net_4_5-1</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Folder Include="Properties\" />
  86. </ItemGroup>
  87. </Project>