summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-16 07:40:27 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-16 07:40:27 -0800
commitc66b65b5015b3e44f12d213d4969e5aa5c0093af (patch)
tree2b175224035cfc250a1a4a9e2c34ecaa99d2ecf8 /tools
parent88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc (diff)
downloadDotNetOpenAuth-c66b65b5015b3e44f12d213d4969e5aa5c0093af.zip
DotNetOpenAuth-c66b65b5015b3e44f12d213d4969e5aa5c0093af.tar.gz
DotNetOpenAuth-c66b65b5015b3e44f12d213d4969e5aa5c0093af.tar.bz2
Drops now build fully and completely.
yay.
Diffstat (limited to 'tools')
-rw-r--r--tools/DotNetOpenAuth.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props
index 75bfba5..d9b36a0 100644
--- a/tools/DotNetOpenAuth.props
+++ b/tools/DotNetOpenAuth.props
@@ -4,7 +4,7 @@
<ProductName>DotNetOpenAuth</ProductName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v3.5</TargetFrameworkVersion>
- <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildThisFileDirectory)..\</ProjectRoot>
+ <ProjectRoot Condition="'$(ProjectRoot)' == ''">$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\'))</ProjectRoot>
<DropsRoot>$(ProjectRoot)drops\$(TargetFrameworkVersion)\$(Configuration)\</DropsRoot>
<OutputPath>$(ProjectRoot)bin\$(TargetFrameworkVersion)\$(Configuration)\</OutputPath>
<DocOutputPath>$(ProjectRoot)doc\</DocOutputPath>