diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 21:04:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 21:04:33 -0700 |
commit | a5e59982c1b66ebabd4c6436d4d3d177d2440649 (patch) | |
tree | 1ebdfc8c9ce926640abc1a72597685321d0adfb2 /samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj | |
parent | dc59bdbc51fce4ad19cb41e5ca610915c2e99789 (diff) | |
download | DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.zip DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.tar.gz DotNetOpenAuth-a5e59982c1b66ebabd4c6436d4d3d177d2440649.tar.bz2 |
Revert "Migrated to Dev11 project files. They should all open in Dev10 still (except the new .sqlproj)."
This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing
changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
Diffstat (limited to 'samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj')
-rw-r--r-- | samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj b/samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj index 92679f4..870a22c 100644 --- a/samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj +++ b/samples/OpenIdWebRingSsoProvider/OpenIdWebRingSsoProvider.csproj @@ -1,11 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> - <PropertyGroup> - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> - <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> - </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -20,7 +15,7 @@ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileUpgradeFlags> </FileUpgradeFlags> - <OldToolsVersion>4.0</OldToolsVersion> + <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation /> <TargetFrameworkProfile /> <UseIISExpress>false</UseIISExpress> @@ -135,8 +130,7 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> @@ -164,4 +158,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> -</Project> +</Project>
\ No newline at end of file |