diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-16 07:40:27 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-16 07:40:27 -0800 |
commit | c66b65b5015b3e44f12d213d4969e5aa5c0093af (patch) | |
tree | 2b175224035cfc250a1a4a9e2c34ecaa99d2ecf8 /tools | |
parent | 88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc (diff) | |
download | DotNetOpenAuth-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.props | 2 |
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> |