Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/14 17:09:30 (10 years ago)
Author:
gkronber
Message:

#2026 also support C++-style comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/SyntaxAnalyzer.csproj

    r10065 r10412  
    6262</PreBuildEvent>
    6363  </PropertyGroup>
     64  <PropertyGroup>
     65    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     66set ProjectDir=$(ProjectDir)
     67set SolutionDir=$(SolutionDir)
     68
     69call GenerateFromAtg.cmd
     70</PreBuildEvent>
     71  </PropertyGroup>
    6472  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    6573       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.