Files
duplicati/Tools/ZipFileDebugger/ZipFileDebugger.csproj
T

21 lines
900 B
XML
Raw Normal View History

2024-02-26 08:24:48 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
2024-02-26 08:24:48 +01:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
2024-02-26 08:24:48 +01:00
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Duplicati\Library\Interface\Duplicati.Library.Interface.csproj" />
2022-04-12 21:43:50 -07:00
<ProjectReference Include="..\..\Duplicati\Library\Compression\Duplicati.Library.Compression.csproj" />
2024-02-26 08:24:48 +01:00
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\..\Duplicati\Library\Logging\Duplicati.Library.Logging.csproj" />
</ItemGroup>
2022-04-12 21:43:50 -07:00
<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>
</Project>