using HeuristicLab.PluginInfrastructure; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HeuristicLab.Data.MoveVectorData.Views { [Plugin("HeuristicLab.Data.MoveVectorData.Views", "3.3.1.1")] [PluginFile("HeuristicLab.Data.MoveVectorData.Views-3.3.dll", PluginFileType.Assembly)] [PluginDependency("HeuristicLab.Collections", "3.3")] [PluginDependency("HeuristicLab.Common", "3.3")] [PluginDependency("HeuristicLab.Core", "3.3")] [PluginDependency("HeuristicLab.Core.Views", "3.3")] [PluginDependency("HeuristicLab.Data", "3.3")] [PluginDependency("HeuristicLab.Data.MoveVectorData", "3.3")] [PluginDependency("HeuristicLab.MainForm", "3.3")] [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] [PluginDependency("HeuristicLab.Optimization", "3.3")] [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] public class HeuristicLabDataMoveVectorDataViewsPlugin : PluginBase { } }