Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 21:51:20 (16 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.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj

    r656 r852  
    170170  -->
    171171  <PropertyGroup>
    172     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     172    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     173set ProjectDir=$(ProjectDir)
     174set SolutionDir=$(SolutionDir)
     175set Outdir=$(Outdir)
     176
     177call PreBuildEvent.cmd</PreBuildEvent>
    173178  </PropertyGroup>
    174179</Project>
Note: See TracChangeset for help on using the changeset viewer.