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

16 lines
545 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-11-14 15:05:39 +01:00
<TargetFramework>net10.0</TargetFramework>
2025-04-24 16:36:14 +02:00
<Description>DatabaseTool for Duplicati</Description>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
2024-02-26 08:24:48 +01:00
</PropertyGroup>
2025-05-16 10:22:51 +02:00
<ItemGroup>
2025-11-14 15:45:19 +01:00
<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
2024-07-09 00:37:18 +02:00
</Project>