Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 11:34:35 (13 years ago)
Author:
gschwarz
Message:

#1433 Updated Problem Control/View; Added Algorithm Control/View => bug still exist in SortDesc

File:
1 edited

Legend:

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

    r6156 r6218  
    5050  </PropertyGroup>
    5151  <ItemGroup>
    52     <Reference Include="HLWebPluginHost, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    53       <SpecificVersion>False</SpecificVersion>
     52    <Reference Include="HLWebPluginHost">
    5453      <HintPath>..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll</HintPath>
    5554    </Reference>
     
    8988  <ItemGroup>
    9089    <Compile Include="Controllers\AdminController.cs" />
     90    <Compile Include="Controllers\AlgorithmController.cs" />
    9191    <Compile Include="Controllers\HomeController.cs" />
    9292    <Compile Include="Controllers\ProblemController.cs" />
     
    9999    <Compile Include="Models\AdminModel.cs" />
    100100    <Compile Include="Models\AlgorithmClassModel.cs" />
     101    <Compile Include="Models\AlgorithmModel.cs" />
    101102    <Compile Include="Models\ProblemModel.cs" />
    102103    <Compile Include="Properties\AssemblyInfo.cs" />
     
    142143    <Content Include="Views\Admin\Problem.aspx" />
    143144    <Content Include="Views\Admin\ProblemClass.aspx" />
     145    <Content Include="Views\Algorithm\Detail.aspx" />
     146    <Content Include="Views\Algorithm\Index.aspx" />
    144147    <Content Include="Views\Home\About.aspx" />
    145148    <Content Include="Views\Home\Index.aspx" />
Note: See TracChangeset for help on using the changeset viewer.