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>
|
2024-05-21 09:54:01 +02:00
|
|
|
<Description>The Server SharpAESCrypt implementation</Description>
|
|
|
|
|
<AssemblyName>Duplicati.CommandLine.SharpAESCrypt</AssemblyName>
|
2025-01-22 21:04:19 +01:00
|
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
2022-04-12 21:43:50 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-05-21 09:54:01 +02:00
|
|
|
<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" />
|
2024-05-21 09:54:01 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-07-09 00:37:18 +02:00
|
|
|
</Project>
|