|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <Use64BitIISExpress /> |
| 24 | + <UseGlobalApplicationHostFile /> |
23 | 25 | </PropertyGroup>
|
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
44 | 46 | <Private>True</Private>
|
45 | 47 | </Reference>
|
46 | 48 | <Reference Include="Kendo.Mvc">
|
47 |
| - <HintPath>..\lib\KENDOUIMVC\2016.1.226.545\Kendo.Mvc.dll</HintPath> |
48 |
| - <Private>True</Private> |
| 49 | + <HintPath>..\lib\Kendo\2019.3.1023\Kendo.Mvc.dll</HintPath> |
49 | 50 | </Reference>
|
50 | 51 | <Reference Include="Microsoft.CSharp" />
|
51 | 52 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
67 | 68 | <Reference Include="System.Core" />
|
68 | 69 | <Reference Include="System.Data.DataSetExtensions" />
|
69 | 70 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
70 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
71 |
| - <Private>True</Private> |
| 71 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
72 | 72 | </Reference>
|
73 |
| - <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
74 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
75 |
| - <Private>True</Private> |
| 73 | + <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath> |
76 | 75 | </Reference>
|
77 | 76 | <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
78 | 77 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
79 | 78 | <Private>True</Private>
|
80 | 79 | </Reference>
|
81 | 80 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
82 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
83 |
| - <Private>True</Private> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
84 | 82 | </Reference>
|
85 | 83 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
86 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
87 |
| - <Private>True</Private> |
| 84 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
88 | 85 | </Reference>
|
89 | 86 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
90 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
91 |
| - <Private>True</Private> |
| 87 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
92 | 88 | </Reference>
|
93 | 89 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
94 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
95 |
| - <Private>True</Private> |
| 90 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
96 | 91 | </Reference>
|
97 | 92 | <Reference Include="System.Xml.Linq" />
|
98 | 93 | <Reference Include="System.Web" />
|
|
180 | 175 | </ItemGroup>
|
181 | 176 | <ItemGroup>
|
182 | 177 | <Folder Include="App_Data\" />
|
| 178 | + <Folder Include="bin\" /> |
183 | 179 | </ItemGroup>
|
184 | 180 | <PropertyGroup>
|
185 | 181 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
0 commit comments