@ -83,8 +83,8 @@
<Reference Include= "System.Configuration" />
<Reference Include= "System.Configuration.Install" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.SQLite, Version=1.0.10 2 .0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath > ..\packages\System.Data.SQLite.Core.1.0.102.0 \lib\net46\System.Data.SQLite.dll</HintPath>
<Reference Include= "System.Data.SQLite, Version=1.0.10 3 .0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath > ..\packages\System.Data.SQLite.Core.1.0.103 \lib\net46\System.Data.SQLite.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Drawing" />
@ -1113,12 +1113,12 @@
<PostBuildEvent >
</PostBuildEvent>
</PropertyGroup>
<Import Project= "..\packages\System.Data.SQLite.Core.1.0.10 2.0 \build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('..\packages\System.Data.SQLite.Core.1.0.10 2.0 \build\net46\System.Data.SQLite.Core.targets')" />
<Import Project= "..\packages\System.Data.SQLite.Core.1.0.10 3 \build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('..\packages\System.Data.SQLite.Core.1.0.10 3 \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.10 2.0 \build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.10 2.0 \build\net46\System.Data.SQLite.Core.targets'))" />
<Error Condition= "!Exists('..\packages\System.Data.SQLite.Core.1.0.10 3 \build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.10 3 \build\net46\System.Data.SQLite.Core.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.