Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/10 22:08:45 (15 years ago)
Author:
swagner
Message:

Added versions to all HeuristicLab 3.3 related plugins (#864)

Location:
trunk/sources/HeuristicLab.Core/3.3
Files:
1 added
1 deleted
2 edited

Legend:

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

    r2746 r2754  
    103103    <Compile Include="Attributes\CreatableAttribute.cs" />
    104104    <Compile Include="ChangedEventArgs.cs" />
     105    <None Include="HeuristicLabCorePlugin.cs.frame" />
    105106    <Compile Include="ItemArray.cs" />
    106107    <Compile Include="DeepCloneable.cs" />
     
    195196set Outdir=$(Outdir)
    196197
    197 call PreBuildEvent.cmd</PreBuildEvent>
     198call PreBuildEvent.cmd
     199SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent>
    198200  </PropertyGroup>
    199201</Project>
  • trunk/sources/HeuristicLab.Core/3.3/Properties/AssemblyInfo.frame

    r1663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625using System.Security;
    2726
     
    3433[assembly: AssemblyCompany("")]
    3534[assembly: AssemblyProduct("HeuristicLab")]
    36 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     35[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3736[assembly: AssemblyTrademark("")]
    3837[assembly: AssemblyCulture("")]
     
    5655// You can specify all the values or you can default the Revision and Build Numbers
    5756// by using the '*' as shown below:
    58 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     57[assembly: AssemblyVersion("3.3.0.0")]
    5958[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    60 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.