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

    r837 r852  
    106106  -->
    107107  <PropertyGroup>
    108     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     108    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     109set ProjectDir=$(ProjectDir)
     110set SolutionDir=$(SolutionDir)
     111set Outdir=$(Outdir)
     112
     113call PreBuildEvent.cmd</PreBuildEvent>
    109114  </PropertyGroup>
    110115</Project>
Note: See TracChangeset for help on using the changeset viewer.