2025-01-17 08:57:02 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-02-10 21:37:52 +01:00
|
|
|
<OutputType>Library</OutputType>
|
2025-11-14 15:05:39 +01:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2025-01-17 08:57:02 +01:00
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2026-04-12 08:12:05 +02:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Main\Duplicati.Library.Main.csproj" />
|
2025-05-16 10:15:31 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-01-17 08:57:02 +01:00
|
|
|
</Project>
|