Free cookie consent management tool by TermsFeed Policy Generator

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/HeuristicLab.GP.StructureIdentification.Classification/3.3
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • 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$")]
Note: See TracChangeset for help on using the changeset viewer.