summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-16 08:50:46 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-16 08:50:46 -0800
commit073e9bbd1c40eef1f1f97495ed2a6c89375427b1 (patch)
tree2caa2be99d20c6628fdc06786bcd1e3ffc6e30f0
parent6d4b70d97eda346632dbfceeb42706bdcb7b5a04 (diff)
downloadDotNetOpenAuth-073e9bbd1c40eef1f1f97495ed2a6c89375427b1.zip
DotNetOpenAuth-073e9bbd1c40eef1f1f97495ed2a6c89375427b1.tar.gz
DotNetOpenAuth-073e9bbd1c40eef1f1f97495ed2a6c89375427b1.tar.bz2
Fixed some redundant definitions of properties.
-rw-r--r--tools/Documentation.targets6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Documentation.targets b/tools/Documentation.targets
index 47d167f..e677c49 100644
--- a/tools/Documentation.targets
+++ b/tools/Documentation.targets
@@ -4,9 +4,9 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..\</ProjectRoot>
<OutputAssembly>DotNetOpenAuth</OutputAssembly>
- <OutputPath>$(ProjectRoot)bin\$(Configuration)</OutputPath>
- <DocOutputPath>$(ProjectRoot)doc</DocOutputPath>
- <IntermediatePath>$(ProjectRoot)obj\$(Configuration)</IntermediatePath>
+ <OutputPath>$(ProjectRoot)bin\$(Configuration)\</OutputPath>
+ <DocOutputPath>$(ProjectRoot)doc\</DocOutputPath>
+ <IntermediatePath>$(ProjectRoot)obj\$(Configuration)\</IntermediatePath>
<DocumentationFile>$(OutputPath)$(OutputAssembly).xml</DocumentationFile>
</PropertyGroup>