diff options
author | David Christiansen <coding@davedoes.net> | 2013-08-16 15:00:47 -0700 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2013-08-16 15:00:47 -0700 |
commit | fbb147cdf20a254f71aa35f308b4692ff50349b9 (patch) | |
tree | 9931c8ba9eea4401cfbd16985a097b2faa2b83bd /src/InfoCard/InfoCardRelyingParty | |
parent | c486bd7b0eb6a57780fe106a4a3d815255605a38 (diff) | |
parent | 95ae4480e7c967b57d66d25236210c11065fb50e (diff) | |
download | DotNetOpenAuth.Samples-fbb147cdf20a254f71aa35f308b4692ff50349b9.zip DotNetOpenAuth.Samples-fbb147cdf20a254f71aa35f308b4692ff50349b9.tar.gz DotNetOpenAuth.Samples-fbb147cdf20a254f71aa35f308b4692ff50349b9.tar.bz2 |
Merge pull request #6 from DavidChristiansen/develop
Package and Yammer update
Diffstat (limited to 'src/InfoCard/InfoCardRelyingParty')
-rw-r--r-- | src/InfoCard/InfoCardRelyingParty/InfoCardRelyingParty.csproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/InfoCard/InfoCardRelyingParty/InfoCardRelyingParty.csproj b/src/InfoCard/InfoCardRelyingParty/InfoCardRelyingParty.csproj index b8a1b29..03c632c 100644 --- a/src/InfoCard/InfoCardRelyingParty/InfoCardRelyingParty.csproj +++ b/src/InfoCard/InfoCardRelyingParty/InfoCardRelyingParty.csproj @@ -1,5 +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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -16,6 +17,10 @@ <UseIISExpress>true</UseIISExpress>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <OldToolsVersion>4.0</OldToolsVersion>
+ <UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -122,8 +127,13 @@ <ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
+ <PropertyGroup>
+ <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
+ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
+ </PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
+ <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|