|
|
@@ -32,6 +32,8 @@
|
|
32
|
32
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
|
33
|
33
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
34
|
34
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
35
|
+ <NuGetPackageImportStamp>
|
|
|
36
|
+ </NuGetPackageImportStamp>
|
|
35
|
37
|
</PropertyGroup>
|
|
36
|
38
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
37
|
39
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
@@ -110,13 +112,26 @@
|
|
110
|
112
|
<SignManifests>true</SignManifests>
|
|
111
|
113
|
</PropertyGroup>
|
|
112
|
114
|
<ItemGroup>
|
|
|
115
|
+ <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
116
|
+ <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
117
|
+ </Reference>
|
|
|
118
|
+ <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
119
|
+ <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
120
|
+ </Reference>
|
|
113
|
121
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
114
|
122
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
115
|
123
|
</Reference>
|
|
116
|
124
|
<Reference Include="System" />
|
|
|
125
|
+ <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
117
|
126
|
<Reference Include="System.Core" />
|
|
118
|
|
- <Reference Include="System.Data.SQLite">
|
|
119
|
|
- <HintPath>C:\Program Files (x86)\System.Data.SQLite\2015\bin\System.Data.SQLite.dll</HintPath>
|
|
|
127
|
+ <Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
|
128
|
+ <HintPath>..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net46\System.Data.SQLite.dll</HintPath>
|
|
|
129
|
+ </Reference>
|
|
|
130
|
+ <Reference Include="System.Data.SQLite.EF6, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
|
131
|
+ <HintPath>..\packages\System.Data.SQLite.EF6.1.0.106.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
|
|
|
132
|
+ </Reference>
|
|
|
133
|
+ <Reference Include="System.Data.SQLite.Linq, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
|
134
|
+ <HintPath>..\packages\System.Data.SQLite.Linq.1.0.106.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
|
|
120
|
135
|
</Reference>
|
|
121
|
136
|
<Reference Include="System.Management" />
|
|
122
|
137
|
<Reference Include="System.Xml.Linq" />
|
|
|
@@ -329,4 +344,11 @@
|
|
329
|
344
|
</Content>
|
|
330
|
345
|
</ItemGroup>
|
|
331
|
346
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
347
|
+ <Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" />
|
|
|
348
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
349
|
+ <PropertyGroup>
|
|
|
350
|
+ <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>
|
|
|
351
|
+ </PropertyGroup>
|
|
|
352
|
+ <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets'))" />
|
|
|
353
|
+ </Target>
|
|
332
|
354
|
</Project>
|