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.Selection/HeuristicLab.Selection.csproj

    r582 r852  
    107107  -->
    108108  <PropertyGroup>
    109     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     109    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     110set ProjectDir=$(ProjectDir)
     111set SolutionDir=$(SolutionDir)
     112set Outdir=$(Outdir)
     113
     114call PreBuildEvent.cmd</PreBuildEvent>
    110115  </PropertyGroup>
    111116</Project>
Note: See TracChangeset for help on using the changeset viewer.