|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <UseGlobalApplicationHostFile /> |
23 | 24 | </PropertyGroup>
|
24 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 26 | <DebugSymbols>true</DebugSymbols>
|
|
51 | 52 | <SpecificVersion>False</SpecificVersion>
|
52 | 53 | <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
53 | 54 | </Reference>
|
54 |
| - <Reference Include="Kendo.Mvc"> |
55 |
| - <HintPath>..\lib\KENDOUIMVC\2014.2.1008.545\Kendo.Mvc.dll</HintPath> |
56 |
| - <Private>True</Private> |
| 55 | + <Reference Include="Kendo.Mvc, Version=2014.2.1008.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL"> |
| 56 | + <SpecificVersion>False</SpecificVersion> |
| 57 | + <HintPath>..\lib\KENDOUIMVC\2018.1.117\Kendo.Mvc.dll</HintPath> |
57 | 58 | </Reference>
|
58 | 59 | <Reference Include="Microsoft.CSharp" />
|
59 | 60 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
74 | 75 | <Reference Include="System.Core" />
|
75 | 76 | <Reference Include="System.Data.DataSetExtensions" />
|
76 | 77 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
77 |
| - <SpecificVersion>False</SpecificVersion> |
78 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath> |
| 78 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 79 | + <Private>True</Private> |
79 | 80 | </Reference>
|
80 |
| - <Reference Include="System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
81 |
| - <SpecificVersion>False</SpecificVersion> |
82 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath> |
| 81 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 82 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
| 83 | + <Private>True</Private> |
83 | 84 | </Reference>
|
84 | 85 | <Reference Include="System.Web.Optimization">
|
85 | 86 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
86 | 87 | </Reference>
|
87 | 88 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
88 |
| - <SpecificVersion>False</SpecificVersion> |
89 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath> |
| 89 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
| 90 | + <Private>True</Private> |
90 | 91 | </Reference>
|
91 | 92 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
92 |
| - <SpecificVersion>False</SpecificVersion> |
93 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath> |
| 93 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
| 94 | + <Private>True</Private> |
94 | 95 | </Reference>
|
95 | 96 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
96 |
| - <SpecificVersion>False</SpecificVersion> |
97 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 97 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 98 | + <Private>True</Private> |
98 | 99 | </Reference>
|
99 | 100 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
100 |
| - <SpecificVersion>False</SpecificVersion> |
101 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 101 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 102 | + <Private>True</Private> |
102 | 103 | </Reference>
|
103 | 104 | <Reference Include="System.Xml.Linq" />
|
104 | 105 | <Reference Include="System.Web" />
|
|
140 | 141 | <Content Include="favicon.ico" />
|
141 | 142 | <Content Include="Global.asax" />
|
142 | 143 | <Content Include="Content\Site.css" />
|
143 |
| - <None Include="Scripts\jquery-1.10.2.intellisense.js" /> |
144 |
| - <Content Include="Scripts\jquery-1.10.2.js" /> |
145 |
| - <Content Include="Scripts\jquery-1.10.2.min.js" /> |
146 | 144 | <Content Include="Scripts\kendo.modernizr.custom.js" />
|
147 |
| - <Content Include="Scripts\modernizr-2.6.2.js" /> |
148 | 145 | <Content Include="Scripts\modernizr-2.8.3.js" />
|
149 | 146 | <Content Include="Scripts\respond.js" />
|
150 | 147 | <Content Include="Scripts\respond.matchmedia.addListener.js" />
|
|
159 | 156 | <DependentUpon>Web.config</DependentUpon>
|
160 | 157 | </Content>
|
161 | 158 | <Content Include="Views\Web.config" />
|
162 |
| - <Content Include="Scripts\jquery-1.10.2.min.map" /> |
163 | 159 | <Content Include="Views\Home\Index.cshtml" />
|
164 | 160 | <Content Include="Views\_ViewStart.cshtml" />
|
165 | 161 | <Content Include="Views\Shared\_Layout.cshtml" />
|
|
0 commit comments