Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/09 10:09:59 (15 years ago)
Author:
gkronber
Message:

Moved problem injectors from GP.StructureIdentification projects into HeuristicLab.Modeling and made some necessary adjustments (project name, references, plugin dependencies). #635

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
Files:
3 edited

Legend:

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

    r1836 r1856  
    102102    <Compile Include="OffSpringSelectionGpEditor.Designer.cs">
    103103      <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
    104     </Compile>
    105     <Compile Include="ProblemInjector.cs" />
    106     <Compile Include="ProblemInjectorView.cs">
    107       <SubType>UserControl</SubType>
    108     </Compile>
    109     <Compile Include="ProblemInjectorView.Designer.cs">
    110       <DependentUpon>ProblemInjectorView.cs</DependentUpon>
    111104    </Compile>
    112105    <Compile Include="StandardGpEditor.cs">
     
    180173      <Name>HeuristicLab.Logging-3.2</Name>
    181174    </ProjectReference>
     175    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
     176      <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
     177      <Name>HeuristicLab.Modeling-3.2</Name>
     178    </ProjectReference>
    182179    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj">
    183180      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
     
    212209    <EmbeddedResource Include="OffSpringSelectionGpEditor.resx">
    213210      <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
    214     </EmbeddedResource>
    215     <EmbeddedResource Include="ProblemInjectorView.resx">
    216       <DependentUpon>ProblemInjectorView.cs</DependentUpon>
    217211    </EmbeddedResource>
    218212    <EmbeddedResource Include="StandardGpEditor.resx">
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs

    r1529 r1856  
    4141  [Dependency(Dependency = "HeuristicLab.Selection.OffspringSelection-3.2")]
    4242  [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")]
     43  [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
    4344  public class HeuristicLabGPStructureIdentificationPlugin : PluginBase {
    4445  }
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs

    r1529 r1856  
    3434using HeuristicLab.Data;
    3535using HeuristicLab.Operators.Programmable;
     36using HeuristicLab.Modeling;
    3637
    3738namespace HeuristicLab.GP.StructureIdentification {
Note: See TracChangeset for help on using the changeset viewer.