Added strong-typed request token message to sample.
[dotnetoauth.git] / tools / Documentation.targets
blob43b70d4dfd86a1a25d92d2b821d2e4bb4be6602d
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2         <PropertyGroup>\r
3                 <NetfxVer>2.0</NetfxVer>\r
4                 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5                 <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot>\r
6                 <OutputAssembly>DotNetOAuth</OutputAssembly>\r
7                 <OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>\r
8                 <DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>\r
9                 <IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>\r
10                 <DocumentationFile>$(OutputPath)\$(OutputAssembly).xml</DocumentationFile>\r
11         </PropertyGroup>\r
13         <Import Project="$(ProjectRoot)\Tools\sandcastle.targets" />\r
15 </Project>\r