2018-09-09 16:19:14 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2014-06-29 16:48:26 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-06-03 00:00:38 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-09-09 16:19:14 +02:00
|
|
|
|
|
|
|
|
<Version>2.0.0.7</Version>
|
|
|
|
|
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
|
|
|
|
|
<Product>Duplicati.BuildTools.AutoUpdateBuilder</Product>
|
|
|
|
|
<Company>Duplicati Team</Company>
|
|
|
|
|
<Authors>Duplicati Team</Authors>
|
|
|
|
|
<Description>AutoUpdateBuilder</Description>
|
2014-06-29 16:48:26 +02:00
|
|
|
</PropertyGroup>
|
2018-09-09 16:19:14 +02:00
|
|
|
|
2014-06-29 16:48:26 +02:00
|
|
|
<ItemGroup>
|
2018-09-09 16:19:14 +02:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
2014-06-29 16:48:26 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 16:19:14 +02:00
|
|
|
|
2017-06-23 23:12:13 +02:00
|
|
|
<ItemGroup>
|
2018-09-09 16:19:14 +02:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Interface\Duplicati.Library.Interface.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Compression\Duplicati.Library.Compression.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Encryption\Duplicati.Library.Encryption.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\License\Duplicati.License.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Utility\Duplicati.Library.Utility.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\Logging\Duplicati.Library.Logging.csproj" />
|
2017-06-23 23:12:13 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 16:19:14 +02:00
|
|
|
|
2014-06-29 16:48:26 +02:00
|
|
|
</Project>
|