diff options
Diffstat (limited to 'tools/Documentation.targets')
-rw-r--r-- | tools/Documentation.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Documentation.targets b/tools/Documentation.targets index 9891de7..43b70d4 100644 --- a/tools/Documentation.targets +++ b/tools/Documentation.targets @@ -3,7 +3,7 @@ <NetfxVer>2.0</NetfxVer>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot>
- <OutputAssembly>YOURLIBNAME</OutputAssembly>
+ <OutputAssembly>DotNetOAuth</OutputAssembly>
<OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>
<DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>
<IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>
|