Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/Plugin.cs.frame
- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/Plugin.cs.frame
r7558 r8085 28 28 [PluginDependency("HeuristicLab.Data", "3.3")] 29 29 [PluginDependency("HeuristicLab.MainForm", "3.3")] 30 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]31 30 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 32 31 [PluginDependency("HeuristicLab.Problems.Instances.TSPLIB", "3.3")] 32 [PluginDependency("HeuristicLab.Problems.Instances.Views", "3.3")] 33 33 public class HeuristicLabProblemsInstancesTSPLIBViewsPlugin : PluginBase { 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.