Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2759 for trunk/sources


Ignore:
Timestamp:
02/08/10 10:13:54 (14 years ago)
Author:
gkronber
Message:

Supplemental changeset to r2750 (#864)
Adapted stale plugin dependencies.

Location:
trunk/sources
Files:
7 added
7 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.2.sln

    r2691 r2759  
    77    ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt
    88    HeuristicLab 3.2.vsmdi = HeuristicLab 3.2.vsmdi
     9    HeuristicLab 3.21.vsmdi = HeuristicLab 3.21.vsmdi
    910    LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
    1011    PreBuildEvent.cmd = PreBuildEvent.cmd
     
    333334Global
    334335  GlobalSection(TestCaseManagementSettings) = postSolution
    335     CategoryFile = HeuristicLab 3.2.vsmdi
     336    CategoryFile = HeuristicLab 3.21.vsmdi
    336337  EndGlobalSection
    337338  GlobalSection(SolutionConfigurationPlatforms) = preSolution
  • trunk/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj

    r2328 r2759  
    8181  <ItemGroup>
    8282    <Compile Include="BooleanTreeInterpreter.cs" />
     83    <None Include="HeuristicLabGPBooleanPlugin.cs.frame" />
    8384    <Compile Include="Symbols\And.cs" />
    8485    <Compile Include="Symbols\Nand.cs" />
     
    151152set Outdir=$(Outdir)
    152153
    153 call PreBuildEvent.cmd</PreBuildEvent>
     154call PreBuildEvent.cmd
     155SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPBooleanPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPBooleanPlugin.cs"</PreBuildEvent>
    154156  </PropertyGroup>
    155157</Project>
  • trunk/sources/HeuristicLab.GP.Boolean/3.3/Properties/AssemblyInfo.frame

    r1527 r2759  
    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$")]
  • trunk/sources/HeuristicLab.GP.SantaFe/3.3/HeuristicLab.GP.SantaFe-3.3.csproj

    r2222 r2759  
    8282  <ItemGroup>
    8383    <Compile Include="AntInterpreter.cs" />
     84    <None Include="HeuristicLabGPSantaFePlugin.cs.frame" />
    8485    <Compile Include="FunctionLibraryInjector.cs" />
    8586    <Compile Include="HeuristicLabGPSantaFePlugin.cs" />
     
    138139set Outdir=$(Outdir)
    139140
    140 call PreBuildEvent.cmd</PreBuildEvent>
     141call PreBuildEvent.cmd
     142SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPSantaFePlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPSantaFePlugin.cs"</PreBuildEvent>
    141143  </PropertyGroup>
    142144</Project>
  • trunk/sources/HeuristicLab.GP.SantaFe/3.3/Properties/AssemblyInfo.frame

    r1527 r2759  
    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$")]
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj

    r2361 r2759  
    8181  <ItemGroup>
    8282    <Compile Include="ClassificationMeanSquaredErrorEvaluator.cs" />
     83    <None Include="HeuristicLabGPClassificationPlugin.cs.frame" />
    8384    <Compile Include="GPClassificationEvaluatorBase.cs" />
    8485    <Compile Include="CrossValidation.cs" />
     
    159160set Outdir=$(Outdir)
    160161
    161 call PreBuildEvent.cmd</PreBuildEvent>
     162call PreBuildEvent.cmd
     163SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPClassificationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPClassificationPlugin.cs"</PreBuildEvent>
    162164  </PropertyGroup>
    163165</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/Properties/AssemblyInfo.frame

    r1527 r2759  
    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$")]
  • trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj

    r2222 r2759  
    8282  <ItemGroup>
    8383    <Compile Include="ConditionalCoefficientOfDeterminationEvaluator.cs" />
     84    <None Include="HeuristicLabGPConditionalEvaluationPlugin.cs.frame" />
    8485    <Compile Include="HeuristicLabGPConditionalEvaluationPlugin.cs" />
    8586    <Compile Include="ConditionalMeanAbsolutePercentageErrorEvaluator.cs" />
     
    139140set Outdir=$(Outdir)
    140141
    141 call PreBuildEvent.cmd</PreBuildEvent>
     142call PreBuildEvent.cmd
     143SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs"</PreBuildEvent>
    142144  </PropertyGroup>
    143145</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/Properties/AssemblyInfo.frame

    r1902 r2759  
    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$")]
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/HeuristicLab.GP.StructureIdentification.Networks-3.2.csproj

    r2624 r2759  
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <None Include="HeuristicLabGPStructureIdentificationNetworksPlugin.cs.frame" />
    8283    <Compile Include="FunctionLibraryInjector.cs" />
    8384    <Compile Include="HeuristicLabGPStructureIdentificationNetworksPlugin.cs" />
     
    168169set Outdir=$(Outdir)
    169170
    170 call PreBuildEvent.cmd</PreBuildEvent>
     171call PreBuildEvent.cmd
     172SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationNetworksPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationNetworksPlugin.cs"</PreBuildEvent>
    171173  </PropertyGroup>
    172174</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/Properties/AssemblyInfo.frame

    r2616 r2759  
    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-2009 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.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj

    r2361 r2759  
    8383  <ItemGroup>
    8484    <Compile Include="AveragePercentageChangeEvaluator.cs" />
     85    <None Include="HeuristicLabGPTimeSeriesPlugin.cs.frame" />
    8586    <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
    8687    <Compile Include="OffspringSelectionGPTimeSeriesPrognosis.cs" />
     
    153154set Outdir=$(Outdir)
    154155
    155 call PreBuildEvent.cmd</PreBuildEvent>
     156call PreBuildEvent.cmd
     157SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPTimeSeriesPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPTimeSeriesPlugin.cs"</PreBuildEvent>
    156158  </PropertyGroup>
    157159</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/Properties/AssemblyInfo.frame

    r1527 r2759  
    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$")]
  • trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj

    r2645 r2759  
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <None Include="HeuristicLabLinearRegressionPlugin.cs.frame" />
    8283    <Compile Include="LinearClassification.cs" />
    8384    <Compile Include="HeuristicLabLinearRegressionPlugin.cs" />
     
    167168set Outdir=$(Outdir)
    168169
    169 call PreBuildEvent.cmd</PreBuildEvent>
     170call PreBuildEvent.cmd
     171SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabLinearRegressionPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabLinearRegressionPlugin.cs"</PreBuildEvent>
    170172  </PropertyGroup>
    171173</Project>
  • trunk/sources/HeuristicLab.LinearRegression/3.2/Properties/AssemblyInfo.frame

    r2154 r2759  
    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.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.