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

@@ -90,10 +90,10 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<None Include="Views\Admin\Create.cshtml" />
<None Include="Views\Admin\Edit.cshtml" />
<None Include="Views\Admin\Index.cshtml" />
<None Include="Views\EditorTemplates\Parts\Roles.UserRoles.cshtml" />
<Content Include="Views\Admin\Create.cshtml" />
<Content Include="Views\Admin\Edit.cshtml" />
<Content Include="Views\Admin\Index.cshtml" />
<Content Include="Views\EditorTemplates\Parts\Roles.UserRoles.cshtml" />
<Content Include="Web.config" />
<Content Include="Content\Site.css" />
<Content Include="Views\Web.config" />