Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/Programmable/ProgrammableNetwork.cs

    r11576 r11577  
    2121
    2222using HeuristicLab.Common;
     23using HeuristicLab.Core;
     24using HeuristicLab.Core.Networks;
    2325using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2426using System.Collections.Generic;
    2527using System.Linq;
    2628
    27 namespace HeuristicLab.Core.Networks {
     29namespace HeuristicLab.Networks.Programmable {
    2830  [Item("ProgrammableNetwork", "Abstract base class for programmable networks.")]
    2931  [StorableClass]
     
    4547
    4648    protected override string CodeTemplate {
    47       get { return ReadCodeTemplate("HeuristicLab.Optimization.Networks.Core.Networks.ProgrammableNetworkTemplate.cs"); }
     49      get { return ReadCodeTemplate("HeuristicLab.Networks.Programmable.ProgrammableNetworkCode.cs"); }
    4850    }
    4951
Note: See TracChangeset for help on using the changeset viewer.