Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/10 05:23:56 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
File:
1 edited

Legend:

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

    r2754 r2756  
    5050  <ItemGroup>
    5151    <None Include="HeuristicLabParametersPlugin.cs.frame" />
    52     <Compile Include="SubScopesItemParameter.cs" />
     52    <Compile Include="LookupParameter.cs" />
     53    <Compile Include="SubScopesLookupParameter.cs" />
     54    <Compile Include="ValueLookupParameter.cs" />
     55    <Compile Include="ValueParameter.cs" />
    5356    <Compile Include="ScopeParameter.cs" />
    5457    <Compile Include="HeuristicLabParametersPlugin.cs" />
    55     <Compile Include="ItemParameter.cs" />
    5658    <Compile Include="OperatorParameter.cs" />
    5759    <Compile Include="Parameter.cs" />
     
    6668      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    6769      <Name>HeuristicLab.Collections-3.3</Name>
     70    </ProjectReference>
     71    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     72      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     73      <Name>HeuristicLab.Common-3.2</Name>
    6874    </ProjectReference>
    6975    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.