Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/11 22:07:58 (13 years ago)
Author:
wtollsch
Message:

#1433 AlgorithmClass, Algorithm, ProblemClass, Problem create/update appropriate controller/models/views, File upload (Algorithm / Problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj

    r6218 r6246  
    8888  <ItemGroup>
    8989    <Compile Include="Controllers\AdminController.cs" />
     90    <Compile Include="Controllers\AlgorithmClassController.cs" />
    9091    <Compile Include="Controllers\AlgorithmController.cs" />
    9192    <Compile Include="Controllers\HomeController.cs" />
     93    <Compile Include="Controllers\ProblemClassController.cs" />
    9294    <Compile Include="Controllers\ProblemController.cs" />
    9395    <Compile Include="Global.asax.cs">
     
    100102    <Compile Include="Models\AlgorithmClassModel.cs" />
    101103    <Compile Include="Models\AlgorithmModel.cs" />
     104    <Compile Include="Models\ProblemClassModel.cs" />
    102105    <Compile Include="Models\ProblemModel.cs" />
    103106    <Compile Include="Properties\AssemblyInfo.cs" />
     
    143146    <Content Include="Views\Admin\Problem.aspx" />
    144147    <Content Include="Views\Admin\ProblemClass.aspx" />
     148    <Content Include="Views\AlgorithmClass\Detail.aspx" />
     149    <Content Include="Views\AlgorithmClass\Index.aspx" />
    145150    <Content Include="Views\Algorithm\Detail.aspx" />
    146151    <Content Include="Views\Algorithm\Index.aspx" />
    147152    <Content Include="Views\Home\About.aspx" />
    148153    <Content Include="Views\Home\Index.aspx" />
     154    <Content Include="Views\ProblemClass\Detail.aspx" />
     155    <Content Include="Views\ProblemClass\Index.aspx" />
    149156    <Content Include="Views\Problem\Detail.aspx" />
    150157    <Content Include="Views\Problem\Index.aspx" />
Note: See TracChangeset for help on using the changeset viewer.