2018-09-09 16:00:08 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2014-07-09 12:47:47 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-06-03 00:00:38 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-09-09 16:00:08 +02:00
|
|
|
|
|
|
|
|
<Version>2.0.0.7</Version>
|
|
|
|
|
<Copyright>LGPL, Copyright © Duplicati Team 2015</Copyright>
|
|
|
|
|
<Product>Duplicati.Tools.SQLiteTool</Product>
|
|
|
|
|
<Company>Duplicati Team</Company>
|
|
|
|
|
<Authors>Duplicati Team</Authors>
|
|
|
|
|
<Description>SQLiteTool</Description>
|
2014-07-09 12:47:47 +02:00
|
|
|
</PropertyGroup>
|
2018-09-09 16:00:08 +02:00
|
|
|
|
2014-07-09 12:47:47 +02:00
|
|
|
<ItemGroup>
|
2018-09-09 16:00:08 +02:00
|
|
|
<ProjectReference Include="..\..\Duplicati\Library\SQLiteHelper\Duplicati.Library.SQLiteHelper.csproj" />
|
2014-07-09 12:47:47 +02:00
|
|
|
</ItemGroup>
|
2018-09-09 16:00:08 +02:00
|
|
|
|
2014-07-09 12:47:47 +02:00
|
|
|
</Project>
|