|
53 | 53 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
54 | 54 | <Reference Include="System.Configuration" /> |
55 | 55 | <Reference Include="System.Core" /> |
56 | | - <Reference Include="System.Data.SQLite, Version=1.0.97.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
57 | | - <HintPath>..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net451\System.Data.SQLite.dll</HintPath> |
| 56 | + <Reference Include="System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.99.0\lib\net451\System.Data.SQLite.dll</HintPath> |
58 | 58 | <Private>True</Private> |
59 | 59 | </Reference> |
60 | | - <Reference Include="System.Data.SQLite.EF6"> |
61 | | - <HintPath>..\packages\System.Data.SQLite.EF6.1.0.97.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
| 60 | + <Reference Include="System.Data.SQLite.EF6, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\System.Data.SQLite.EF6.1.0.99.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
| 62 | + <Private>True</Private> |
62 | 63 | </Reference> |
63 | | - <Reference Include="System.Data.SQLite.Linq"> |
64 | | - <HintPath>..\packages\System.Data.SQLite.Linq.1.0.97.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
| 64 | + <Reference Include="System.Data.SQLite.Linq, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\System.Data.SQLite.Linq.1.0.99.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
| 66 | + <Private>True</Private> |
65 | 67 | </Reference> |
66 | 68 | <Reference Include="System.Xml.Linq" /> |
67 | 69 | <Reference Include="System.Data.DataSetExtensions" /> |
|
77 | 79 | <Link>Properties\AssemblyVersionInfo.cs</Link> |
78 | 80 | </Compile> |
79 | 81 | <Compile Include="Entity\Coach.cs" /> |
| 82 | + <Compile Include="Entity\CustomHistory.cs" /> |
80 | 83 | <Compile Include="Entity\IEntity.cs" /> |
81 | 84 | <Compile Include="Entity\Person.cs" /> |
82 | 85 | <Compile Include="Entity\Player.cs" /> |
83 | 86 | <Compile Include="Entity\Stadion.cs" /> |
84 | 87 | <Compile Include="Entity\Team.cs" /> |
85 | 88 | <Compile Include="FootballDbContext.cs" /> |
| 89 | + <Compile Include="FootballDbInitializer.cs" /> |
86 | 90 | <Compile Include="Program.cs" /> |
87 | 91 | <Compile Include="Properties\AssemblyInfo.cs" /> |
88 | 92 | </ItemGroup> |
|
102 | 106 | <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> |
103 | 107 | </PropertyGroup> |
104 | 108 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
105 | | - <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'))" /> |
| 109 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
106 | 110 | </Target> |
107 | 111 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
108 | | - <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')" /> |
| 112 | + <Import Project="..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets')" /> |
109 | 113 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
110 | 114 | Other similar extension points exist, see Microsoft.Common.targets. |
111 | 115 | <Target Name="BeforeBuild"> |
|
0 commit comments