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.Evolutionary/3.3
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

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

    r1691 r2790  
    8181  </ItemGroup>
    8282  <ItemGroup>
    83     <Compile Include="ChildrenInitializer.cs" />
    84     <Compile Include="SASEGASAReunificator.cs" />
    85     <Compile Include="CrossoverBase.cs" />
     83    <None Include="HeuristicLabEvolutionaryPlugin.cs.frame" />
    8684    <Compile Include="HeuristicLabEvolutionaryPlugin.cs" />
    8785    <Compile Include="Properties\AssemblyInfo.cs" />
    88     <Compile Include="SubScopesStorer.cs" />
    89     <Compile Include="SuccessRuleMutationStrengthAdjuster.cs" />
    90     <Compile Include="UnidirectionalRingMigrator.cs" />
    9186  </ItemGroup>
    9287  <ItemGroup>
     
    126121set Outdir=$(Outdir)
    127122
    128 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEvolutionaryPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEvolutionaryPlugin.cs"</PreBuildEvent>
    129125  </PropertyGroup>
    130126</Project>
Note: See TracChangeset for help on using the changeset viewer.