Changing a bunch of cshtml .csproj includes from "None" to "Content"

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-16 23:45:52 -07:00
parent bc0c5e611b
commit e1cfa56814
6 changed files with 29 additions and 31 deletions

View File

@@ -76,7 +76,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<None Include="Views\DatabaseUpdate\Index.cshtml" />
<Content Include="Views\DatabaseUpdate\Index.cshtml" />
<Content Include="Web.config" />
<Content Include="Views\Web.config" />
</ItemGroup>