Changeset 2247 for trunk/sources/HeuristicLab.MainForm.Test/3.2/Properties
- Timestamp:
- 08/06/09 12:32:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.Test/3.2/Properties/AssemblyInfo.cs
r2243 r2247 1 using System.Reflection; 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 using System.Reflection; 2 23 using System.Runtime.CompilerServices; 3 24 using System.Runtime.InteropServices; … … 8 29 // associated with an assembly. 9 30 [assembly: AssemblyTitle("HeuristicLab.MainForm.Test")] 10 [assembly: AssemblyDescription(" ")]31 [assembly: AssemblyDescription("HeuristicLab mainform test application")] 11 32 [assembly: AssemblyConfiguration("")] 12 [assembly: AssemblyCompany(" Microsoft")]13 [assembly: AssemblyProduct("HeuristicLab .MainForm.Test")]14 [assembly: AssemblyCopyright(" Copyright © Microsoft 2009")]33 [assembly: AssemblyCompany("")] 34 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")] 15 36 [assembly: AssemblyTrademark("")] 16 37 [assembly: AssemblyCulture("")] … … 22 43 23 44 // The following GUID is for the ID of the typelib if this project is exposed to COM 24 [assembly: Guid(" a80799b9-1882-4c61-bc7e-bca44b61c067")]45 [assembly: Guid("f9718239-4d37-4410-84d7-9c3468b01cbf")] 25 46 26 47 // Version information for an assembly consists of the following four values: … … 31 52 // Revision 32 53 // 33 // You can specify all the values or you can default the Build and RevisionNumbers54 // You can specify all the values or you can default the Revision and Build Numbers 34 55 // by using the '*' as shown below: 35 // [assembly: AssemblyVersion("1.0.*")] 36 [assembly: AssemblyVersion("1.0.0.0")] 37 [assembly: AssemblyFileVersion("1.0.0.0")] 38 [assembly: AssemblyBuildDate("2009/08/04 18:20:50")] 39 56 [assembly: AssemblyVersion("3.2.0.2243")] 57 [assembly: AssemblyFileVersion("3.2.0.2243")] 58 [assembly: AssemblyBuildDate("2009/08/06 12:20:28")]
Note: See TracChangeset
for help on using the changeset viewer.