Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5473


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

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

Location:
branches/DataAnalysis Refactoring
Files:
4 added
1 deleted
5 edited
59 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj

    r5471 r5473  
    159159      <Name>HeuristicLab.Core-3.3</Name>
    160160    </ProjectReference>
    161     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
     161    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    162162      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    163       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     163      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    164164    </ProjectReference>
    165165    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame

    r5471 r5473  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.3.$WCREV$")]
    29   [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    34   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3")]
     34  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/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("266fc20e-e762-4f01-8d2d-17187186d0f9")]
     44[assembly: Guid("673A0460-B43A-4853-84D2-4125532B7F51")]
    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/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")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt.Views/3.4/HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame

    r5471 r5473  
    2626
    2727namespace HeuristicLab.Problems.ArtificialAnt.Views {
    28   [Plugin("HeuristicLab.Problems.ArtificialAnt.Views", "3.3.3.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.ArtificialAnt.Views", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Core", "3.3.3.0")]
    3131  [PluginDependency("HeuristicLab.Core.Views", "3.3.3.0")]
    3232  [PluginDependency("HeuristicLab.Data", "3.3.3.0")]
    33   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.3.3.0")]
    34   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","3.3.3.0")]
     33  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4.0.0")]
     34  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","3.4.0.0")]
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3.3.0")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3.3.0")]
    37   [PluginDependency("HeuristicLab.Problems.ArtificialAnt", "3.3.3.0")]
     37  [PluginDependency("HeuristicLab.Problems.ArtificialAnt", "3.4.0.0")]
    3838  public class HeuristicLabProblemsArtificialAntViewsPlugin : PluginBase {
    3939  }
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt.Views/3.4/Properties/AssemblyInfo.frame

    r5446 r5473  
    4141
    4242// The following GUID is for the ID of the typelib if this project is exposed to COM
    43 [assembly: Guid("64b22bb4-5eac-46ae-b2b6-c84ff428e177")]
     43[assembly: Guid("F78103ED-A841-40AF-8216-EBB725E0EA42")]
    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.$WCREV$")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.4/HeuristicLabProblemsArtificialAntPlugin.cs.frame

    r5471 r5473  
    2626
    2727namespace HeuristicLab.Problems.ArtificialAnt {
    28   [Plugin("HeuristicLab.Problems.ArtificialAnt", "3.3.3.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.ArtificialAnt-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.ArtificialAnt", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.ArtificialAnt-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3.3.0")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3.3.0")]
     
    3333  [PluginDependency("HeuristicLab.Core", "3.3.3.0")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3.3.0")]
    35   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.3.3.0")]
     35  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4.0.0")]
    3636  [PluginDependency("HeuristicLab.Operators", "3.3.3.0")]
    3737  [PluginDependency("HeuristicLab.Optimization", "3.3.3.0")]
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.4/Properties/AssemblyInfo.frame

    r5446 r5473  
    4141
    4242// The following GUID is for the ID of the typelib if this project is exposed to COM
    43 [assembly: Guid("69563847-2b75-4aa4-a924-f24b74d19947")]
     43[assembly: Guid("74CF50B5-F690-42FC-AFB4-03E9F72D5226")]
    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.$WCREV$")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.