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

    r590 r852  
    158158  -->
    159159  <PropertyGroup>
    160     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     160    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     161set ProjectDir=$(ProjectDir)
     162set SolutionDir=$(SolutionDir)
     163set Outdir=$(Outdir)
     164
     165call PreBuildEvent.cmd</PreBuildEvent>
    161166  </PropertyGroup>
    162167</Project>
Note: See TracChangeset for help on using the changeset viewer.