#16792: Resources should follow a [module name]-[resource name].[file extension] naming convention.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-22 14:25:54 -08:00
parent e5d290ff2b
commit 97410bd37a
48 changed files with 49 additions and 44 deletions

View File

@@ -65,6 +65,7 @@
<Compile Include="Drivers\CommentsContainerPartDriver.cs" />
<Compile Include="Drivers\CommentSettingsPartDriver.cs" />
<Compile Include="Drivers\CommentsPartDriver.cs" />
<Compile Include="ResourceManifest.cs" />
<Compile Include="Shapes.cs" />
<Compile Include="Models\ClosedCommentsRecord.cs" />
<Compile Include="Models\CommentPart.cs" />
@@ -97,7 +98,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="Styles\admin.css" />
<Content Include="Styles\orchard-comments-admin.css" />
<Content Include="Views\Admin\Details.cshtml" />
<Content Include="Views\Web.config" />
</ItemGroup>