|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.IO.Compression</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET10_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;NET10_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="..\..\Common\src\Interop\Interop.zlib.cs" Link="src\libraries\Common\src\Interop\Interop.zlib.cs"/>
<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\System\IO\Compression\ZLibNative.cs" Link="src\libraries\Common\src\System\IO\Compression\ZLibNative.cs"/>
<Compile Include="..\..\Common\src\System\IO\Compression\ZLibNative.CompressionLevel.cs" Link="src\libraries\Common\src\System\IO\Compression\ZLibNative.CompressionLevel.cs"/>
<Compile Include="..\..\Common\src\System\IO\Compression\ZLibNative.ZStream.cs" Link="src\libraries\Common\src\System\IO\Compression\ZLibNative.ZStream.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\ZLibCompressionOptions.cs"/>
<Compile Include="System\IO\Compression\ZLibStream.cs"/>
<Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="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\libraries\Common\src\System\IO\Compression\ZipArchiveEntryConstants.Unix.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\Interop.Libraries.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.Libraries.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.IO.Compression\Debug\net10.0-unix\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.IO.Compression\Debug\net10.0-unix\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.IO.Compression\Debug\net10.0-unix\System.SR.cs" Link="artifacts\obj\System.IO.Compression\Debug\net10.0-unix\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.IO.Compression\Debug\net10.0-unix\System.IO.Compression.AssemblyInfo.cs" Link="artifacts\obj\System.IO.Compression\Debug\net10.0-unix\System.IO.Compression.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\6db6afab8a0b40de93f2c5b0e204c4c7\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b62e976e7a1744cea5ca38a9f5381396\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d17ec8df46a416e888ccab658e7ccb3\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c19e0a7b6d3f4fb3b757424aeef04267\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbeffea32dcd4054928cbd4ec57891f9\System.Threading.dll"/>
</ItemGroup>
</Project>
|