|
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>
|
|
49 | 50 | <HintPath>..\packages\EntityFramework.6.0.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
50 | 51 | </Reference>
|
51 | 52 | <Reference Include="Kendo.Mvc">
|
52 |
| - <HintPath>..\lib\KENDOUIMVC\2014.2.1008.545\Kendo.Mvc.dll</HintPath> |
53 |
| - <Private>True</Private> |
| 53 | + <HintPath>..\lib\KENDOUIMVC\2018.1.221\Kendo.Mvc.dll</HintPath> |
54 | 54 | </Reference>
|
55 | 55 | <Reference Include="Microsoft.CSharp" />
|
56 | 56 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
70 | 70 | <Reference Include="System.Core" />
|
71 | 71 | <Reference Include="System.Data.DataSetExtensions" />
|
72 | 72 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
73 |
| - <SpecificVersion>False</SpecificVersion> |
74 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath> |
| 73 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath> |
| 74 | + <Private>True</Private> |
75 | 75 | </Reference>
|
76 |
| - <Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
77 |
| - <SpecificVersion>False</SpecificVersion> |
78 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath> |
| 76 | + <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath> |
| 78 | + <Private>True</Private> |
79 | 79 | </Reference>
|
80 | 80 | <Reference Include="System.Web.Optimization">
|
81 | 81 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
82 | 82 | </Reference>
|
83 | 83 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
84 |
| - <SpecificVersion>False</SpecificVersion> |
85 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath> |
| 84 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath> |
| 85 | + <Private>True</Private> |
86 | 86 | </Reference>
|
87 | 87 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
88 |
| - <SpecificVersion>False</SpecificVersion> |
89 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath> |
| 88 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath> |
| 89 | + <Private>True</Private> |
90 | 90 | </Reference>
|
91 | 91 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
92 |
| - <SpecificVersion>False</SpecificVersion> |
93 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 92 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 93 | + <Private>True</Private> |
94 | 94 | </Reference>
|
95 | 95 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
96 |
| - <SpecificVersion>False</SpecificVersion> |
97 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 96 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 97 | + <Private>True</Private> |
98 | 98 | </Reference>
|
99 | 99 | <Reference Include="System.Xml.Linq" />
|
100 | 100 | <Reference Include="System.Web" />
|
|
157 | 157 | </ItemGroup>
|
158 | 158 | <ItemGroup>
|
159 | 159 | <Folder Include="App_Data\" />
|
| 160 | + <Folder Include="bin\" /> |
160 | 161 | </ItemGroup>
|
161 | 162 | <ItemGroup>
|
162 | 163 | <Content Include="packages.config" />
|
|
0 commit comments