Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/28/14 17:15:09 (10 years ago)
Author:
abeham
Message:

#2174: Added multi-objective programmable problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj

    r11397 r11400  
    114114      <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
    115115    </Compile>
    116     <Compile Include="ProgrammableProblemView.cs">
     116    <Compile Include="MultiObjectiveProgrammableProblemView.cs">
    117117      <SubType>UserControl</SubType>
    118118    </Compile>
    119     <Compile Include="ProgrammableProblemView.Designer.cs">
    120       <DependentUpon>ProgrammableProblemView.cs</DependentUpon>
     119    <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
     120      <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
     121    </Compile>
     122    <Compile Include="SingleObjectiveProgrammableProblemView.cs">
     123      <SubType>UserControl</SubType>
     124    </Compile>
     125    <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
     126      <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
    121127    </Compile>
    122128    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.