Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/10 12:20:43 (15 years ago)
Author:
gkronber
Message:

Prepared plugin infrastructure to work with versioned plugins and dependencies and added versioning to part of HL.GP plugins. #864 (Plugins should have an a version)

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj

    r2722 r2750  
    8585    <Compile Include="BaseClasses\FunctionTreeBase.cs" />
    8686    <Compile Include="BaseClasses\TreeEvaluatorBase.cs" />
     87    <None Include="HeuristicLabGPStructureIdentificationPlugin.cs.frame" />
    8788    <Compile Include="LinearScalingPredictorBuilder.cs" />
    8889    <Compile Include="Evaluators\VariableFrequencyBasedImpactCalculator.cs" />
     
    253254set Outdir=$(Outdir)
    254255
    255 call PreBuildEvent.cmd</PreBuildEvent>
     256call PreBuildEvent.cmd
     257SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationPlugin.cs"</PreBuildEvent>
    256258  </PropertyGroup>
    257259</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs

    r2591 r2750  
    2323
    2424namespace HeuristicLab.GP.StructureIdentification {
    25   [Plugin("HeuristicLab.GP.StructureIdentification-3.3")]
     25  [Plugin("HeuristicLab.GP.StructureIdentification", "3.3.0.2728")]
    2626  [PluginFile("HeuristicLab.GP.StructureIdentification-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Common-3.2")]
     
    3030  [PluginDependency("HeuristicLab.DataAnalysis-3.2")]
    3131  [PluginDependency("HeuristicLab.Evolutionary-3.2")]
    32   [PluginDependency("HeuristicLab.GP-3.3")]
    33   [PluginDependency("HeuristicLab.GP.Interfaces-3.3")]
    34   [PluginDependency("HeuristicLab.GP.Operators-3.3")]
     32  [PluginDependency("HeuristicLab.GP", "3.3")]
     33  [PluginDependency("HeuristicLab.GP.Interfaces", "3.3")]
     34  [PluginDependency("HeuristicLab.GP.Operators", "3.3")]
    3535  [PluginDependency("HeuristicLab.Logging-3.2")]
    3636  [PluginDependency("HeuristicLab.Modeling-3.2")]
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/Properties/AssemblyInfo.frame

    r1527 r2750  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.