- Timestamp:
- 02/06/15 17:52:14 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Plugin.cs.frame
r11892 r11961 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 32 [PluginDependency("HeuristicLab.Data", "3.3")] 33 [PluginDependency("HeuristicLab.Operators", "3.3")]34 33 [PluginDependency("HeuristicLab.Optimization", "3.3")] 35 [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]36 34 [PluginDependency("HeuristicLab.Parameters", "3.3")] 37 35 [PluginDependency("HeuristicLab.Persistence", "3.3")] 38 36 [PluginDependency("HeuristicLab.ProtobufCS", "2.4.1.473")] 37 [PluginDependency("HeuristicLab.Scripting", "3.3")] 39 38 public class HeuristicLabProblemsExternalEvaluationPlugin : PluginBase { 40 39 }
Note: See TracChangeset
for help on using the changeset viewer.