using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Problems.Robocode { [Plugin("HeuristicLab.Problems.Robocode", "The Robocode problem for genetic programming.", "1.1")] [PluginFile("HeuristicLab.Problems.Robocode-1.1.dll", PluginFileType.Assembly)] [PluginDependency("HeuristicLab.Data", "3.3")] [PluginDependency("HeuristicLab.Core", "3.3")] [PluginDependency("HeuristicLab.Common", "3.3")] [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] [PluginDependency("HeuristicLab.Parameters", "3.3")] [PluginDependency("HeuristicLab.Persistence", "3.3")] public class Plugin : PluginBase { } }