2025-01-22 21:04:19 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-12-30 10:59:29 -08:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-03-04 14:00:55 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-01-22 21:04:19 +01:00
|
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
2022-12-30 10:59:29 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-05-16 10:25:08 +02:00
|
|
|
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="7.0.0" />
|
2022-12-30 10:59:29 -08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-27 08:30:26 +02:00
|
|
|
<ProjectReference Include="..\..\CommandLine\CLI\Duplicati.CommandLine.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Common\Duplicati.Library.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Encryption\Duplicati.Library.Encryption.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Main\Duplicati.Library.Main.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Snapshots\Duplicati.Library.Snapshots.csproj" />
|
|
|
|
|
<ProjectReference Include="..\SQLiteHelper\Duplicati.Library.SQLiteHelper.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Server\Duplicati.Server.Serialization\Duplicati.Server.Serialization.csproj" />
|
2022-12-30 10:59:29 -08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-05-16 10:15:31 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Database\Database schema\**" />
|
|
|
|
|
<EmbeddedResource Include="newbackup.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-03-15 16:51:01 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="WebServer\Kestrel\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-12-30 10:59:29 -08:00
|
|
|
</Project>
|