diff options
Diffstat (limited to 'tools/DotNetOpenAuth.automated.props')
-rw-r--r-- | tools/DotNetOpenAuth.automated.props | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.automated.props b/tools/DotNetOpenAuth.automated.props new file mode 100644 index 0000000..f66c1fe --- /dev/null +++ b/tools/DotNetOpenAuth.automated.props @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> + <Import Project="DotNetOpenAuth.props"/> + + <PropertyGroup> + <AutomatedBuild>true</AutomatedBuild> + <SolutionPath>$(ProjectRoot)src\$(ProductName).sln</SolutionPath> + <BuildInParallel Condition=" '$(BuildInParallel)' == '' ">true</BuildInParallel> + <!-- Validation controls whether extra builds are done in order to fully validate what we're distributing, + even if we're not distributing the built bits (as is the case for project templates). --> + <Validation Condition=" '$(Validation)' == '' ">Full</Validation> + </PropertyGroup> +</Project> |