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

45 lines
1.9 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>
2021-04-03 13:57:02 +02:00
<TargetFramework>netstandard2.1</TargetFramework>
<Copyright>LGPL, Copyright © Duplicati Team 2021</Copyright>
2018-06-24 14:49:30 +02:00
<Description>SQLiteHelper for Duplicati</Description>
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>
2021-04-03 13:57:02 +02:00
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>