Files
duplicati/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj
T
2020-06-03 00:00:38 +02:00

31 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.0.0.7</Version>
<Copyright>LGPL, Copyright � Duplicati Team 2015</Copyright>
<Product>Duplicati.Encryption</Product>
<Company>Duplicati Team</Company>
<Authors>Duplicati Team</Authors>
<Description>Encryption implementation for Duplicati</Description>
<PackageId>Encryption</PackageId>
<AssemblyName>Duplicati.Encryption</AssemblyName>
<RootNamespace>Duplicati.Encryption</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SharpAESCrypt.dll" Version="1.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj" />
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
</ItemGroup>
</Project>