Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 18:38:11 (13 years ago)
Author:
wtollsch
Message:

#1433 Platform views included, Index.aspx -> removed Html.Labels

File:
1 edited

Legend:

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

    r6282 r6314  
    9191    <Compile Include="Controllers\AlgorithmController.cs" />
    9292    <Compile Include="Controllers\HomeController.cs" />
     93    <Compile Include="Controllers\PlatformController.cs" />
    9394    <Compile Include="Controllers\ProblemClassController.cs" />
    9495    <Compile Include="Controllers\ProblemController.cs" />
     
    102103    <Compile Include="Models\AlgorithmClassModel.cs" />
    103104    <Compile Include="Models\AlgorithmModel.cs" />
     105    <Compile Include="Models\PlatformModel.cs" />
    104106    <Compile Include="Models\ProblemClassModel.cs" />
    105107    <Compile Include="Models\ProblemModel.cs" />
     
    143145    <Content Include="Views\Home\About.aspx" />
    144146    <Content Include="Views\Home\Index.aspx" />
     147    <Content Include="Views\Platform\Detail.aspx" />
     148    <Content Include="Views\Platform\Index.aspx" />
    145149    <Content Include="Views\ProblemClass\Detail.aspx" />
    146150    <Content Include="Views\ProblemClass\Index.aspx" />
Note: See TracChangeset for help on using the changeset viewer.