using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Problems.PTSP { [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the PTSP", "3.3.11.$WCREV$")] [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)] public class Plugin : PluginBase { } }