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

    r744 r852  
    111111  -->
    112112  <PropertyGroup>
    113     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     114set ProjectDir=$(ProjectDir)
     115set SolutionDir=$(SolutionDir)
     116set Outdir=$(Outdir)
     117
     118call PreBuildEvent.cmd</PreBuildEvent>
    114119  </PropertyGroup>
    115120</Project>
Note: See TracChangeset for help on using the changeset viewer.