Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/07/08 09:06:56 (16 years ago)
Author:
gkronber
Message:

moved metaprogramming operators from CEDMA.Operators to Operators.Metaprogramming

Location:
trunk/sources/HeuristicLab.CEDMA.Operators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj

    r462 r465  
    5454  </ItemGroup>
    5555  <ItemGroup>
    56     <Compile Include="SequentialComposer.cs" />
    57     <Compile Include="DoubleRangeVariableInjector.cs" />
    5856    <Compile Include="ScopeResultWriter.cs" />
    5957    <Compile Include="HeuristicLabCedmaOperatorsPlugin.cs" />
     
    7775      <Name>HeuristicLab.Data</Name>
    7876    </ProjectReference>
    79     <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
    80       <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
    81       <Name>HeuristicLab.Operators</Name>
    82     </ProjectReference>
    8377    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    8478      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLabCedmaOperatorsPlugin.cs

    r462 r465  
    3131  [Dependency(Dependency = "HeuristicLab.Core")]
    3232  [Dependency(Dependency = "HeuristicLab.Data")]
    33   [Dependency(Dependency = "HeuristicLab.Operators")]
    3433  public class HeuristicLabCedmaOperatorsPlugin : PluginBase {
    3534  }
Note: See TracChangeset for help on using the changeset viewer.