Files
duplicati/Duplicati/Library/SQLiteHelper/Duplicati.Library.SQLiteHelper.csproj
T

60 lines
2.5 KiB
XML
Raw Normal View History

2018-06-24 14:49:30 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2015-01-26 11:13:54 +01:00
<PropertyGroup>
2020-06-03 00:00:38 +02:00
<TargetFramework>net5.0</TargetFramework>
2018-06-24 14:49:30 +02:00
<Version>2.0.0.7</Version>
2018-09-09 14:21:55 +02:00
2018-06-24 14:49:30 +02:00
<Copyright>LGPL, Copyright ? Duplicati Team 2015</Copyright>
<Product>Duplicati.SQLiteHelper</Product>
<Company>Duplicati Team</Company>
<Authors>Duplicati Team</Authors>
<Description>SQLiteHelper for Duplicati</Description>
<PackageId>SQLiteHelper</PackageId>
<AssemblyName>Duplicati.SQLiteHelper</AssemblyName>
<RootNamespace>Duplicati.SQLiteHelper</RootNamespace>
2015-01-26 11:13:54 +01:00
</PropertyGroup>
2018-06-24 14:49:30 +02:00
2015-01-26 11:13:54 +01:00
<ItemGroup>
<Content Include="..\..\..\thirdparty\SQLite\win64\System.Data.SQLite.dll">
<Link>SQLite\win64\System.Data.SQLite.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\thirdparty\SQLite\win32\System.Data.SQLite.dll">
<Link>SQLite\win32\System.Data.SQLite.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\thirdparty\SQLite\pinvoke\System.Data.SQLite.dll">
<Link>SQLite\pinvoke\System.Data.SQLite.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\thirdparty\SQLite\win32\SQLite.Interop.dll">
<Link>SQLite\win32\SQLite.Interop.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\thirdparty\SQLite\win64\SQLite.Interop.dll">
<Link>SQLite\win64\SQLite.Interop.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2015-01-26 11:13:54 +01:00
</ItemGroup>
2018-06-24 14:49:30 +02:00
2019-12-25 19:08:52 +01:00
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2015-01-26 11:13:54 +01:00
<ItemGroup>
2018-06-24 14:49:30 +02:00
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj" />
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj" />
2015-01-26 11:13:54 +01:00
</ItemGroup>
2018-06-29 17:31:16 +02:00
<ItemGroup>
<Reference Include="UnixSupport">
<HintPath>..\..\..\thirdparty\UnixSupport\UnixSupport.dll</HintPath>
</Reference>
</ItemGroup>
2018-06-24 14:49:30 +02:00
</Project>