Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/08 13:03:22 (16 years ago)
Author:
gkronber
Message:

added automatic updating of revision number (ticket #231)

Location:
trunk/sources/HeuristicLab.Operators.Stopwatch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj

    r445 r447  
    4848  </ItemGroup>
    4949  <ItemGroup>
     50    <Compile Include="Properties\AssemblyInfo.cs" />
    5051    <Compile Include="StopStopwatch.cs" />
    5152    <Compile Include="StartStopwatch.cs" />
    5253    <Compile Include="HeuristicLabOperatorsStopwatchPlugin.cs" />
    53     <Compile Include="Properties\AssemblyInfo.cs" />
    5454    <Compile Include="Stopwatch.cs" />
    5555  </ItemGroup>
    5656  <ItemGroup>
    5757    <None Include="HeuristicLab.snk" />
     58    <None Include="Properties\AssemblyInfo.frame" />
    5859  </ItemGroup>
    5960  <ItemGroup>
     
    7980  </Target>
    8081  -->
     82  <PropertyGroup>
     83    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     84  </PropertyGroup>
    8185</Project>
  • trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.frame

    r446 r447  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
     4using HeuristicLab.PluginInfrastructure;
    45
    56// General Information about an assembly is controlled through the following
     
    3334// by using the '*' as shown below:
    3435// [assembly: AssemblyVersion("1.0.*")]
    35 [assembly: AssemblyVersion("3.0.0.0")]
    36 [assembly: AssemblyFileVersion("3.0.0.0")]
     36[assembly: AssemblyVersion("3.0.0.$WCREV$")]
     37[assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
     38[assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.