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.DistributedEngine
Files:
1 edited
1 moved

Legend:

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

    r27 r30  
    7979    </EmbeddedResource>
    8080  </ItemGroup>
     81  <ItemGroup>
     82    <None Include="Properties\AssemblyInfo.frame" />
     83  </ItemGroup>
    8184  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    8285  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    8790  </Target>
    8891  -->
     92  <PropertyGroup>
     93    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     94  </PropertyGroup>
    8995</Project>
  • trunk/sources/HeuristicLab.DistributedEngine/Properties/AssemblyInfo.frame

    r26 r30  
    5454// by using the '*' as shown below:
    5555// [assembly: AssemblyVersion("1.0.*")]
    56 [assembly: AssemblyVersion("3.0.0.1")]
    57 [assembly: AssemblyFileVersion("3.0.0.1")]
     56[assembly: AssemblyVersion("3.0.0.$WCREV$")]
     57[assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.