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

    r582 r852  
    130130  -->
    131131  <PropertyGroup>
    132     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     132    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     133set ProjectDir=$(ProjectDir)
     134set SolutionDir=$(SolutionDir)
     135set Outdir=$(Outdir)
     136
     137call PreBuildEvent.cmd</PreBuildEvent>
    133138  </PropertyGroup>
    134139</Project>
Note: See TracChangeset for help on using the changeset viewer.