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

    r776 r852  
    363363  -->
    364364  <PropertyGroup>
    365     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     365    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     366set ProjectDir=$(ProjectDir)
     367set SolutionDir=$(SolutionDir)
     368set Outdir=$(Outdir)
     369
     370call PreBuildEvent.cmd</PreBuildEvent>
    366371  </PropertyGroup>
    367372</Project>
Note: See TracChangeset for help on using the changeset viewer.