Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/15 18:47:19 (10 years ago)
Author:
mkommend
Message:

#2174: First working version of refactored programmable problem.

File:
1 edited

Legend:

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

    r11655 r11753  
    111111      <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
    112112    </Compile>
    113     <Compile Include="MultiObjectiveProgrammableProblemView.cs">
     113    <Compile Include="MultiObjectiveScriptableProblemView.cs">
    114114      <SubType>UserControl</SubType>
    115115    </Compile>
    116     <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
    117       <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
     116    <Compile Include="MultiObjectiveScriptableProblemView.Designer.cs">
     117      <DependentUpon>MultiObjectiveScriptableProblemView.cs</DependentUpon>
    118118    </Compile>
    119     <Compile Include="SingleObjectiveProgrammableProblemView.cs">
     119    <Compile Include="SingleObjectiveScriptableProblemView.cs">
    120120      <SubType>UserControl</SubType>
    121121    </Compile>
    122     <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
    123       <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
     122    <Compile Include="SingleObjectiveScriptableProblemView.Designer.cs">
     123      <DependentUpon>SingleObjectiveScriptableProblemView.cs</DependentUpon>
    124124    </Compile>
    125125    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.