Free cookie consent management tool by TermsFeed Policy Generator

Changeset 51


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

Worked on ticket #48

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

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 {
  • trunk/sources/HeuristicLab.Operators/AddVariableInfoDialog.Designer.cs

    r45 r51  
    2020#endregion
    2121
    22 namespace HeuristicLab.Operators.Programmable {
     22namespace HeuristicLab.Operators {
    2323  partial class AddVariableInfoDialog {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Operators/AddVariableInfoDialog.cs

    r45 r51  
    3030using HeuristicLab.Data;
    3131
    32 namespace HeuristicLab.Operators.Programmable {
     32namespace HeuristicLab.Operators {
    3333  public partial class AddVariableInfoDialog : Form {
    3434    private IVariableInfo myVariableInfo;
  • trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj

    r46 r51  
    4747  </ItemGroup>
    4848  <ItemGroup>
     49    <Compile Include="AddVariableInfoDialog.cs">
     50      <SubType>Form</SubType>
     51    </Compile>
     52    <Compile Include="AddVariableInfoDialog.Designer.cs">
     53      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
     54    </Compile>
    4955    <Compile Include="CombinedOperator.cs" />
    5056    <Compile Include="CombinedOperatorView.cs">
     
    113119  </ItemGroup>
    114120  <ItemGroup>
     121    <EmbeddedResource Include="AddVariableInfoDialog.resx">
     122      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
     123    </EmbeddedResource>
    115124    <EmbeddedResource Include="CombinedOperatorView.resx">
    116125      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.