Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11188


Ignore:
Timestamp:
07/14/14 14:06:02 (10 years ago)
Author:
pfleck
Message:

#2208 Added Orienteerings.Views plugin.

Location:
branches/HeuristicLab.Problems.Orienteering
Files:
5 added
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab 3.3.sln

    r11132 r11188  
    409409EndProject
    410410Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Orienteering-3.3", "HeuristicLab.Problems.Orienteering\3.3\HeuristicLab.Problems.Orienteering-3.3.csproj", "{D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}"
     411EndProject
     412Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Orienteering.Views-3.3", "HeuristicLab.Problems.Orienteering.Views\3.3\HeuristicLab.Problems.Orienteering.Views-3.3.csproj", "{BBF2CCC8-4D87-4297-8E18-8241FF93F966}"
    411413EndProject
    412414Global
     
    19841986    {D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}.Release|x64.ActiveCfg = Release|Any CPU
    19851987    {D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}.Release|x86.ActiveCfg = Release|Any CPU
     1988    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1989    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1990    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Debug|x64.ActiveCfg = Debug|Any CPU
     1991    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Debug|x86.ActiveCfg = Debug|Any CPU
     1992    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1993    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|Any CPU.Build.0 = Release|Any CPU
     1994    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x64.ActiveCfg = Release|Any CPU
     1995    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x86.ActiveCfg = Release|Any CPU
    19861996  EndGlobalSection
    19871997  GlobalSection(SolutionProperties) = preSolution
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/Plugin.cs.frame

    r11185 r11188  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.Orienteering {
     24namespace HeuristicLab.Problems.Orienteering.Views {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.Orienteering.
     26  /// Plugin class for HeuristicLab.Problems.Orienteering.Views.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Problems.Orienteering", "3.3.10.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.Orienteering-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.Orienteering.Views", "3.3.10.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.Orienteering.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Random", "3.3")]
    33   [PluginDependency("HeuristicLab.Scripting", "3.3")]
    34   public class HeuristicLabProblemsParameterOptimizationPlugin : PluginBase {    }
     33  [PluginDependency("HeuristicLab.Problems.Orienteering", "3.3")]
     34  public class HeuristicLabProblemsOrienteeringViewsPlugin : PluginBase {    }
    3535}
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/Plugin.cs.frame

    r11185 r11188  
    3232  [PluginDependency("HeuristicLab.Random", "3.3")]
    3333  [PluginDependency("HeuristicLab.Scripting", "3.3")]
    34   public class HeuristicLabProblemsParameterOptimizationPlugin : PluginBase {    }
     34  public class HeuristicLabProblemsOrienteeringPlugin : PluginBase {    }
    3535}
Note: See TracChangeset for help on using the changeset viewer.