Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3165


Ignore:
Timestamp:
03/22/10 10:34:43 (14 years ago)
Author:
svonolfe
Message:

Renamed OneMax to OneMaxProblem and OneMaxView to OneMaxProblemView (2) (#916)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj

    r3082 r3165  
    8787  </ItemGroup>
    8888  <ItemGroup>
    89     <Compile Include="OneMaxView.cs">
     89    <Compile Include="OneMaxProblemView.cs">
    9090      <SubType>UserControl</SubType>
    9191    </Compile>
    92     <Compile Include="OneMaxView.Designer.cs">
    93       <DependentUpon>OneMaxView.cs</DependentUpon>
     92    <Compile Include="OneMaxProblemView.Designer.cs">
     93      <DependentUpon>OneMaxProblemView.cs</DependentUpon>
    9494    </Compile>
    9595    <Compile Include="Properties\AssemblyInfo.cs" />
  • trunk/sources/HeuristicLab.Problems.OneMax/3.3/HeuristicLab.Problems.OneMax-3.3.csproj

    r3121 r3165  
    9090    <Compile Include="MoveEvaluators\OneMaxMoveEvaluator.cs" />
    9191    <Compile Include="MoveEvaluators\OneMaxOneBitflipMoveEvaluator.cs" />
     92    <Compile Include="OneMaxProblem.cs" />
    9293    <Compile Include="Properties\AssemblyInfo.cs" />
    9394    <Compile Include="Evaluators\OneMaxEvaluator.cs" />
    9495    <Compile Include="HeuristicLabProblemsOneMaxPlugin.cs" />
    9596    <Compile Include="Interfaces\IOneMaxEvaluator.cs" />
    96     <Compile Include="OneMax.cs" />
    9797  </ItemGroup>
    9898  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.