diff options
Diffstat (limited to 'tools/Documentation.targets')
-rw-r--r-- | tools/Documentation.targets | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/Documentation.targets b/tools/Documentation.targets index cd73784..e677c49 100644 --- a/tools/Documentation.targets +++ b/tools/Documentation.targets @@ -2,14 +2,14 @@ <PropertyGroup> <NetfxVer>2.0</NetfxVer> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot> + <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..\</ProjectRoot> <OutputAssembly>DotNetOpenAuth</OutputAssembly> - <OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath> - <DocOutputPath>$(ProjectRoot)\doc</DocOutputPath> - <IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath> - <DocumentationFile>$(OutputPath)\$(OutputAssembly).xml</DocumentationFile> + <OutputPath>$(ProjectRoot)bin\$(Configuration)\</OutputPath> + <DocOutputPath>$(ProjectRoot)doc\</DocOutputPath> + <IntermediatePath>$(ProjectRoot)obj\$(Configuration)\</IntermediatePath> + <DocumentationFile>$(OutputPath)$(OutputAssembly).xml</DocumentationFile> </PropertyGroup> - <Import Project="$(ProjectRoot)\Tools\sandcastle.targets" /> + <Import Project="$(ProjectRoot)Tools\sandcastle.targets" /> </Project> |