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

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