Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/14/10 05:31:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators
File:
1 edited

Legend:

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

    r2790 r2794  
    8282  <ItemGroup>
    8383    <None Include="HeuristicLabPermutationPlugin.cs.frame" />
     84    <Compile Include="InversionManipulator.cs">
     85      <SubType>Code</SubType>
     86    </Compile>
     87    <Compile Include="PermutationManipulator.cs" />
    8488    <Compile Include="HeuristicLabPermutationPlugin.cs" />
     89    <Compile Include="OrderCrossover.cs" />
     90    <Compile Include="PermutationCrossover.cs" />
     91    <Compile Include="Permutation.cs" />
    8592    <Compile Include="Properties\AssemblyInfo.cs" />
     93    <Compile Include="RandomPermutationCreator.cs" />
    8694  </ItemGroup>
    8795  <ItemGroup>
     
    9098  </ItemGroup>
    9199  <ItemGroup>
     100    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     101      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     102      <Name>HeuristicLab.Collections-3.3</Name>
     103    </ProjectReference>
     104    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     105      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     106      <Name>HeuristicLab.Common-3.2</Name>
     107    </ProjectReference>
    92108    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    93109      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     
    98114      <Name>HeuristicLab.Data-3.3</Name>
    99115    </ProjectReference>
    100     <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
    101       <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    102       <Name>HeuristicLab.Evolutionary-3.3</Name>
     116    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     117      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     118      <Name>HeuristicLab.Operators-3.3</Name>
     119    </ProjectReference>
     120    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     121      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     122      <Name>HeuristicLab.Parameters-3.3</Name>
     123    </ProjectReference>
     124    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     125      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     126      <Name>HeuristicLab.Persistence-3.3</Name>
    103127    </ProjectReference>
    104128    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    105129      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    106130      <Name>HeuristicLab.PluginInfrastructure</Name>
    107     </ProjectReference>
    108     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    109       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    110       <Name>HeuristicLab.Random-3.3</Name>
    111131    </ProjectReference>
    112132  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.