|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
8 | 8 | </ProductVersion>
|
9 | 9 | <SchemaVersion>2.0</SchemaVersion>
|
10 | 10 | <ProjectGuid>{A7A6DDFA-B74D-464D-AE29-1C61ADF4C4F0}</ProjectGuid>
|
11 |
| - <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| 11 | + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 12 | <OutputType>Library</OutputType>
|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>KendoGridAjaxEditing</RootNamespace>
|
15 | 15 | <AssemblyName>KendoGridAjaxEditing</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>true</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <UseGlobalApplicationHostFile /> |
| 24 | + <TargetFrameworkProfile /> |
23 | 25 | </PropertyGroup>
|
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
29 | 31 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
30 | 32 | <ErrorReport>prompt</ErrorReport>
|
31 | 33 | <WarningLevel>4</WarningLevel>
|
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 35 | </PropertyGroup>
|
33 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
34 | 37 | <DebugType>pdbonly</DebugType>
|
|
37 | 40 | <DefineConstants>TRACE</DefineConstants>
|
38 | 41 | <ErrorReport>prompt</ErrorReport>
|
39 | 42 | <WarningLevel>4</WarningLevel>
|
| 43 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 44 | </PropertyGroup>
|
41 | 45 | <ItemGroup>
|
42 |
| - <Reference Include="Antlr3.Runtime"> |
| 46 | + <Reference Include="Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
43 | 47 | <HintPath>..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath>
|
| 48 | + <Private>True</Private> |
44 | 49 | </Reference>
|
45 |
| - <Reference Include="EntityFramework"> |
46 |
| - <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
| 50 | + <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
| 52 | + <Private>True</Private> |
47 | 53 | </Reference>
|
48 | 54 | <Reference Include="Kendo.Mvc">
|
49 |
| - <HintPath>..\lib\KENDOUIMVC\2014.2.716.440\Kendo.Mvc.dll</HintPath> |
50 |
| - <Private>True</Private> |
| 55 | + <HintPath>..\lib\KENDOUIMVC\2017.3.1026\Kendo.Mvc.dll</HintPath> |
51 | 56 | </Reference>
|
52 | 57 | <Reference Include="Microsoft.CSharp" />
|
53 | 58 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
54 |
| - <Private>True</Private> |
55 | 59 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
| 60 | + <Private>True</Private> |
56 | 61 | </Reference>
|
57 | 62 | <Reference Include="System" />
|
58 | 63 | <Reference Include="System.Data" />
|
| 64 | + <Reference Include="System.Data.DataSetExtensions" /> |
59 | 65 | <Reference Include="System.Data.Entity" />
|
60 | 66 | <Reference Include="System.Drawing" />
|
61 | 67 | <Reference Include="System.Runtime.Serialization" />
|
|
64 | 70 | <Reference Include="System.Web.Entity" />
|
65 | 71 | <Reference Include="System.Web.ApplicationServices" />
|
66 | 72 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
67 |
| - <Reference Include="System.Core" /> |
68 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
69 |
| - <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 73 | + <Reference Include="System.Web.Extensions" /> |
| 74 | + <Reference Include="System.Web" /> |
| 75 | + <Reference Include="System.Web.Abstractions" /> |
| 76 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
70 | 78 | <Private>True</Private>
|
71 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath> |
72 | 79 | </Reference>
|
73 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
74 | 82 | <Private>True</Private>
|
75 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath> |
76 | 83 | </Reference>
|
77 |
| - <Reference Include="System.Web.Optimization"> |
| 84 | + <Reference Include="System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
78 | 85 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
|
| 86 | + <Private>True</Private> |
79 | 87 | </Reference>
|
80 |
| - <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 88 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
81 | 90 | <Private>True</Private>
|
82 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath> |
83 | 91 | </Reference>
|
84 |
| - <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 92 | + <Reference Include="System.Web.Routing" /> |
| 93 | + <Reference Include="System.Web.WebPages, 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.dll</HintPath> |
85 | 95 | <Private>True</Private>
|
86 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath> |
87 | 96 | </Reference>
|
88 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 97 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 98 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
89 | 99 | <Private>True</Private>
|
90 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
91 | 100 | </Reference>
|
92 |
| - <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 101 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
93 | 103 | <Private>True</Private>
|
94 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
95 | 104 | </Reference>
|
96 |
| - <Reference Include="System.Xml.Linq" /> |
97 |
| - <Reference Include="System.Web" /> |
98 |
| - <Reference Include="System.Web.Extensions" /> |
99 |
| - <Reference Include="System.Web.Abstractions" /> |
100 |
| - <Reference Include="System.Web.Routing" /> |
101 | 105 | <Reference Include="System.Xml" />
|
102 | 106 | <Reference Include="System.Configuration" />
|
103 | 107 | <Reference Include="System.Web.Services" />
|
104 | 108 | <Reference Include="System.EnterpriseServices" />
|
105 |
| - <Reference Include="WebGrease"> |
| 109 | + <Reference Include="System.Xml.Linq" /> |
| 110 | + <Reference Include="WebGrease, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
106 | 111 | <HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
|
| 112 | + <Private>True</Private> |
107 | 113 | </Reference>
|
108 | 114 | </ItemGroup>
|
109 | 115 | <ItemGroup>
|
|
137 | 143 | <Content Include="App_Data\Northwind_log.ldf">
|
138 | 144 | <DependentUpon>Northwind.mdf</DependentUpon>
|
139 | 145 | </Content>
|
| 146 | + <Content Include="bin\Kendo.Mvc.dll" /> |
140 | 147 | <Content Include="Global.asax" />
|
141 | 148 | <Content Include="Models\Northwind.Context.tt">
|
142 | 149 | <Generator>TextTemplatingFileGenerator</Generator>
|
|
148 | 155 | <DependentUpon>Northwind.edmx</DependentUpon>
|
149 | 156 | <LastGenOutput>Northwind.cs</LastGenOutput>
|
150 | 157 | </Content>
|
151 |
| - <Content Include="Web.config" /> |
| 158 | + <Content Include="Web.config"> |
| 159 | + <SubType>Designer</SubType> |
| 160 | + </Content> |
152 | 161 | <Content Include="Web.Debug.config">
|
153 | 162 | <DependentUpon>Web.config</DependentUpon>
|
154 | 163 | </Content>
|
|
182 | 191 | <Content Include="Views\Shared\EditorTemplates\Time.cshtml" />
|
183 | 192 | <Content Include="Views\Shared\EditorTemplates\Url.cshtml" />
|
184 | 193 | </ItemGroup>
|
185 |
| - <ItemGroup> |
186 |
| - <Content Include="packages.config" /> |
187 |
| - </ItemGroup> |
188 | 194 | <ItemGroup>
|
189 | 195 | <EntityDeploy Include="Models\Northwind.edmx">
|
190 | 196 | <Generator>EntityModelCodeGenerator</Generator>
|
|
199 | 205 | <ItemGroup>
|
200 | 206 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
201 | 207 | </ItemGroup>
|
| 208 | + <ItemGroup> |
| 209 | + <Content Include="packages.config" /> |
| 210 | + </ItemGroup> |
202 | 211 | <PropertyGroup>
|
203 | 212 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
204 | 213 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
217 | 226 | <AutoAssignPort>True</AutoAssignPort>
|
218 | 227 | <DevelopmentServerPort>0</DevelopmentServerPort>
|
219 | 228 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
220 |
| - <IISUrl>http://localhost:9231/</IISUrl> |
| 229 | + <IISUrl>http://localhost:59057/</IISUrl> |
221 | 230 | <NTLMAuthentication>False</NTLMAuthentication>
|
222 | 231 | <UseCustomServer>False</UseCustomServer>
|
223 | 232 | <CustomServerUrl>
|
|
0 commit comments