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>
|
2025-11-14 15:05:39 +01:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2024-02-26 08:24:48 +01:00
|
|
|
<OutputType>Exe</OutputType>
|
2026-04-16 15:21:24 +02:00
|
|
|
<Copyright>Copyright © 2026 Team Duplicati, MIT license</Copyright>
|
2024-02-26 08:24:48 +01:00
|
|
|
</PropertyGroup>
|
2025-05-16 10:22:51 +02:00
|
|
|
|
2024-02-26 08:24:48 +01:00
|
|
|
<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
|
|
|
|
2024-07-09 00:37:18 +02:00
|
|
|
</Project>
|