Free cookie consent management tool by TermsFeed Policy Generator

Changeset 465


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
Files:
3 edited
2 moved

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  }
  • trunk/sources/HeuristicLab.Operators.Metaprogramming/DoubleRangeVariableInjector.cs

    r462 r465  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Data;
    27 using System.Threading;
    28 using HeuristicLab.CEDMA.DB.Interfaces;
    29 using System.ServiceModel;
    3027using HeuristicLab.Operators;
    3128
    32 namespace HeuristicLab.CEDMA.Operators {
     29namespace HeuristicLab.Operators.Metaprogramming {
    3330  public class DoubleRangeVariableInjector: OperatorBase {
    3431    public override string Description {
  • trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLab.Operators.Metaprogramming.csproj

    r464 r465  
    5050    <None Include="HeuristicLab.snk" />
    5151    <None Include="Properties\AssemblyInfo.frame" />
     52    <Compile Include="DoubleRangeVariableInjector.cs" />
    5253    <Compile Include="HeuristicLabOperatorsMetaprogrammingPlugin.cs" />
    5354    <Compile Include="Properties\AssemblyInfo.cs" />
     55    <Compile Include="SequentialComposer.cs" />
    5456  </ItemGroup>
    5557  <ItemGroup>
  • trunk/sources/HeuristicLab.Operators.Metaprogramming/SequentialComposer.cs

    r462 r465  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Data;
    27 using System.Threading;
    28 using HeuristicLab.CEDMA.DB.Interfaces;
    29 using System.ServiceModel;
    3027using HeuristicLab.Operators;
    3128
    32 namespace HeuristicLab.CEDMA.Operators {
     29namespace HeuristicLab.Operators.Metaprogramming {
    3330  public class SequentialComposer: OperatorBase {
    3431    public override string Description {
Note: See TracChangeset for help on using the changeset viewer.