Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8288


Ignore:
Timestamp:
07/12/12 16:16:17 (12 years ago)
Author:
swagner
Message:

Added ProgrammableAnalyzer (#1895)

Location:
trunk/sources/HeuristicLab.Optimization.Operators/3.3
Files:
1 added
2 edited

Legend:

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

    r7704 r8288  
    115115    <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" />
    116116    <Compile Include="Plugin.cs" />
     117    <Compile Include="ProgrammableAnalyzer.cs" />
    117118    <Compile Include="ShakingOperator.cs" />
    118119    <Compile Include="UserDefinedCrossover.cs" />
     
    163164      <Private>False</Private>
    164165    </ProjectReference>
     166    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
     167      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
     168      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
     169      <Private>False</Private>
     170    </ProjectReference>
    165171    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    166172      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/Plugin.cs.frame

    r8246 r8288  
    3333  [PluginDependency("HeuristicLab.Data", "3.3")]
    3434  [PluginDependency("HeuristicLab.Operators", "3.3")]
     35  [PluginDependency("HeuristicLab.Operators.Programmable", "3.3")]
    3536  [PluginDependency("HeuristicLab.Optimization","3.3")]
    3637  [PluginDependency("HeuristicLab.Parameters", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.