1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\EntityFramework.6.3.0\build\EntityFramework.props" Condition =" Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
3
4
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
5
<PropertyGroup >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
30
31
<MvcProjectUpgradeChecked >true</MvcProjectUpgradeChecked >
31
32
<UseGlobalApplicationHostFile />
32
33
<Use64BitIISExpress />
34
+ <NuGetPackageImportStamp >
35
+ </NuGetPackageImportStamp >
33
36
</PropertyGroup >
34
37
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35
38
<DebugSymbols >true</DebugSymbols >
49
52
<WarningLevel >4</WarningLevel >
50
53
</PropertyGroup >
51
54
<ItemGroup >
52
- <Reference Include =" EntityFramework" >
53
- <HintPath >..\packages\EntityFramework.5.0 .0\lib\net45\EntityFramework.dll</HintPath >
55
+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL " >
56
+ <HintPath >..\packages\EntityFramework.6.3 .0\lib\net45\EntityFramework.dll</HintPath >
54
57
</Reference >
55
- <Reference Include =" Kendo.Mvc" >
56
- <HintPath >..\lib\KENDOUIMVC\2017.1.223.545\Kendo.Mvc.dll</HintPath >
58
+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
59
+ <HintPath >..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" Kendo.Mvc, Version=2017.1.223.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL" >
62
+ <SpecificVersion >False</SpecificVersion >
63
+ <HintPath >..\lib\KENDOUIMVC\2019.3.1023\Kendo.Mvc.dll</HintPath >
57
64
</Reference >
58
65
<Reference Include =" Microsoft.CSharp" />
59
66
<Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
70
<Reference Include =" System.Data.Entity" />
64
71
<Reference Include =" System.Runtime.Serialization" />
65
72
<Reference Include =" System.Security" />
66
- <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67
- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath >
68
- <Private >True</Private >
69
- </Reference >
70
73
<Reference Include =" System" />
71
74
<Reference Include =" System.Data" />
72
75
<Reference Include =" System.Drawing" />
76
79
<Reference Include =" System.ComponentModel.DataAnnotations" />
77
80
<Reference Include =" System.Core" />
78
81
<Reference Include =" System.Data.DataSetExtensions" />
79
- <Reference Include =" System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
80
- <HintPath >..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath >
81
- <Private >True</Private >
82
+ <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
83
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath >
84
+ </Reference >
85
+ <Reference Include =" System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
86
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath >
82
87
</Reference >
83
88
<Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
84
- <HintPath >..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath >
85
- <Private >True</Private >
89
+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath >
86
90
</Reference >
87
91
<Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
88
- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath >
89
- <Private >True</Private >
92
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath >
90
93
</Reference >
91
94
<Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
92
- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
93
- <Private >True</Private >
95
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
94
96
</Reference >
95
97
<Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
96
- <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
97
- <Private >True</Private >
98
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
98
99
</Reference >
99
100
<Reference Include =" System.Xml.Linq" />
100
101
<Reference Include =" System.Web" />
274
275
<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 >
275
276
</PropertyGroup >
276
277
<Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
278
+ <Error Condition =" !Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
279
+ <Error Condition =" !Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
277
280
</Target >
281
+ <Import Project =" ..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition =" Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
278
282
</Project >
0 commit comments