|
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> |
20 | 20 | <OldToolsVersion>4.0</OldToolsVersion> |
21 | | - <UseIISExpress>false</UseIISExpress> |
| 21 | + <UseIISExpress>true</UseIISExpress> |
22 | 22 | <IISExpressSSLPort /> |
23 | 23 | <IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication> |
24 | 24 | <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication> |
|
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 | 52 | <Reference Include="Kendo.Mvc, Version=2014.2.1008.340, 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>..\lib\KENDOUIMVC\2016.3.914\Kendo.Mvc.dll</HintPath> |
54 | 55 | </Reference> |
55 | 56 | <Reference Include="Microsoft.CSharp" /> |
56 | 57 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
59 | 60 | </Reference> |
60 | 61 | <Reference Include="System.Data.DataSetExtensions" /> |
61 | 62 | <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 | 63 | <Reference Include="System" /> |
75 | 64 | <Reference Include="System.Data" /> |
76 | 65 | <Reference Include="System.Drawing" /> |
|
80 | 69 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
81 | 70 | <Reference Include="System.Web" /> |
82 | 71 | <Reference Include="System.Web.Abstractions" /> |
| 72 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 74 | + <Private>True</Private> |
| 75 | + </Reference> |
| 76 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
| 78 | + <Private>True</Private> |
| 79 | + </Reference> |
| 80 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
| 82 | + <Private>True</Private> |
| 83 | + </Reference> |
83 | 84 | <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> |
| 85 | + <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> |
86 | 87 | <Private>True</Private> |
87 | 88 | </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> |
| 89 | + <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> |
90 | 91 | <Private>True</Private> |
91 | 92 | </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> |
| 93 | + <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> |
94 | 95 | <Private>True</Private> |
95 | 96 | </Reference> |
96 | 97 | <Reference Include="System.Xml" /> |
|
220 | 221 | <AutoAssignPort>True</AutoAssignPort> |
221 | 222 | <DevelopmentServerPort>0</DevelopmentServerPort> |
222 | 223 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
223 | | - <IISUrl>http://localhost/GridAccessingCurrentModelInPopUp</IISUrl> |
| 224 | + <IISUrl>http://localhost:56524/</IISUrl> |
224 | 225 | <NTLMAuthentication>False</NTLMAuthentication> |
225 | 226 | <UseCustomServer>False</UseCustomServer> |
226 | 227 | <CustomServerUrl> |
|
0 commit comments