Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/16 22:57:11 (7 years ago)
Author:
pkimmesw
Message:

#2665 Added Problem.ProgramSynthesis Project, Fixed Expression Issues, Fixed Code Generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP/Properties/AssemblyInfo.cs

    r14320 r14513  
    11using System.Reflection;
    2 using System.Runtime.CompilerServices;
    32using System.Runtime.InteropServices;
    43
     
    65// set of attributes. Change these attribute values to modify the information
    76// associated with an assembly.
     7
    88[assembly: AssemblyTitle("HeuristicLab.Algorithms.PushGP")]
    99[assembly: AssemblyDescription("")]
     
    1818// to COM components.  If you need to access a type in this assembly from
    1919// COM, set the ComVisible attribute to true on that type.
     20
    2021[assembly: ComVisible(false)]
    2122
    2223// The following GUID is for the ID of the typelib if this project is exposed to COM
     24
    2325[assembly: Guid("368d1303-470c-4f31-91f2-0fad379daa45")]
    2426
     
    3335// by using the '*' as shown below:
    3436// [assembly: AssemblyVersion("1.0.*")]
     37
    3538[assembly: AssemblyVersion("1.0.0.0")]
    3639[assembly: AssemblyFileVersion("1.0.0.0")]
Note: See TracChangeset for help on using the changeset viewer.