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

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Charting.Data/HeuristicLab.Charting.Data.csproj

    r2 r30  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    5     <ProductVersion>8.0.50727</ProductVersion>
     5    <ProductVersion>9.0.21022</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    77    <ProjectGuid>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</ProjectGuid>
     
    6969  <ItemGroup>
    7070    <None Include="HeuristicLab.snk" />
     71    <None Include="Properties\AssemblyInfo.frame" />
    7172  </ItemGroup>
    7273  <ItemGroup>
     
    8485  </Target>
    8586  -->
     87  <PropertyGroup>
     88    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     89  </PropertyGroup>
    8690</Project>
  • trunk/sources/HeuristicLab.Charting.Data/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.