Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj

    r2704 r2754  
    8989      <DependentUpon>ContentView.cs</DependentUpon>
    9090    </Compile>
     91    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
    9192    <Compile Include="DockForm.cs">
    9293      <SubType>Form</SubType>
     
    199200set Outdir=$(Outdir)
    200201
    201 call PreBuildEvent.cmd</PreBuildEvent>
     202call PreBuildEvent.cmd
     203SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
    202204  </PropertyGroup>
    203205</Project>
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/Properties/AssemblyInfo.frame

    r2458 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-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.