diff options
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> |