1 #region License Information
\r
3 * Copyright (C) 2002-2021 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
\r
5 * This file is part of HeuristicLab.
\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
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
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
22 using System.Reflection;
\r
23 using System.Runtime.CompilerServices;
\r
24 using System.Runtime.InteropServices;
\r
26 // General Information about an assembly is controlled through the following
\r
27 // set of attributes. Change these attribute values to modify the information
\r
28 // associated with an assembly.
\r
29 [assembly: AssemblyTitle("HeuristicLab.Algorithms.MultiObjectiveLocalSearch")]
\r
30 [assembly: AssemblyDescription("Local search algorithms for multi-objective problems")]
\r
31 [assembly: AssemblyConfiguration("")]
\r
32 [assembly: AssemblyCompany("HEAL")]
\r
33 [assembly: AssemblyProduct("HeuristicLab")]
\r
34 [assembly: AssemblyCopyright("(c) HEAL 2002-2021")]
\r
35 [assembly: AssemblyTrademark("")]
\r
36 [assembly: AssemblyCulture("")]
\r
38 // Setting ComVisible to false makes the types in this assembly not visible
\r
39 // to COM components. If you need to access a type in this assembly from
\r
40 // COM, set the ComVisible attribute to true on that type.
\r
41 [assembly: ComVisible(false)]
\r
43 // The following GUID is for the ID of the typelib if this project is exposed to COM
\r
44 [assembly: Guid("4ccdd23a-9fa3-4b36-9469-87d67e99225f")]
\r
46 // Version information for an assembly consists of the following four values:
\r
53 // You can specify all the values or you can default the Build and Revision Numbers
\r
54 // by using the '*' as shown below:
\r
55 // [assembly: AssemblyVersion("1.0.*")]
\r
56 [assembly: AssemblyVersion("3.3.0.0")]
\r
57 [assembly: AssemblyFileVersion("3.3.16.$WCREV$")]
\r