Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/08 02:07:41 (17 years ago)
Author:
swagner
Message:

Worked on ticket #48

  • moved AddVariableInfoDialog from HeuristicLab.Operators.Programmable to HeuristicLab.Operators
Location:
trunk/sources/HeuristicLab.Operators.Programmable
Files:
3 edited

Legend:

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

    r30 r51  
    4444  </ItemGroup>
    4545  <ItemGroup>
    46     <Compile Include="AddVariableInfoDialog.cs">
    47       <SubType>Form</SubType>
    48     </Compile>
    49     <Compile Include="AddVariableInfoDialog.Designer.cs">
    50       <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
    51     </Compile>
    5246    <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
    5347    <Compile Include="ProgrammableOperator.cs" />
     
    7367      <Name>HeuristicLab.Data</Name>
    7468    </ProjectReference>
     69    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     70      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     71      <Name>HeuristicLab.Operators</Name>
     72    </ProjectReference>
    7573    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    7674      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    7977  </ItemGroup>
    8078  <ItemGroup>
    81     <EmbeddedResource Include="AddVariableInfoDialog.resx">
    82       <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
    83       <SubType>Designer</SubType>
    84     </EmbeddedResource>
    8579    <EmbeddedResource Include="ProgrammableOperatorView.resx">
    8680      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
  • trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLabOperatorsProgrammablePlugin.cs

    r2 r51  
    3030  [Dependency(Dependency = "HeuristicLab.Core")]
    3131  [Dependency(Dependency = "HeuristicLab.Data")]
     32  [Dependency(Dependency = "HeuristicLab.Operators")]
    3233  public class HeuristicLabOperatorsProgrammablePlugin : PluginBase {
    3334  }
  • trunk/sources/HeuristicLab.Operators.Programmable/ProgrammableOperatorView.cs

    r2 r51  
    2828using System.Windows.Forms;
    2929using HeuristicLab.Core;
     30using HeuristicLab.Operators;
    3031
    3132namespace HeuristicLab.Operators.Programmable {
Note: See TracChangeset for help on using the changeset viewer.