29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.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>
|
|
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
|
|
<ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj" />
|
|
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="SharpAESCrypt">
|
|
<HintPath>..\..\..\thirdparty\SharpAESCrypt\SharpAESCrypt.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project> |