39 lines
1.5 KiB
XML
39 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Description>RecoveryTool for Duplicati</Description>
|
|
<AssemblyName>Duplicati.CommandLine.RecoveryTool.Implementation</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj">
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backends\Duplicati.Library.Backends.csproj" />
|
|
<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>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="help.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|