2024-02-25 16:19:25 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<PropertyGroup>
|
2024-03-01 14:29:54 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2022-04-12 21:43:50 -07:00
|
|
|
<Description>RecoveryTool for Duplicati</Description>
|
|
|
|
|
<AssemblyName>Duplicati.CommandLine.RecoveryTool.Implementation</AssemblyName>
|
2024-02-25 16:19:25 +01:00
|
|
|
</PropertyGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
<ProjectReference Include="..\..\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj">
|
|
|
|
|
</ProjectReference>
|
2022-11-18 21:55:46 -08:00
|
|
|
<ProjectReference Include="..\..\Library\Backends\Duplicati.Library.Backends.csproj" />
|
2022-04-12 21:43:50 -07:00
|
|
|
<ProjectReference Include="..\..\Library\Compression\Duplicati.Library.Compression.csproj">
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Library\DynamicLoader\Duplicati.Library.DynamicLoader.csproj">
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Library\Encryption\Duplicati.Library.Encryption.csproj">
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Library\Interface\Duplicati.Library.Interface.csproj">
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Library\Utility\Duplicati.Library.Utility.csproj">
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Library\Main\Duplicati.Library.Main.csproj">
|
|
|
|
|
</ProjectReference>
|
2024-02-25 16:19:25 +01:00
|
|
|
</ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="help.txt" />
|
|
|
|
|
</ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
2024-02-25 16:19:25 +01:00
|
|
|
<ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2024-02-25 16:19:25 +01:00
|
|
|
</ItemGroup>
|
2022-04-12 21:43:50 -07:00
|
|
|
|
|
|
|
|
</Project>
|