Changeset 16010 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/Properties/AssemblyInfo.cs.frame
- Timestamp:
- 07/24/18 16:41:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/Properties/AssemblyInfo.cs.frame
r16007 r16010 21 21 22 22 using System.Reflection; 23 using System.Runtime.CompilerServices;24 23 using System.Runtime.InteropServices; 25 24 … … 27 26 // set of attributes. Change these attribute values to modify the information 28 27 // associated with an assembly. 29 [assembly: AssemblyTitle("HeuristicLab.Problems.Instances.PermutationProblems -3.3")]28 [assembly: AssemblyTitle("HeuristicLab.Problems.Instances.PermutationProblems")] 30 29 [assembly: AssemblyDescription("")] 31 30 [assembly: AssemblyConfiguration("")] 32 31 [assembly: AssemblyCompany("")] 33 [assembly: AssemblyProduct("HeuristicLab .Problems.Instances.PermutationProblems-3.3")]34 [assembly: AssemblyCopyright(" Copyright © 2018")]32 [assembly: AssemblyProduct("HeuristicLab")] 33 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] 35 34 [assembly: AssemblyTrademark("")] 36 35 [assembly: AssemblyCulture("")]
Note: See TracChangeset
for help on using the changeset viewer.