1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1313 <AppDesignerFolder >Properties</AppDesignerFolder >
1414 <RootNamespace >ContosoConf</RootNamespace >
1515 <AssemblyName >ContosoConf</AssemblyName >
16- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
16+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
1717 <UseIISExpress >true</UseIISExpress >
1818 <FileUpgradeFlags >
1919 </FileUpgradeFlags >
2424 <IISExpressAnonymousAuthentication />
2525 <IISExpressWindowsAuthentication />
2626 <IISExpressUseClassicPipelineMode />
27+ <TargetFrameworkProfile />
28+ <Use64BitIISExpress />
29+ <UseGlobalApplicationHostFile />
2730 </PropertyGroup >
2831 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2932 <DebugSymbols >true</DebugSymbols >
3336 <DefineConstants >DEBUG;TRACE</DefineConstants >
3437 <ErrorReport >prompt</ErrorReport >
3538 <WarningLevel >4</WarningLevel >
39+ <Prefer32Bit >false</Prefer32Bit >
3640 </PropertyGroup >
3741 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
3842 <DebugType >pdbonly</DebugType >
4145 <DefineConstants >TRACE</DefineConstants >
4246 <ErrorReport >prompt</ErrorReport >
4347 <WarningLevel >4</WarningLevel >
48+ <Prefer32Bit >false</Prefer32Bit >
4449 </PropertyGroup >
4550 <ItemGroup >
4651 <Reference Include =" Microsoft.CSharp" />
52+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
54+ </Reference >
4755 <Reference Include =" System.ComponentModel.DataAnnotations" />
56+ <Reference Include =" System.Data.DataSetExtensions" />
4857 <Reference Include =" System.Web.DynamicData" />
4958 <Reference Include =" System.Web.Entity" />
5059 <Reference Include =" System.Web.ApplicationServices" />
5160 <Reference Include =" System" />
5261 <Reference Include =" System.Data" />
53- <Reference Include =" System.Core" />
54- <Reference Include =" System.Data.DataSetExtensions" />
5562 <Reference Include =" System.Web.Extensions" />
56- <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57- <Reference Include =" System.Xml.Linq" />
63+ <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath >
65+ </Reference >
5866 <Reference Include =" System.Drawing" />
5967 <Reference Include =" System.Web" />
68+ <Reference Include =" System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
69+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath >
73+ </Reference >
74+ <Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
75+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath >
76+ </Reference >
77+ <Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
78+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
79+ </Reference >
80+ <Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
81+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
82+ </Reference >
6083 <Reference Include =" System.Xml" />
6184 <Reference Include =" System.Configuration" />
6285 <Reference Include =" System.Web.Services" />
6386 <Reference Include =" System.EnterpriseServices" />
87+ <Reference Include =" System.Xml.Linq" />
6488 </ItemGroup >
6589 <ItemGroup >
6690 <Content Include =" about.htm" />
104128 <ItemGroup >
105129 <Content Include =" Views\Web.config" />
106130 </ItemGroup >
131+ <ItemGroup >
132+ <None Include =" packages.config" />
133+ </ItemGroup >
107134 <PropertyGroup >
108135 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
109136 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
136163 <Target Name="AfterBuild">
137164 </Target>
138165 -->
139- </Project >
166+ </Project >
0 commit comments