Files
duplicati/Executables/Duplicati.CommandLine.SharpAESCrypt/Duplicati.CommandLine.SharpAESCrypt.csproj
T

17 lines
615 B
XML
Raw Normal View History

2024-07-09 00:37:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2022-04-12 21:43:50 -07:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2025-11-14 15:05:39 +01:00
<TargetFramework>net10.0</TargetFramework>
<Description>The Server SharpAESCrypt implementation</Description>
<AssemblyName>Duplicati.CommandLine.SharpAESCrypt</AssemblyName>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
2022-04-12 21:43:50 -07:00
</PropertyGroup>
<ItemGroup>
2025-11-14 15:45:19 +01:00
<ProjectReference Include="..\..\Duplicati\Library\Encryption\Duplicati.Library.Encryption.csproj" />
<ProjectReference Include="..\..\Duplicati\Library\Crashlog\Duplicati.Library.Crashlog.csproj" />
</ItemGroup>
2024-07-09 00:37:18 +02:00
</Project>