diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-20 08:23:19 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-20 08:23:19 -0700 |
commit | 1ffae6b7956ef88c37a333d5e7fc1cfc70c8ef00 (patch) | |
tree | e0279fb33558067613e5e9115fcdd09a6d02ca05 | |
parent | 0c746dc7720cb87d56bdae56085ea6371f8bccf8 (diff) | |
download | DotNetOpenAuth-1ffae6b7956ef88c37a333d5e7fc1cfc70c8ef00.zip DotNetOpenAuth-1ffae6b7956ef88c37a333d5e7fc1cfc70c8ef00.tar.gz DotNetOpenAuth-1ffae6b7956ef88c37a333d5e7fc1cfc70c8ef00.tar.bz2 |
Removed extra backup location tags from project files.
3 files changed, 0 insertions, 3 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj index 8d225d8..20ced80 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj @@ -20,7 +20,6 @@ <MvcBuildViews>false</MvcBuildViews> <FileUpgradeFlags>0</FileUpgradeFlags> <OldToolsVersion>4.0</OldToolsVersion> - <UpgradeBackupLocation>C:\Users\andarno\git\dotnetopenauth\src\Backup\MvcRelyingParty\</UpgradeBackupLocation> <UseIISExpress>false</UseIISExpress> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 17178aa..737cd89 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -7,7 +7,6 @@ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <FileUpgradeFlags>0</FileUpgradeFlags> <OldToolsVersion>4.0</OldToolsVersion> - <UpgradeBackupLocation>C:\Users\andarno\git\dotnetopenauth\src\Backup\OAuthAuthorizationServer\</UpgradeBackupLocation> </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> diff --git a/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj b/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj index 8b2bf08..3ec969e 100644 --- a/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj +++ b/samples/OpenIdRelyingPartyMvc/OpenIdRelyingPartyMvc.csproj @@ -7,7 +7,6 @@ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <FileUpgradeFlags>0</FileUpgradeFlags> <OldToolsVersion>4.0</OldToolsVersion> - <UpgradeBackupLocation>C:\Users\andarno\git\dotnetopenauth\src\Backup\OpenIdRelyingPartyMvc\</UpgradeBackupLocation> </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |