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