|
12 | 12 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | | - <NuGetPackageImportStamp>4e8d07d2</NuGetPackageImportStamp> |
| 15 | + <NuGetPackageImportStamp> |
| 16 | + </NuGetPackageImportStamp> |
16 | 17 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
17 | 18 | <RestorePackages>true</RestorePackages> |
18 | 19 | </PropertyGroup> |
|
37 | 38 | </PropertyGroup> |
38 | 39 | <ItemGroup> |
39 | 40 | <Reference Include="EntityFramework"> |
40 | | - <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath> |
| 41 | + <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath> |
41 | 42 | </Reference> |
42 | 43 | <Reference Include="EntityFramework.SqlServer"> |
43 | | - <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 44 | + <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
44 | 45 | </Reference> |
45 | 46 | <Reference Include="System" /> |
46 | 47 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
47 | 48 | <Reference Include="System.Configuration" /> |
48 | 49 | <Reference Include="System.Core" /> |
49 | | - <Reference Include="System.Data.SQLite"> |
50 | | - <HintPath>..\packages\System.Data.SQLite.Core.1.0.96.0\lib\net451\System.Data.SQLite.dll</HintPath> |
51 | | - </Reference> |
52 | | - <Reference Include="System.Data.SQLite.EF6"> |
53 | | - <HintPath>..\packages\System.Data.SQLite.EF6.1.0.96.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
54 | | - </Reference> |
55 | | - <Reference Include="System.Data.SQLite.Linq"> |
56 | | - <HintPath>..\packages\System.Data.SQLite.Linq.1.0.96.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
| 50 | + <Reference Include="System.Data.SQLite, Version=1.0.97.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net451\System.Data.SQLite.dll</HintPath> |
| 52 | + <Private>True</Private> |
57 | 53 | </Reference> |
58 | 54 | <Reference Include="System.Xml.Linq" /> |
59 | 55 | <Reference Include="System.Data.DataSetExtensions" /> |
|
81 | 77 | </ProjectReference> |
82 | 78 | </ItemGroup> |
83 | 79 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
84 | | - <Import Project="..\packages\System.Data.SQLite.Core.1.0.96.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.96.0\build\net451\System.Data.SQLite.Core.targets')" /> |
85 | 80 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
86 | 81 | <PropertyGroup> |
87 | 82 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
88 | 83 | </PropertyGroup> |
89 | | - <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.96.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.96.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
90 | 84 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
| 85 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
91 | 86 | </Target> |
92 | 87 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
| 88 | + <Import Project="..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets')" /> |
93 | 89 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
94 | 90 | Other similar extension points exist, see Microsoft.Common.targets. |
95 | 91 | <Target Name="BeforeBuild"> |
|
0 commit comments