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

    r694 r852  
    115115  -->
    116116  <PropertyGroup>
    117     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     117    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     118set ProjectDir=$(ProjectDir)
     119set SolutionDir=$(SolutionDir)
     120set Outdir=$(Outdir)
     121
     122call PreBuildEvent.cmd</PreBuildEvent>
    118123  </PropertyGroup>
    119124</Project>
Note: See TracChangeset for help on using the changeset viewer.