Changing a bunch of .cshtml file references to "Content" (instead of "None")

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-09-24 07:58:44 -07:00
parent 2e3c05afcc
commit df77d8229e
21 changed files with 179 additions and 180 deletions

View File

@@ -81,7 +81,7 @@
<Content Include="Views\Web.config" />
</ItemGroup>
<ItemGroup>
<None Include="Views\EditorTemplates\Parts\Smtp.SiteSettings.cshtml" />
<Content Include="Views\EditorTemplates\Parts\Smtp.SiteSettings.cshtml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">