Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/10 04:37:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
  • added additional plugins HeuristicLab.Evolutionary, HeuristicLab.Permutation, HeuristicLab.Selection, and HeuristicLab.Routing.TSP
Location:
trunk/sources/HeuristicLab.Selection/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabSelectionPlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r1694 r2790  
    8181  </ItemGroup>
    8282  <ItemGroup>
    83     <Compile Include="RightChildReducer.cs" />
    84     <Compile Include="LeftReducer.cs" />
    85     <Compile Include="MergingReducer.cs" />
    86     <Compile Include="ProportionalSelector.cs" />
    87     <Compile Include="LinearRankSelector.cs" />
    88     <Compile Include="LeftSelector.cs" />
    89     <Compile Include="RandomSelector.cs" />
    90     <Compile Include="ReducerBase.cs" />
    91     <Compile Include="RightReducer.cs" />
    92     <Compile Include="RightSelector.cs" />
    93     <Compile Include="SelectorBase.cs" />
    94     <Compile Include="StochasticSelectorBase.cs" />
    95     <Compile Include="TournamentSelector.cs" />
     83    <None Include="HeuristicLabSelectionPlugin.cs.frame" />
    9684    <Compile Include="HeuristicLabSelectionPlugin.cs" />
    9785    <Compile Include="Properties\AssemblyInfo.cs" />
     
    133121set Outdir=$(Outdir)
    134122
    135 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs"</PreBuildEvent>
    136125  </PropertyGroup>
    137126</Project>
Note: See TracChangeset for help on using the changeset viewer.