diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-26 09:41:59 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-26 09:41:59 -0700 |
commit | f7dbecbfc3ccd604def8678bf3a85bb706cc43b2 (patch) | |
tree | 1395d43e168b3b9df46705634da5817f2e49d426 /tools/DotNetOpenAuth.automated.props | |
parent | c4ed20bed761e631b211b9cdf2c8b4fee7374e1e (diff) | |
download | DotNetOpenAuth-f7dbecbfc3ccd604def8678bf3a85bb706cc43b2.zip DotNetOpenAuth-f7dbecbfc3ccd604def8678bf3a85bb706cc43b2.tar.gz DotNetOpenAuth-f7dbecbfc3ccd604def8678bf3a85bb706cc43b2.tar.bz2 |
Retargeted shipping project templates and samples to ASP.NET MVC2 now that it's officially released and supported on both VS2008 and VS2010.
Diffstat (limited to 'tools/DotNetOpenAuth.automated.props')
-rw-r--r-- | tools/DotNetOpenAuth.automated.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.automated.props b/tools/DotNetOpenAuth.automated.props index f66c1fe..6037967 100644 --- a/tools/DotNetOpenAuth.automated.props +++ b/tools/DotNetOpenAuth.automated.props @@ -6,6 +6,7 @@ <AutomatedBuild>true</AutomatedBuild> <SolutionPath>$(ProjectRoot)src\$(ProductName).sln</SolutionPath> <BuildInParallel Condition=" '$(BuildInParallel)' == '' ">true</BuildInParallel> + <DowngradeMvc2ToMvc1 Condition=" '$(DowngradeMvc2ToMvc1)' == '' ">false</DowngradeMvc2ToMvc1> <!-- 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> |