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

    r582 r852  
    138138  -->
    139139  <PropertyGroup>
    140     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     140    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     141set ProjectDir=$(ProjectDir)
     142set SolutionDir=$(SolutionDir)
     143set Outdir=$(Outdir)
     144
     145call PreBuildEvent.cmd</PreBuildEvent>
    141146  </PropertyGroup>
    142147</Project>
Note: See TracChangeset for help on using the changeset viewer.