Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 10:16:58 (16 years ago)
Author:
dtraxing
Message:

Renamed HeuristicLab.SGAHardWired Plugin to HeuristicLab.FixedOperators. (ticket #580)

Location:
trunk/sources/HeuristicLab.FixedOperators
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj

    r1645 r1646  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.SGA.Hardwired</RootNamespace>
    12     <AssemblyName>HeuristicLab.SGA.Hardwired-3.2</AssemblyName>
     11    <RootNamespace>HeuristicLab.FixedOperators</RootNamespace>
     12    <AssemblyName>HeuristicLab.FixedOperators-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    7070    <Compile Include="CreateReplacement.cs" />
    7171    <Compile Include="CreateChildrenHardWired.cs" />
    72     <Compile Include="HeuristicLabSGAHardwiredPlugin.cs" />
     72    <Compile Include="FixedSGAMain.cs" />
     73    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
    7374    <Compile Include="Properties\AssemblyInfo.cs" />
    7475    <Compile Include="CreateChildren.cs" />
    75     <Compile Include="SGAMainWithHWControllStructures.cs" />
    7676  </ItemGroup>
    7777  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.