diff options
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)" |