diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 23:09:43 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 23:09:43 -0700 |
commit | 09b7cc015fcc7edd08e26b046c20550df9ab35d7 (patch) | |
tree | f019ba88362122d5e0ff59b690befd060020db7b | |
parent | 80028b1c5442c85909b889b3c52cfbd0c0121437 (diff) | |
download | DotNetOpenAuth-09b7cc015fcc7edd08e26b046c20550df9ab35d7.zip DotNetOpenAuth-09b7cc015fcc7edd08e26b046c20550df9ab35d7.tar.gz DotNetOpenAuth-09b7cc015fcc7edd08e26b046c20550df9ab35d7.tar.bz2 |
Resolved the never-ending Dev10 upgrade of the solution.
The entire solution was being upgraded because this one project had a couple properties in it.
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj index cf09228..b2112dd 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj @@ -18,8 +18,6 @@ <AssemblyName>MvcRelyingParty</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> - <FileUpgradeFlags>0</FileUpgradeFlags> - <OldToolsVersion>4.0</OldToolsVersion> <UseIISExpress>false</UseIISExpress> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |