Files
duplicati/Duplicati/Library/Compression/Duplicati.Library.Compression.csproj
T

31 lines
1.1 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
</PropertyGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
<PackageReference Include="sharpcompress" Version="0.36.0" />
</ItemGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
2022-04-12 21:43:50 -07:00
<Reference Include="managed-lzma">
2024-03-01 14:30:28 +01:00
<HintPath>..\..\..\thirdparty\ManagedLZMA\managed-lzma.dll</HintPath>
</Reference>
</ItemGroup>
2022-04-12 21:43:50 -07:00
<ItemGroup>
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj" />
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2009-01-14 17:29:30 +00:00
</Project>