Changeset 7905
- Timestamp:
- 05/24/12 16:06:40 (13 years ago)
- Location:
- branches/VRP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Plugin.cs.frame
r7881 r7905 26 26 [PluginFile("HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 28 [PluginDependency("HeuristicLab.Data", "3.3")]29 28 [PluginDependency("HeuristicLab.MainForm", "3.3")] 30 29 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] -
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4
-
Property
svn:mergeinfo
set to
/branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4 merged eligible /trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.4 merged eligible
-
Property
svn:mergeinfo
set to
-
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/Plugin.cs.frame
r7871 r7905 28 28 [Plugin("HeuristicLab.Problems.VehicleRouting.Views", "3.4.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.VehicleRouting.Views-3.4.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Collections", "3.3")]31 30 [PluginDependency("HeuristicLab.Common", "3.3")] 32 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 32 [PluginDependency("HeuristicLab.Core", "3.3")] 34 33 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 35 [PluginDependency("HeuristicLab.Data", "3.3")]36 [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]37 34 [PluginDependency("HeuristicLab.MainForm", "3.3")] 38 35 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 39 [PluginDependency("HeuristicLab.Optimization", "3.3")]40 36 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 41 [PluginDependency("HeuristicLab.Parameters", "3.3")]42 37 [PluginDependency("HeuristicLab.Problems.VehicleRouting", "3.4")] 43 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]44 38 public class HeuristicLabProblemsVehicleRoutingViewsPlugin : PluginBase { 45 39 }
Note: See TracChangeset
for help on using the changeset viewer.