System.IO.Compression.FileSystem-net_4_x.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{9E61FF2E-493E-4CA0-BBDA-2EF96A4CB058}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <NoWarn>1699</NoWarn>
  12. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
  13. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
  14. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
  15. <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
  16. <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
  17. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  18. <NoStdLib>True</NoStdLib>
  19. <NoConfig>True</NoConfig>
  20. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <RootNamespace>
  23. </RootNamespace>
  24. <AssemblyName>System.IO.Compression.FileSystem</AssemblyName>
  25. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  26. <FileAlignment>512</FileAlignment>
  27. <SignAssembly>true</SignAssembly>
  28. <AssemblyOriginatorKeyFile>../ecma.pub</AssemblyOriginatorKeyFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <NoWarn>1699</NoWarn>
  34. <Optimize>false</Optimize>
  35. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <NoWarn>1699</NoWarn>
  42. <Optimize>true</Optimize>
  43. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  48. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  49. is a problem to compile the Mono mscorlib.dll -->
  50. <PropertyGroup>
  51. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  52. </PropertyGroup>
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  54. <ItemGroup>
  55. <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\PathInternal.CaseSensitivity.cs" />
  56. <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPool.cs" />
  57. <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPoolEventSource.cs" />
  58. <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPool.cs" />
  59. <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPoolBucket.cs" />
  60. <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\Utilities.cs" />
  61. <Compile Include="..\..\..\external\corefx\src\System.IO.Compression.ZipFile\src\System\IO\Compression\ZipFile.cs" />
  62. <Compile Include="..\..\..\external\corefx\src\System.IO.Compression.ZipFile\src\System\IO\Compression\ZipFileExtensions.cs" />
  63. <Compile Include="..\..\build\common\Consts.cs" />
  64. <Compile Include="AssemblyInfo.cs" />
  65. <Compile Include="corefx\SR.cs" /> </ItemGroup>
  66. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  67. Other similar extension points exist, see Microsoft.Common.targets.
  68. <Target Name="BeforeBuild">
  69. </Target>
  70. <Target Name="AfterBuild">
  71. </Target>
  72. -->
  73. <PropertyGroup>
  74. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  75. </PreBuildEvent>
  76. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  77. </PreBuildEvent>
  78. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  79. </PostBuildEvent>
  80. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  81. </PostBuildEvent>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  85. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  86. <Name>corlib-net_4_x</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="../System/System-net_4_x.csproj">
  89. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  90. <Name>System-net_4_x</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="../System.IO.Compression/System.IO.Compression-net_4_x.csproj">
  93. <Project>{6187D26C-54C8-4298-829E-A99B0E6036B1}</Project>
  94. <Name>System.IO.Compression-net_4_x</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="Properties\" />
  99. </ItemGroup>
  100. </Project>