Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 21:51:20 (15 years ago)
Author:
swagner
Message:

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.SantaFe/HeuristicLab.GP.SantaFe.csproj

    r656 r852  
    121121  -->
    122122  <PropertyGroup>
    123     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     123    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     124set ProjectDir=$(ProjectDir)
     125set SolutionDir=$(SolutionDir)
     126set Outdir=$(Outdir)
     127
     128call PreBuildEvent.cmd</PreBuildEvent>
    124129  </PropertyGroup>
    125130</Project>
Note: See TracChangeset for help on using the changeset viewer.