Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/10 05:14:51 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • started work on adapting and refactoring HeuristicLab.Operators according to changes in HeuristicLab.Core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r2664 r2684  
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <Compile Include="CombinedOperator.cs" />
     88    <Compile Include="Counter.cs" />
    8789    <Compile Include="EmptyOperator.cs">
    8890      <SubType>Code</SubType>
     
    9193    <Compile Include="Operator.cs" />
    9294    <Compile Include="Properties\AssemblyInfo.cs" />
     95    <Compile Include="SequentialProcessor.cs" />
    9396    <Compile Include="StandardOperator.cs" />
    9497  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.