diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-20 08:15:40 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-20 08:15:40 -0700 |
commit | 0c746dc7720cb87d56bdae56085ea6371f8bccf8 (patch) | |
tree | 76adacf11e8f68eecc27357db168a42649439b64 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | |
parent | 408cb93c7cec7f9dd55c7be474d10def540f6132 (diff) | |
download | DotNetOpenAuth-0c746dc7720cb87d56bdae56085ea6371f8bccf8.zip DotNetOpenAuth-0c746dc7720cb87d56bdae56085ea6371f8bccf8.tar.gz DotNetOpenAuth-0c746dc7720cb87d56bdae56085ea6371f8bccf8.tar.bz2 |
Completed Dev11 upgrade. The file churn on every file open is finally over.
This required upgrading the MVC projects to MVC 4.
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 18da334..17178aa 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -5,7 +5,7 @@ <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> - <FileUpgradeFlags>40</FileUpgradeFlags> + <FileUpgradeFlags>0</FileUpgradeFlags> <OldToolsVersion>4.0</OldToolsVersion> <UpgradeBackupLocation>C:\Users\andarno\git\dotnetopenauth\src\Backup\OAuthAuthorizationServer\</UpgradeBackupLocation> </PropertyGroup> @@ -16,7 +16,7 @@ </ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{C78E8235-1D46-43EB-A912-80B522C4E9AE}</ProjectGuid> - <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> + <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OAuthAuthorizationServer</RootNamespace> |