diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-16 16:38:06 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-16 16:38:06 -0700 |
commit | a23fa871be7ba3148c3182d2cfc5f89fbde0e895 (patch) | |
tree | e57e94f071189eb9a146047130ab6c9b230f739b /projecttemplates/projecttemplates.proj | |
parent | a195843e69344d977013421d0ae5de78750b018c (diff) | |
parent | 34080bfd3948a0dea0dac6d876a200a9a8017669 (diff) | |
download | DotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.zip DotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.tar.gz DotNetOpenAuth-a23fa871be7ba3148c3182d2cfc5f89fbde0e895.tar.bz2 |
Merged in v3.4.3.
Diffstat (limited to 'projecttemplates/projecttemplates.proj')
-rw-r--r-- | projecttemplates/projecttemplates.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/projecttemplates.proj b/projecttemplates/projecttemplates.proj index 0602362..470d1f3 100644 --- a/projecttemplates/projecttemplates.proj +++ b/projecttemplates/projecttemplates.proj @@ -209,7 +209,7 @@ <DowngradeProjects Projects="@(ProjectTemplates2008Layout)" Condition="'%(Extension)' == '.csproj'" - DowngradeMvc2ToMvc1="true" + DowngradeMvc2ToMvc1="$(DowngradeMvc2ToMvc1)" /> <Purge Directories="$(ProjectTemplates2008LayoutPath)" |