Files
duplicati/Executables/net8/Duplicati.CommandLine.DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj
T

23 lines
848 B
XML
Raw Normal View History

2024-07-09 00:37:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
2024-02-26 08:24:48 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2025-04-24 16:36:14 +02:00
<TargetFramework>net8.0</TargetFramework>
<Description>DatabaseTool for Duplicati</Description>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
2024-02-26 08:24:48 +01:00
</PropertyGroup>
2025-04-24 16:36:14 +02:00
<ItemGroup>
<ProjectReference Include="..\..\..\Duplicati\Library\Crashlog\Duplicati.Library.Crashlog.csproj" />
<ProjectReference Include="..\..\..\Duplicati\CommandLine\DatabaseTool\Duplicati.CommandLine.DatabaseTool.csproj" />
2024-02-26 08:24:48 +01:00
</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>
2024-07-09 00:37:18 +02:00
</Project>