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

    r764 r852  
    228228  -->
    229229  <PropertyGroup>
    230     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     230    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     231set ProjectDir=$(ProjectDir)
     232set SolutionDir=$(SolutionDir)
     233set Outdir=$(Outdir)
     234
     235call PreBuildEvent.cmd</PreBuildEvent>
    231236  </PropertyGroup>
    232237</Project>
Note: See TracChangeset for help on using the changeset viewer.