|
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>{F065BAD2-3226-4791-AF62-523B7F78FD75}</ProjectGuid>
|
11 |
| - <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{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>ForeignKeyColumnDemo</RootNamespace>
|
15 | 15 | <AssemblyName>ForeignKeyColumnDemo</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <FileUpgradeFlags>
|
19 | 19 | </FileUpgradeFlags>
|
|
37 | 37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
38 | 38 | <ErrorReport>prompt</ErrorReport>
|
39 | 39 | <WarningLevel>4</WarningLevel>
|
| 40 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 41 | </PropertyGroup>
|
41 | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
42 | 43 | <DebugType>pdbonly</DebugType>
|
|
45 | 46 | <DefineConstants>TRACE</DefineConstants>
|
46 | 47 | <ErrorReport>prompt</ErrorReport>
|
47 | 48 | <WarningLevel>4</WarningLevel>
|
| 49 | + <Prefer32Bit>false</Prefer32Bit> |
48 | 50 | </PropertyGroup>
|
49 | 51 | <ItemGroup>
|
50 |
| - <Reference Include="Kendo.Mvc, Version=2014.2.1008.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL"> |
| 52 | + <Reference Include="Kendo.Mvc, Version=2016.3.914.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL"> |
51 | 53 | <SpecificVersion>False</SpecificVersion>
|
52 |
| - <HintPath>..\lib\KENDOUIMVC\2014.2.1008.340\Kendo.Mvc.dll</HintPath> |
53 |
| - <Private>True</Private> |
| 54 | + <HintPath>bin\Kendo.Mvc.dll</HintPath> |
54 | 55 | </Reference>
|
55 | 56 | <Reference Include="Microsoft.CSharp" />
|
| 57 | + <Reference Include="Microsoft.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Microsoft.AspNet.WebHelpers.3.2.3\lib\net45\Microsoft.Web.Helpers.dll</HintPath> |
| 59 | + <Private>True</Private> |
| 60 | + </Reference> |
56 | 61 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
57 | 62 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
58 | 63 | <Private>True</Private>
|
59 | 64 | </Reference>
|
60 | 65 | <Reference Include="System.Data.DataSetExtensions" />
|
61 | 66 | <Reference Include="System.Web.Extensions" />
|
62 |
| - <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
63 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll</HintPath> |
64 |
| - <Private>True</Private> |
65 |
| - </Reference> |
66 |
| - <Reference Include="System.Web.Mvc, Version=3.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
67 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.3.0.50813.1\lib\net40\System.Web.Mvc.dll</HintPath> |
68 |
| - <Private>True</Private> |
69 |
| - </Reference> |
70 |
| - <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
71 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll</HintPath> |
72 |
| - <Private>True</Private> |
73 |
| - </Reference> |
74 | 67 | <Reference Include="System" />
|
75 | 68 | <Reference Include="System.Data" />
|
76 | 69 | <Reference Include="System.Drawing" />
|
|
80 | 73 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
81 | 74 | <Reference Include="System.Web" />
|
82 | 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> |
| 78 | + <Private>True</Private> |
| 79 | + </Reference> |
| 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> |
| 82 | + <Private>True</Private> |
| 83 | + </Reference> |
| 84 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
| 86 | + <Private>True</Private> |
| 87 | + </Reference> |
83 | 88 | <Reference Include="System.Web.Routing" />
|
84 |
| - <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
85 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll</HintPath> |
| 89 | + <Reference Include="System.Web.WebPages, 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.dll</HintPath> |
86 | 91 | <Private>True</Private>
|
87 | 92 | </Reference>
|
88 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
89 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 93 | + <Reference Include="System.Web.WebPages.Deployment, 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.Deployment.dll</HintPath> |
90 | 95 | <Private>True</Private>
|
91 | 96 | </Reference>
|
92 |
| - <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
93 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
| 97 | + <Reference Include="System.Web.WebPages.Razor, 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.Razor.dll</HintPath> |
94 | 99 | <Private>True</Private>
|
95 | 100 | </Reference>
|
96 | 101 | <Reference Include="System.Xml" />
|
97 | 102 | <Reference Include="System.Configuration" />
|
98 | 103 | <Reference Include="System.Web.Services" />
|
99 | 104 | <Reference Include="System.EnterpriseServices" />
|
100 | 105 | <Reference Include="System.Xml.Linq" />
|
| 106 | + <Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 107 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath> |
| 108 | + <Private>True</Private> |
| 109 | + </Reference> |
| 110 | + <Reference Include="WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 111 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.WebData.3.2.3\lib\net45\WebMatrix.WebData.dll</HintPath> |
| 112 | + <Private>True</Private> |
| 113 | + </Reference> |
101 | 114 | </ItemGroup>
|
102 | 115 | <ItemGroup>
|
103 | 116 | <Compile Include="Controllers\HomeController.cs" />
|
|
209 | 222 | <WebProjectProperties>
|
210 | 223 | <UseIIS>True</UseIIS>
|
211 | 224 | <AutoAssignPort>True</AutoAssignPort>
|
212 |
| - <DevelopmentServerPort>0</DevelopmentServerPort> |
| 225 | + <DevelopmentServerPort>51875</DevelopmentServerPort> |
213 | 226 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
214 | 227 | <IISUrl>http://localhost/GridRenderImages</IISUrl>
|
| 228 | + <OverrideIISAppRootUrl>True</OverrideIISAppRootUrl> |
| 229 | + <IISAppRootUrl>http://localhost/GridRenderImages</IISAppRootUrl> |
215 | 230 | <NTLMAuthentication>False</NTLMAuthentication>
|
216 | 231 | <UseCustomServer>False</UseCustomServer>
|
217 | 232 | <CustomServerUrl>
|
|
0 commit comments