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
File:
1 edited

Legend:

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

    r27 r30  
    9494    </EmbeddedResource>
    9595  </ItemGroup>
     96  <ItemGroup>
     97    <None Include="Properties\AssemblyInfo.frame" />
     98  </ItemGroup>
    9699  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    97100  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    102105  </Target>
    103106  -->
     107  <PropertyGroup>
     108    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
     109  </PropertyGroup>
    104110</Project>
Note: See TracChangeset for help on using the changeset viewer.