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.ExtLibs/HeuristicLab.WinFormsUI/2.3.1
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj

    r2649 r2754  
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <None Include="HeuristicLabWinFormsUIPlugin.cs.frame" />
    8283    <Compile Include="HeuristicLabWinFormsUIPlugin.cs" />
    8384    <Compile Include="Properties\AssemblyInfo.cs" />
     
    116117set Outdir=$(Outdir)
    117118
    118 call PreBuildEvent.cmd</PreBuildEvent>
     119call PreBuildEvent.cmd
     120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent>
    119121  </PropertyGroup>
    120122</Project>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/Properties/AssemblyInfo.frame

    r2645 r2754  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
    4 using HeuristicLab.PluginInfrastructure;
    54
    65// General Information about an assembly is controlled through the following
     
    1211[assembly: AssemblyCompany("")]
    1312[assembly: AssemblyProduct("HeuristicLab")]
    14 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     13[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1514[assembly: AssemblyTrademark("")]
    1615[assembly: AssemblyCulture("")]
     
    3433// by using the '*' as shown below:
    3534// [assembly: AssemblyVersion("1.0.*")]
    36 [assembly: AssemblyVersion("2.3.1")]
    37 [assembly: AssemblyFileVersion("2.3.1")]
    38 [assembly: AssemblyBuildDate("$WCNOW$")]
     35[assembly: AssemblyVersion("2.3.1.0")]
     36[assembly: AssemblyFileVersion("2.3.1.$WCREV$")]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Properties/AssemblyInfo.cs

    r2645 r2754  
    1919[assembly: Guid("9d690ef9-ce19-4c69-874c-e24d8eb36aff")]
    2020
    21 [assembly: AssemblyVersion("2.3.1.*")]
    22 [assembly: AssemblyFileVersion("2.3.1.0")]
     21[assembly: AssemblyVersion("2.3.1.0")]
     22[assembly: AssemblyFileVersion("2.3.1.*")]
    2323
    2424[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "WeifenLuo.WinFormsUI.Docking", MessageId = "Weifen")]
Note: See TracChangeset for help on using the changeset viewer.