#3017: updated build and test scripts to support VS 2022
[heuristiclab.git] / HeuristicLab.Optimization.Operators / 3.3 / Plugin.cs.frame
blob8b8582052fb021758c059f79c0bf5280b3b497bf
1 #region License Information\r
2 /* HeuristicLab\r
3  * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)\r
4  *\r
5  * This file is part of HeuristicLab.\r
6  *\r
7  * HeuristicLab is free software: you can redistribute it and/or modify\r
8  * it under the terms of the GNU General Public License as published by\r
9  * the Free Software Foundation, either version 3 of the License, or\r
10  * (at your option) any later version.\r
11  *\r
12  * HeuristicLab is distributed in the hope that it will be useful,\r
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15  * GNU General Public License for more details.\r
16  *\r
17  * You should have received a copy of the GNU General Public License\r
18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.\r
19  */\r
20 #endregion\r
22 using HeuristicLab.PluginInfrastructure;\r
24 namespace HeuristicLab.Optimization.Operators {\r
25   /// <summary>\r
26   /// Plugin class for HeuristicLab.Optimization.Operators plugin.\r
27   /// </summary>\r
28   [Plugin("HeuristicLab.Optimization.Operators", "3.3.16.$WCREV$")]\r
29   [PluginFile("HeuristicLab.Optimization.Operators-3.3.dll", PluginFileType.Assembly)]\r
30   [PluginDependency("HeuristicLab.Collections", "3.3")]\r
31   [PluginDependency("HeuristicLab.Common", "3.3")]\r
32   [PluginDependency("HeuristicLab.Core", "3.3")]\r
33   [PluginDependency("HeuristicLab.Data", "3.3")]\r
34   [PluginDependency("HeuristicLab.Operators", "3.3")]\r
35   [PluginDependency("HeuristicLab.Operators.Programmable", "3.3")]\r
36   [PluginDependency("HeuristicLab.Optimization","3.3")]\r
37   [PluginDependency("HeuristicLab.Parameters", "3.3")]\r
38   [PluginDependency("HeuristicLab.Attic", "1.0")]\r
39   [PluginDependency("HeuristicLab.Selection", "3.3")]\r
40   public class HeuristicLabOptimizationOperatorsPlugin : PluginBase {\r
41   }\r
42 }\r