Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/29/08 13:45:33 (17 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
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.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>{B462D3CC-8866-42F0-9832-AD0967613B72}</ProjectGuid>
     
    9696    <None Include="ClassDiagram.cd" />
    9797    <None Include="HeuristicLab.snk" />
     98    <None Include="Properties\AssemblyInfo.frame" />
    9899  </ItemGroup>
    99100  <ItemGroup>
     
    111112  </Target>
    112113  -->
     114  <PropertyGroup>
     115    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     116  </PropertyGroup>
    113117</Project>
  • trunk/sources/HeuristicLab.Charting/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.