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.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj

    r819 r852  
    101101  -->
    102102  <PropertyGroup>
    103     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     103    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     104set ProjectDir=$(ProjectDir)
     105set SolutionDir=$(SolutionDir)
     106set Outdir=$(Outdir)
     107
     108call PreBuildEvent.cmd</PreBuildEvent>
    104109  </PropertyGroup>
    105110</Project>
Note: See TracChangeset for help on using the changeset viewer.