2015-01-26 11:13:54 +01:00
<?xml version="1.0" encoding="utf-8"?>
2019-07-31 13:20:03 -04:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2015-01-26 11:13:54 +01:00
<PropertyGroup>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid> {2C838169-B187-4B09-8768-1C24C2521C8D}</ProjectGuid>
<OutputType> Library</OutputType>
<RootNamespace> Duplicati.Library.SQLiteHelper</RootNamespace>
<AssemblyName> SQLiteHelper</AssemblyName>
<AssemblyOriginatorKeyFile> ..\..\GUI\Duplicati.GUI.TrayIcon\Duplicati.snk</AssemblyOriginatorKeyFile>
2020-07-26 18:12:54 -07:00
<TargetFrameworkVersion> v4.7.1</TargetFrameworkVersion>
2015-01-26 11:13:54 +01:00
<TargetFrameworkProfile />
2016-12-29 23:12:41 +01:00
<UseMSBuildEngine> false</UseMSBuildEngine>
2019-08-03 22:08:17 -04:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2015-01-26 11:13:54 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols> true</DebugSymbols>
<DebugType> full</DebugType>
<Optimize> false</Optimize>
<OutputPath> bin\Debug</OutputPath>
<DefineConstants> DEBUG;</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
<ConsolePause> false</ConsolePause>
<Prefer32Bit> false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType> full</DebugType>
<Optimize> true</Optimize>
<OutputPath> bin\Release</OutputPath>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
<ConsolePause> false</ConsolePause>
<Prefer32Bit> false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include= "System" />
2019-08-03 22:08:17 -04:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2015-01-26 11:13:54 +01:00
<Reference Include= "System.Data" />
2019-08-03 22:08:17 -04:00
<Reference Include= "System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath> ..\..\..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net46\System.Data.SQLite.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath> ..\..\..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
</Reference>
<Reference Include= "System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath> ..\..\..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
</Reference>
2018-06-27 13:36:08 +02:00
<Reference Include= "UnixSupport" >
<HintPath> ..\..\..\thirdparty\UnixSupport\UnixSupport.dll</HintPath>
</Reference>
2015-01-26 11:13:54 +01:00
</ItemGroup>
<ItemGroup>
2017-06-08 23:21:25 +01:00
<Compile Include= "DBSchemaUpgrades\DbUpgradesRegistry.cs" />
<Compile Include= "DBSchemaUpgrades\IDbSchemaUpgrade.cs" />
2015-01-26 11:13:54 +01:00
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "DatabaseUpgrader.cs" />
<Compile Include= "SQLiteLoader.cs" />
<Compile Include= "Strings.cs" />
</ItemGroup>
2019-08-03 22:08:17 -04:00
<ItemGroup>
<None Include= "App.config" />
<None Include= "packages.config" />
</ItemGroup>
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>
2017-03-01 11:10:01 +01:00
<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>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include= "..\Utility\Duplicati.Library.Utility.csproj" >
<Project> {DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project>
<Name> Duplicati.Library.Utility</Name>
</ProjectReference>
<ProjectReference Include= "..\Localization\Duplicati.Library.Localization.csproj" >
<Project> {B68F2214-951F-4F78-8488-66E1ED3F50BF}</Project>
<Name> Duplicati.Library.Localization</Name>
</ProjectReference>
2017-01-09 11:35:38 +01:00
<ProjectReference Include= "..\Interface\Duplicati.Library.Interface.csproj" >
<Project> {C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
<Name> Duplicati.Library.Interface</Name>
</ProjectReference>
2018-05-15 11:29:08 +02:00
<ProjectReference Include= "..\Logging\Duplicati.Library.Logging.csproj" >
<Project> {D10A5FC0-11B4-4E70-86AA-8AEA52BD9798}</Project>
<Name> Duplicati.Library.Logging</Name>
</ProjectReference>
2018-11-02 22:45:07 +01:00
<ProjectReference Include= "..\Common\Duplicati.Library.Common.csproj" >
2018-11-02 22:13:25 +01:00
<Project> {D63E53E4-A458-4C2F-914D-92F715F58ACF}</Project>
<Name> Duplicati.Library.Common</Name>
</ProjectReference>
2015-01-26 11:13:54 +01:00
</ItemGroup>
2019-08-03 22:08:17 -04:00
<Import Project= "..\..\..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('..\..\..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<ErrorText> This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets'))" />
</Target>
2019-07-26 09:18:16 -04:00
</Project>