Files
duplicati/Duplicati/Library/RestAPI/Duplicati.Library.RestAPI.csproj
T

28 lines
1.0 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-03-04 14:00:55 +01:00
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
</PropertyGroup>
<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" />
</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>
</Project>