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

    r582 r852  
    137137  -->
    138138  <PropertyGroup>
    139     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     139    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     140set ProjectDir=$(ProjectDir)
     141set SolutionDir=$(SolutionDir)
     142set Outdir=$(Outdir)
     143
     144call PreBuildEvent.cmd</PreBuildEvent>
    140145  </PropertyGroup>
    141146</Project>
Note: See TracChangeset for help on using the changeset viewer.