PAPE tests ported, and all tests pass.
[dotnetoauth.git] / tools / DotNetOpenAuth.Common.Settings.targets
blob32575833335987d2965527366f270e5b70c407d5
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2         <PropertyGroup>
3                 <ProductName>DotNetOpenAuth</ProductName>
4                 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5                 <ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)</ProjectRoot>
6                 <OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>
7                 <DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>
8                 <IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>
9                 <ToolsDir>$(ProjectRoot)\tools</ToolsDir>
10         </PropertyGroup>
11 </Project>