using System; using System.Collections.Generic; using System.Linq; using System.Text; using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Hive.JobBase { [Plugin("HeuristicLab.Hive.JobBase-3.2")] [PluginFile("HeuristicLab.Hive.JobBase-3.2.dll", PluginFileType.Assembly)] [PluginDependency("HeuristicLab.Core-3.2")] public class JobBasePlugin: PluginBase { } }