| File: System.Formats.Tar.csproj | Web Access |
| Project: src\runtime\src\libraries\System.Formats.Tar\src\System.Formats.Tar.csproj (System.Formats.Tar) |
<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.Formats.Tar</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <PublicSign>true</PublicSign> <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.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/Formats/Tar/FieldLengths.cs"/> <Compile Include="System/Formats/Tar/FieldLocations.cs"/> <Compile Include="System/Formats/Tar/PosixTarEntry.cs"/> <Compile Include="System/Formats/Tar/V7TarEntry.cs"/> <Compile Include="System/Formats/Tar/TarHeader.cs"/> <Compile Include="System/Formats/Tar/TarHeader.Read.cs"/> <Compile Include="System/Formats/Tar/TarHeader.Write.cs"/> <Compile Include="System/Formats/Tar/TarHelpers.cs"/> <Compile Include="System/Formats/Tar/TarEntry.cs"/> <Compile Include="System/Formats/Tar/TarEntryFormat.cs"/> <Compile Include="System/Formats/Tar/UstarTarEntry.cs"/> <Compile Include="System/Formats/Tar/GnuTarEntry.cs"/> <Compile Include="System/Formats/Tar/PaxGlobalExtendedAttributesTarEntry.cs"/> <Compile Include="System/Formats/Tar/PaxTarEntry.cs"/> <Compile Include="System/Formats/Tar/TarEntryType.cs"/> <Compile Include="System/Formats/Tar/TarExtractOptions.cs"/> <Compile Include="System/Formats/Tar/TarFile.cs"/> <Compile Include="System/Formats/Tar/TarReader.cs"/> <Compile Include="System/Formats/Tar/TarHardLinkMode.cs"/> <Compile Include="System/Formats/Tar/TarWriter.cs"/> <Compile Include="System/Formats/Tar/TarWriterOptions.cs"/> <Compile Include="System/Formats/Tar/GnuSparseStream.cs"/> <Compile Include="../../Common/src/System/ReadWriteAdapter.cs" Link="src/runtime/src/libraries/Common/src/System/ReadWriteAdapter.cs"/> <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/> <Compile Include="../../Common/src/System/IO/SubReadStream.cs" Link="src/runtime/src/libraries/Common/src/System/IO/SubReadStream.cs"/> <Compile Include="../../Common/src/System/IO/Archiving.Utils.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Archiving.Utils.cs"/> <Compile Include="../../Common/src/System/IO/PathInternal.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.cs"/> <Compile Include="../../Common/src/System/IO/PathInternal.CaseSensitivity.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.CaseSensitivity.cs"/> <Compile Include="../../Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/> <Compile Include="System/Formats/Tar/TarEntry.Unix.cs"/> <Compile Include="System/Formats/Tar/TarHelpers.Unix.cs"/> <Compile Include="System/Formats/Tar/TarWriter.Unix.cs"/> <Compile Include="../../Common/src/Interop/Unix/Interop.IOErrors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.IOErrors.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/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.DeviceFiles.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.DeviceFiles.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetGroupName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupName.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Link.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs"/> <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.MkFifo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkFifo.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/System/IO/Archiving.Utils.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/IO/Archiving.Utils.Unix.cs"/> <Compile Include="../../Common/src/System/IO/PathInternal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.Unix.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.Formats.Tar/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Formats.Tar/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="../../../../artifacts/obj/System.Formats.Tar/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.Formats.Tar/Release/net11.0-unix/System.SR.cs"/> <Compile Include="../../../../artifacts/obj/System.Formats.Tar/Release/net11.0-unix/System.Formats.Tar.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Formats.Tar/Release/net11.0-unix/System.Formats.Tar.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="../../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/> <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/> <ReferencePath Include="../../../../../../ref/cad71cdb63a94cf88eeef35eefcb73bb/System.Numerics.Vectors.dll"/> <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/> <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/> </ItemGroup> <ItemGroup> <Compile Include="_generated/0/LibraryImports.g.cs"/> </ItemGroup> </Project>