Changeset 16077 for branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3
- Timestamp:
- 08/14/18 12:01:42 (6 years ago)
- Location:
- branches/2936_GQAPIntegration
- Files:
-
- 1 added
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/Plugin.cs
r15579 r16077 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 7Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances { 25 [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances", "3.3.1 4.0")]25 [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances", "3.3.15.15905")] 26 26 [PluginFile("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 28 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 29 29 [PluginDependency("HeuristicLab.Problems.Instances.CordeauGQAP", "3.3")] 30 public class Plugin : PluginBase { 31 } 30 public class HeuristicLabProblemsGeneralizedQuadraticAssignmentInstances : PluginBase { } 32 31 } -
branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/Plugin.cs.frame
r15579 r16077 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 7Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances { 25 [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances", "3.3.1 4.0")]25 [Plugin("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances", "3.3.15.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 28 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 29 29 [PluginDependency("HeuristicLab.Problems.Instances.CordeauGQAP", "3.3")] 30 public class Plugin : PluginBase { 31 } 30 public class HeuristicLabProblemsGeneralizedQuadraticAssignmentInstances : PluginBase { } 32 31 } -
branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/Properties/AssemblyInfo.cs
r15579 r16077 53 53 // [assembly: AssemblyVersion("1.0.*")] 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 0.0")]55 [assembly: AssemblyFileVersion("3.3.15.15905")] -
branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/Properties/AssemblyInfo.cs.frame
r15579 r16077 53 53 // [assembly: AssemblyVersion("1.0.*")] 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 0.0")]55 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.