Added HTTP cache control to Channel, with a default to ignore cache for direct requests.
[dotnetoauth.git] / tools / Documentation.targets
blobcd73784fb7961fc37a0e0eff1377f38fde675bfa
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2         <PropertyGroup>
3                 <NetfxVer>2.0</NetfxVer>
4                 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5                 <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot>
6                 <OutputAssembly>DotNetOpenAuth</OutputAssembly>
7                 <OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>
8                 <DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>
9                 <IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>
10                 <DocumentationFile>$(OutputPath)\$(OutputAssembly).xml</DocumentationFile>
11         </PropertyGroup>
13         <Import Project="$(ProjectRoot)\Tools\sandcastle.targets" />
15 </Project>