|
40 | 40 | <Prefer32Bit>false</Prefer32Bit> |
41 | 41 | </PropertyGroup> |
42 | 42 | <ItemGroup> |
43 | | - <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 43 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
44 | 44 | <SpecificVersion>False</SpecificVersion> |
45 | | - <HintPath>..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
| 45 | + <HintPath>..\..\packages\EntityFramework.6.0.1\lib\net45\EntityFramework.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="EntityFramework.SqlServer"> |
| 48 | + <HintPath>..\..\packages\EntityFramework.6.0.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="EntityFramework.SqlServerCompact"> |
| 51 | + <HintPath>..\..\packages\EntityFramework.SqlServerCompact.6.0.1\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath> |
46 | 52 | </Reference> |
47 | 53 | <Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
48 | 54 | <Private>True</Private> |
|
59 | 65 | <Reference Include="System" /> |
60 | 66 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
61 | 67 | <Reference Include="System.Core" /> |
62 | | - <Reference Include="System.Data.Entity" /> |
63 | 68 | <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
64 | 69 | <Private>True</Private> |
65 | 70 | <HintPath>..\..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath> |
66 | 71 | </Reference> |
67 | | - <Reference Include="System.Data.SqlServerCe.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
68 | | - <Private>True</Private> |
69 | | - <HintPath>..\..\packages\EntityFramework.SqlServerCompact.4.3.5\lib\net40\System.Data.SqlServerCe.Entity.dll</HintPath> |
70 | | - </Reference> |
71 | 72 | <Reference Include="System.Transactions" /> |
72 | 73 | <Reference Include="System.Web" /> |
73 | 74 | <Reference Include="System.Xml.Linq" /> |
|
197 | 198 | <Compile Include="EfStartUpTask.cs" /> |
198 | 199 | </ItemGroup> |
199 | 200 | <ItemGroup> |
| 201 | + <None Include="App.config" /> |
200 | 202 | <None Include="packages.config" /> |
201 | 203 | </ItemGroup> |
202 | 204 | <ItemGroup> |
|
0 commit comments