添加Category

This commit is contained in:
yubaolee
2015-12-15 23:04:20 +08:00
parent 999046f887
commit f79e5c08fa
15 changed files with 1083 additions and 575 deletions

View File

@@ -20,6 +20,7 @@
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -125,6 +126,7 @@
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="AutofacExt.cs" />
<Compile Include="Controllers\BaseController.cs" />
<Compile Include="Controllers\CategoryManagerController.cs" />
<Compile Include="Controllers\ErrorController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\LoginController.cs" />
@@ -554,6 +556,8 @@
<Content Include="BJUI\themes\purple\zTreeStandard.png" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Views\CategoryManager\Add.cshtml" />
<Content Include="Views\CategoryManager\Index.cshtml" />
<None Include="Views\Error\NoAccess.cshtml" />
<None Include="Views\Home\git.cshtml" />
<Content Include="Web.config" />