Changeset 11188
- Timestamp:
- 07/14/14 14:06:02 (10 years ago)
- 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 409 409 EndProject 410 410 Project("{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}" 411 EndProject 412 Project("{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}" 411 413 EndProject 412 414 Global … … 1984 1986 {D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}.Release|x64.ActiveCfg = Release|Any CPU 1985 1987 {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 1986 1996 EndGlobalSection 1987 1997 GlobalSection(SolutionProperties) = preSolution -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/Plugin.cs.frame
r11185 r11188 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab.Problems.Orienteering {24 namespace HeuristicLab.Problems.Orienteering.Views { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab.Problems.Orienteering. 26 /// Plugin class for HeuristicLab.Problems.Orienteering.Views. 27 27 /// </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)] 30 30 [PluginDependency("HeuristicLab.Common", "3.3")] 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 32 [PluginDependency("HeuristicLab.Random", "3.3")] 33 [PluginDependency("HeuristicLab. Scripting", "3.3")]34 public class HeuristicLabProblems ParameterOptimizationPlugin : PluginBase { }33 [PluginDependency("HeuristicLab.Problems.Orienteering", "3.3")] 34 public class HeuristicLabProblemsOrienteeringViewsPlugin : PluginBase { } 35 35 } -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/Plugin.cs.frame
r11185 r11188 32 32 [PluginDependency("HeuristicLab.Random", "3.3")] 33 33 [PluginDependency("HeuristicLab.Scripting", "3.3")] 34 public class HeuristicLabProblems ParameterOptimizationPlugin : PluginBase { }34 public class HeuristicLabProblemsOrienteeringPlugin : PluginBase { } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.