Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/29/08 13:45:33 (16 years ago)
Author:
swagner
Message:

Fixed ticket #26

  • added automatic generation of version strings for all projects using the SVN tool SubWCRev
Location:
trunk/sources/HeuristicLab.Operators
Files:
1 edited
1 moved

Legend:

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

    r2 r30  
    109109  <ItemGroup>
    110110    <None Include="HeuristicLab.snk" />
     111    <None Include="Properties\AssemblyInfo.frame" />
    111112  </ItemGroup>
    112113  <ItemGroup>
     
    124125  </Target>
    125126  -->
     127  <PropertyGroup>
     128    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     129  </PropertyGroup>
    126130</Project>
  • trunk/sources/HeuristicLab.Operators/Properties/AssemblyInfo.frame

    r26 r30  
    5353// You can specify all the values or you can default the Revision and Build Numbers
    5454// by using the '*' as shown below:
    55 [assembly: AssemblyVersion("3.0.0.0")]
    56 [assembly: AssemblyFileVersion("3.0.0.0")]
     55[assembly: AssemblyVersion("3.0.0.$WCREV$")]
     56[assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.