Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/15 13:10:24 (10 years ago)
Author:
mkommend
Message:

#2174: Renamed scriptable to programmable problem.

File:
1 edited

Legend:

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

    r11813 r11814  
    110110      <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
    111111    </Compile>
    112     <Compile Include="MultiObjectiveScriptableProblemView.cs">
     112    <Compile Include="MultiObjectiveProgrammableProblemView.cs">
    113113      <SubType>UserControl</SubType>
    114114    </Compile>
    115     <Compile Include="MultiObjectiveScriptableProblemView.Designer.cs">
    116       <DependentUpon>MultiObjectiveScriptableProblemView.cs</DependentUpon>
     115    <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
     116      <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
    117117    </Compile>
    118     <Compile Include="SingleObjectiveScriptableProblemView.cs">
     118    <Compile Include="SingleObjectiveProgrammableProblemView.cs">
    119119      <SubType>UserControl</SubType>
    120120    </Compile>
    121     <Compile Include="SingleObjectiveScriptableProblemView.Designer.cs">
    122       <DependentUpon>SingleObjectiveScriptableProblemView.cs</DependentUpon>
     121    <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
     122      <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
    123123    </Compile>
    124124    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.