summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>