Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 18:22:03 (14 years ago)
Author:
mkommend
Message:

Added SymbolicExpressionTreeEncoding, -Views, ArtificialAnt and -Views 3.4 plugins (ticket #1418).

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
Files:
1 added
1 deleted
2 edited
24 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame

    r5471 r5473  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.3.$WCREV$")]
    29   [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3.3.0")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3.3.0")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Properties/AssemblyInfo.frame

    r5446 r5473  
    4242
    4343// The following GUID is for the ID of the typelib if this project is exposed to COM
    44 [assembly: Guid("6f0b963e-ff24-4396-b7bd-f8997b6eda55")]
     44[assembly: Guid("B4A9B316-6336-478B-84E5-16F773DE2512")]
    4545
    46 [assembly: AssemblyVersion("3.3.0.0")]
    47 [assembly: AssemblyFileVersion("3.3.3.$WCREV$")]
     46[assembly: AssemblyVersion("3.4.0.0")]
     47[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/Properties/AssemblyInfo.cs

    r5446 r5473  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.Tests")]
     28[assembly: AssemblyTitle("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests")]
    2929[assembly: AssemblyDescription("")]
    3030[assembly: AssemblyConfiguration("")]
    3131[assembly: AssemblyCompany("")]
    32 [assembly: AssemblyProduct("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.Tests")]
     32[assembly: AssemblyProduct("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests")]
    3333[assembly: AssemblyCopyright("")]
    3434[assembly: AssemblyTrademark("")]
     
    4141
    4242// The following GUID is for the ID of the typelib if this project is exposed to COM
    43 [assembly: Guid("e232a6a8-a54f-4629-8962-98c1597f1b8d")]
     43[assembly: Guid("DAEDFB32-AE17-4499-80F0-653147AD7884")]
    4444
    4545// Version information for an assembly consists of the following four values:
     
    5252// You can specify all the values or you can default the Revision and Build Numbers
    5353// by using the '*' as shown below:
    54 [assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.3.0")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.0.0")]
Note: See TracChangeset for help on using the changeset viewer.