| 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;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/ZipEncryptionMethod.cs"/> <Compile Include="System/IO/Compression/ZipCryptoStream.cs"/> <Compile Include="System/IO/Compression/WinZipAesStream.cs"/> <Compile Include="System/IO/Compression/WinZipAesKeyMaterial.cs"/> <Compile Include="System/IO/Compression/ZipCryptoKeys.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/ZstandardDecompressionOptions.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/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/> <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/> <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/> <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../../ref/3438e3d0bd0f4b588d36e75b470e6c95/System.Security.Cryptography.dll"/> <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/> </ItemGroup> <ItemGroup> <Compile Include="_generated/0/LibraryImports.g.cs"/> </ItemGroup> </Project>