Changeset 12722 for trunk/sources/HeuristicLab.Problems.Orienteering
- Timestamp:
- 07/10/15 16:49:32 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 23 23 bin 24 24 protoc.exe 25 obj
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.Orienteering/3.3/Plugin.cs.frame
r12721 r12722 28 28 [Plugin("HeuristicLab.Problems.Orienteering", "3.3.11.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.Orienteering-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Analysis", "3.3")]31 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 31 [PluginDependency("HeuristicLab.Common", "3.3")] … … 40 39 [PluginDependency("HeuristicLab.Persistence", "3.3")] 41 40 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 42 [PluginDependency("HeuristicLab.Random", "3.3")]43 [PluginDependency("HeuristicLab.Scripting", "3.3")]44 41 public class HeuristicLabProblemsOrienteeringPlugin : PluginBase { } 45 42 }
Note: See TracChangeset
for help on using the changeset viewer.