Converting database update page from webforms to razor

Adding routes on the migration module
Adding navigation item on the migration module
Fixing feature naming on codegeneration module

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-10-01 11:49:43 -07:00
parent ac5243d184
commit 5befbad6be
12 changed files with 83 additions and 25 deletions

View File

@@ -68,13 +68,15 @@
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Compile Include="AdminMenu.cs" />
<Compile Include="Controllers\DatabaseUpdateController.cs" />
<Compile Include="Commands\DataMigrationCommands.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Routes.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="Views\DatabaseUpdate\Index.aspx" />
<None Include="Views\DatabaseUpdate\Index.cshtml" />
<Content Include="Web.config" />
<Content Include="Views\Web.config" />
</ItemGroup>