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

Legend:

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

    r2746 r2754  
    5252  </ItemGroup>
    5353  <ItemGroup>
     54    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
    5455    <Compile Include="ItemArrayView.cs">
    5556      <SubType>UserControl</SubType>
     
    242243set Outdir=$(Outdir)
    243244
    244 call PreBuildEvent.cmd</PreBuildEvent>
     245call PreBuildEvent.cmd
     246SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
    245247  </PropertyGroup>
    246248</Project>
  • trunk/sources/HeuristicLab.Core.Views/3.3/Properties/AssemblyInfo.frame

    r2663 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-2009 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.