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.Persistence/3.3
Files:
1 added
1 deleted
2 edited

Legend:

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

    r2731 r2754  
    9696    <Compile Include="Auxiliary\TypeNameParser.cs" />
    9797    <Compile Include="Auxiliary\ReflectionTools.cs" />
     98    <None Include="HeuristicLabPersistencePlugin.cs.frame" />
    9899    <Compile Include="Core\Configuration.cs" />
    99100    <Compile Include="Core\PersistenceException.cs" />
     
    203204set Outdir=$(Outdir)
    204205
    205 call PreBuildEvent.cmd</PreBuildEvent>
     206call PreBuildEvent.cmd
     207SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent>
    206208    <PostBuildEvent>
    207209    </PostBuildEvent>
  • trunk/sources/HeuristicLab.Persistence/3.3/Properties/AssemblyInfo.frame

    r2656 r2754  
    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("")]
     
    5251//      Revision
    5352//
    54 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     53[assembly: AssemblyVersion("3.3.0.0")]
    5554[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    56 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.