summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-12-27 07:19:04 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-12-27 07:19:04 -0800
commit8d8ee552e4145a4bd8a5fafc2f69e2e7daab1343 (patch)
treee3a414b94727c2acd3dbd18958fa518ae5fae977 /src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
parent25e5ca745b9b7aee15b53df7229a3b39d140d80f (diff)
downloadDotNetOpenAuth-8d8ee552e4145a4bd8a5fafc2f69e2e7daab1343.zip
DotNetOpenAuth-8d8ee552e4145a4bd8a5fafc2f69e2e7daab1343.tar.gz
DotNetOpenAuth-8d8ee552e4145a4bd8a5fafc2f69e2e7daab1343.tar.bz2
Accomodates nuget's insistent project file changes.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj')
-rw-r--r--src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj b/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
index 98564fc..17c4a51 100644
--- a/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
+++ b/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
@@ -11,6 +11,7 @@
<AssemblyName>DotNetOpenAuth.AspNet</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -118,4 +119,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.targets" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
+ <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project> \ No newline at end of file