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

@@ -108,9 +108,9 @@
<ItemGroup>
<Content Include="Views\DisplayTemplates\Parts\Experimental.ShowDebugLink.ascx" />
<Content Include="Views\DumpShapeTable.cshtml" />
<None Include="Views\HackScript.cshtml" />
<None Include="Views\HackStyle.cshtml" />
<None Include="Views\ThinBorder.cshtml" />
<Content Include="Views\HackScript.cshtml" />
<Content Include="Views\HackStyle.cshtml" />
<Content Include="Views\ThinBorder.cshtml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">