File: System.IO.Compression.csproj
Web Access
Project: src\runtime\src\libraries\System.IO.Compression\src\System.IO.Compression.csproj (System.IO.Compression)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>System.IO.Compression</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;UNIX;UNIX1_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System/IO/Compression/ZipArchive.cs"/>
    <Compile Include="System/IO/Compression/ZipArchive.Async.cs"/>
    <Compile Include="System/IO/Compression/ZipArchiveEntry.cs"/>
    <Compile Include="System/IO/Compression/ZipArchiveEntry.Async.cs"/>
    <Compile Include="System/IO/Compression/ZipArchiveMode.cs"/>
    <Compile Include="System/IO/Compression/ZipBlocks.cs"/>
    <Compile Include="System/IO/Compression/ZipBlocks.Async.cs"/>
    <Compile Include="System/IO/Compression/ZipBlocks.FieldLengths.cs"/>
    <Compile Include="System/IO/Compression/ZipBlocks.FieldLocations.cs"/>
    <Compile Include="System/IO/Compression/ZipCustomStreams.cs"/>
    <Compile Include="System/IO/Compression/ZipHelper.cs"/>
    <Compile Include="System/IO/Compression/ZipHelper.Async.cs"/>
    <Compile Include="System/IO/Compression/ZipVersion.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/BlockType.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/DeflateManagedStream.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/HuffmanTree.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/InflaterManaged.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/InflaterState.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/InputBuffer.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/MatchState.cs"/>
    <Compile Include="System/IO/Compression/DeflateManaged/OutputWindow.cs"/>
    <Compile Include="System/IO/Compression/DeflateZLib/Deflater.cs"/>
    <Compile Include="System/IO/Compression/DeflateZLib/DeflateStream.cs"/>
    <Compile Include="System/IO/Compression/DeflateZLib/Inflater.cs"/>
    <Compile Include="System/IO/Compression/DeflateZLib/ZLibException.cs"/>
    <Compile Include="../../Common/src/Interop/Interop.zlib.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.zlib.cs"/>
    <Compile Include="../../Common/src/System/IO/Compression/ZLibNative.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.cs"/>
    <Compile Include="../../Common/src/System/IO/Compression/ZLibNative.CompressionLevel.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.CompressionLevel.cs"/>
    <Compile Include="../../Common/src/System/IO/Compression/ZLibNative.ZStream.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZLibNative.ZStream.cs"/>
    <Compile Include="../../Common/src/System/IO/SubReadStream.cs" Link="src/runtime/src/libraries/Common/src/System/IO/SubReadStream.cs"/>
    <Compile Include="System/IO/Compression/CompressionFormat.cs"/>
    <Compile Include="System/IO/Compression/CompressionLevel.cs"/>
    <Compile Include="System/IO/Compression/CompressionMode.cs"/>
    <Compile Include="System/IO/Compression/Crc32Helper.ZLib.cs"/>
    <Compile Include="System/IO/Compression/GZipStream.cs"/>
    <Compile Include="System/IO/Compression/PositionPreservingWriteOnlyStreamWrapper.cs"/>
    <Compile Include="System/IO/Compression/DeflateDecoder.cs"/>
    <Compile Include="System/IO/Compression/DeflateEncoder.cs"/>
    <Compile Include="System/IO/Compression/GZipDecoder.cs"/>
    <Compile Include="System/IO/Compression/GZipEncoder.cs"/>
    <Compile Include="System/IO/Compression/ZLibCompressionOptions.cs"/>
    <Compile Include="System/IO/Compression/ZLibDecoder.cs"/>
    <Compile Include="System/IO/Compression/ZLibEncoder.cs"/>
    <Compile Include="System/IO/Compression/ZLibStream.cs"/>
    <Compile Include="System/IO/Compression/ZipCompressionMethod.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="System/IO/Compression/ZipArchiveEntry.Unix.cs"/>
    <Compile Include="../../Common/src/System/IO/Compression/ZipArchiveEntryConstants.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Compression/ZipArchiveEntryConstants.Unix.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.PathConf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Stat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs"/>
    <Compile Include="../../Common/src/Interop/Interop.Zstd.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Zstd.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardCompressionOptions.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardDecoder.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardDictionary.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardEncoder.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardStream.Compress.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardStream.Decompress.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardStream.cs"/>
    <Compile Include="System/IO/Compression/Zstandard/ZstandardUtils.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeZstdHandle.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeZstdHandle.cs"/>
    <Compile Include="../../Common/src/System/Net/ArrayBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/ArrayBuffer.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
    <Compile Include="../../../../artifacts/obj/System.IO.Compression/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.IO.Compression/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.IO.Compression/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.IO.Compression/Release/net11.0-unix/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.IO.Compression/Release/net11.0-unix/System.IO.Compression.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.IO.Compression/Release/net11.0-unix/System.IO.Compression.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
  </ItemGroup>
</Project>