Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (10 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

Location:
branches/OptimizationNetworks/HeuristicLab.Networks.Views
Files:
7 added
4 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Programmable/UserDefinedNetworkView.Designer.cs

    r11576 r11577  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Networks.Views {
     22namespace HeuristicLab.Networks.Programmable.Views {
    2323  partial class UserDefinedNetworkView {
    2424    /// <summary>
     
    4646    private void InitializeComponent() {
    4747      this.codeTabPage = new System.Windows.Forms.TabPage();
    48       this.programmableItemView = new HeuristicLab.Core.Views.ProgrammableItemView();
     48      this.programmableItemView = new HeuristicLab.Scripting.Views.ProgrammableItemView();
    4949      this.initializeButton = new System.Windows.Forms.Button();
    5050      this.tabControl.SuspendLayout();
     
    116116
    117117    protected System.Windows.Forms.TabPage codeTabPage;
    118     protected HeuristicLab.Core.Views.ProgrammableItemView programmableItemView;
     118    protected HeuristicLab.Scripting.Views.ProgrammableItemView programmableItemView;
    119119    protected System.Windows.Forms.Button initializeButton;
    120120  }
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Programmable/UserDefinedNetworkView.cs

    r11576 r11577  
    2020#endregion
    2121
     22using HeuristicLab.Core.Networks.Views;
    2223using HeuristicLab.MainForm;
    2324using System.Windows.Forms;
    2425
    25 namespace HeuristicLab.Core.Networks.Views {
     26namespace HeuristicLab.Networks.Programmable.Views {
    2627  [View("UserDefinedNetwork View")]
    2728  [Content(typeof(UserDefinedNetwork), true)]
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Programmable/UserDefinedNodeView.Designer.cs

    r11576 r11577  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Networks.Views {
     22namespace HeuristicLab.Networks.Programmable.Views {
    2323  partial class UserDefinedNodeView {
    2424    /// <summary>
     
    4949      this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
    5050      this.codeTabPage = new System.Windows.Forms.TabPage();
    51       this.programmableItemView = new HeuristicLab.Core.Views.ProgrammableItemView();
     51      this.programmableItemView = new HeuristicLab.Scripting.Views.ProgrammableItemView();
    5252      this.initializeButton = new System.Windows.Forms.Button();
    5353      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    154154    protected MainForm.WindowsForms.DragOverTabControl tabControl;
    155155    protected System.Windows.Forms.TabPage portsTabPage;
    156     protected PortCollectionView portCollectionView;
     156    protected HeuristicLab.Core.Networks.Views.PortCollectionView portCollectionView;
    157157    protected System.Windows.Forms.TabPage codeTabPage;
    158     protected HeuristicLab.Core.Views.ProgrammableItemView programmableItemView;
     158    protected HeuristicLab.Scripting.Views.ProgrammableItemView programmableItemView;
    159159    protected System.Windows.Forms.Button initializeButton;
    160160
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Programmable/UserDefinedNodeView.cs

    r11576 r11577  
    2020#endregion
    2121
     22using HeuristicLab.Core.Networks.Views;
    2223using HeuristicLab.MainForm;
    2324using System.Windows.Forms;
    2425
    25 namespace HeuristicLab.Core.Networks.Views {
     26namespace HeuristicLab.Networks.Programmable.Views {
    2627  [View("UserDefinedNode View")]
    2728  [Content(typeof(UserDefinedNode), true)]
Note: See TracChangeset for help on using the changeset viewer.