|
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>
|
|
71 | 72 | <Reference Include="System.Core" />
|
72 | 73 | <Reference Include="System.Data.DataSetExtensions" />
|
73 | 74 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
74 |
| - <SpecificVersion>False</SpecificVersion> |
75 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath> |
| 75 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 76 | + <Private>True</Private> |
76 | 77 | </Reference>
|
77 |
| - <Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
78 |
| - <SpecificVersion>False</SpecificVersion> |
79 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath> |
| 78 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
| 80 | + <Private>True</Private> |
80 | 81 | </Reference>
|
81 | 82 | <Reference Include="System.Web.Optimization">
|
82 | 83 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
83 | 84 | </Reference>
|
84 | 85 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
85 |
| - <SpecificVersion>False</SpecificVersion> |
86 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath> |
| 86 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
| 87 | + <Private>True</Private> |
87 | 88 | </Reference>
|
88 | 89 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
89 |
| - <SpecificVersion>False</SpecificVersion> |
90 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath> |
| 90 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
| 91 | + <Private>True</Private> |
91 | 92 | </Reference>
|
92 | 93 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
93 |
| - <SpecificVersion>False</SpecificVersion> |
94 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 94 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 95 | + <Private>True</Private> |
95 | 96 | </Reference>
|
96 | 97 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
97 |
| - <SpecificVersion>False</SpecificVersion> |
98 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 98 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 99 | + <Private>True</Private> |
99 | 100 | </Reference>
|
100 | 101 | <Reference Include="System.Xml.Linq" />
|
101 | 102 | <Reference Include="System.Web" />
|
|
129 | 130 | <Compile Include="Properties\AssemblyInfo.cs" />
|
130 | 131 | </ItemGroup>
|
131 | 132 | <ItemGroup>
|
132 |
| - <Content Include="Content\bootstrap.css" /> |
133 |
| - <Content Include="Content\bootstrap.min.css" /> |
| 133 | + <Content Include="bin\Kendo.Mvc.dll" /> |
134 | 134 | <Content Include="fonts\glyphicons-halflings-regular.svg" />
|
135 | 135 | <Content Include="Images\accent.png" />
|
136 | 136 | <Content Include="Images\bullet.png" />
|
137 | 137 | <Content Include="Images\heroAccent.png" />
|
138 | 138 | <Content Include="favicon.ico" />
|
139 | 139 | <Content Include="Global.asax" />
|
140 | 140 | <Content Include="Content\Site.css" />
|
141 |
| - <Content Include="Scripts\bootstrap.js" /> |
142 |
| - <Content Include="Scripts\bootstrap.min.js" /> |
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 | 141 | <Content Include="Scripts\kendo.modernizr.custom.js" />
|
147 |
| - <Content Include="Scripts\modernizr-2.6.2.js" /> |
148 |
| - <Content Include="Scripts\respond.js" /> |
149 |
| - <Content Include="Scripts\respond.min.js" /> |
150 | 142 | <Content Include="Scripts\_references.js" />
|
151 | 143 | <Content Include="Web.config" />
|
152 | 144 | <Content Include="Web.Debug.config">
|
|
156 | 148 | <DependentUpon>Web.config</DependentUpon>
|
157 | 149 | </Content>
|
158 | 150 | <Content Include="Views\Web.config" />
|
159 |
| - <Content Include="Scripts\jquery-1.10.2.min.map" /> |
160 | 151 | <Content Include="Views\Home\About.cshtml" />
|
161 | 152 | <Content Include="Views\Home\Index.cshtml" />
|
162 | 153 | <Content Include="Views\Home\Contact.cshtml" />
|
|
0 commit comments