Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 02:08:36 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.SGA to HeuristicLab.Algorithms.SGA
Location:
trunk/sources/HeuristicLab.Algorithms.SGA
Files:
1 added
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
        2 HeuristicLabSGAPlugin.cs
        32bin
        43obj
         4HeuristicLabAlgorithmsSGAPlugin.cs
  • trunk/sources/HeuristicLab.Algorithms.SGA/3.3/Tests/HeuristicLab.Algorithms.SGA-3.3.Tests.csproj

    r2883 r2884  
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>HeuristicLab.SGA.UnitTest</RootNamespace>
    11     <AssemblyName>HeuristicLab.SGA-3.3.UnitTest</AssemblyName>
     10    <RootNamespace>HeuristicLab.Algorithms.SGA.Tests</RootNamespace>
     11    <AssemblyName>HeuristicLab.Algorithms.SGA-3.3.Tests</AssemblyName>
    1212    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    106106      <Name>HeuristicLab.SequentialEngine-3.3</Name>
    107107    </ProjectReference>
    108     <ProjectReference Include="..\HeuristicLab.SGA-3.3.csproj">
    109       <Project>{4C3305C4-E440-4EAD-B218-68D77AE51543}</Project>
    110       <Name>HeuristicLab.SGA-3.3</Name>
    111     </ProjectReference>
    112108    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
    113109      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    114110      <Name>HeuristicLab.Tracing-3.2</Name>
     111    </ProjectReference>
     112    <ProjectReference Include="..\HeuristicLab.Algorithms.SGA-3.3.csproj">
     113      <Project>{4C3305C4-E440-4EAD-B218-68D77AE51543}</Project>
     114      <Name>HeuristicLab.Algorithms.SGA-3.3</Name>
    115115    </ProjectReference>
    116116  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.