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

    r846 r852  
    9191  -->
    9292  <PropertyGroup>
    93     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     93    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     94set ProjectDir=$(ProjectDir)
     95set SolutionDir=$(SolutionDir)
     96set Outdir=$(Outdir)
     97
     98call PreBuildEvent.cmd</PreBuildEvent>
    9499  </PropertyGroup>
    95100</Project>
Note: See TracChangeset for help on using the changeset viewer.