Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 12:32:27 (15 years ago)
Author:
mkommend
Message:

adapted HeuristicLab.MainForm.Test to use HL.Common.Resources (ticket #716)

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
     22using System.Reflection;
    223using System.Runtime.CompilerServices;
    324using System.Runtime.InteropServices;
     
    829// associated with an assembly.
    930[assembly: AssemblyTitle("HeuristicLab.MainForm.Test")]
    10 [assembly: AssemblyDescription("")]
     31[assembly: AssemblyDescription("HeuristicLab mainform  test application")]
    1132[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")]
    1536[assembly: AssemblyTrademark("")]
    1637[assembly: AssemblyCulture("")]
     
    2243
    2344// 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")]
    2546
    2647// Version information for an assembly consists of the following four values:
     
    3152//      Revision
    3253//
    33 // You can specify all the values or you can default the Build and Revision Numbers
     54// You can specify all the values or you can default the Revision and Build Numbers
    3455// 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.