Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 21:51:20 (16 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.Settings/HeuristicLab.Settings.csproj

    r787 r852  
    9898  -->
    9999  <PropertyGroup>
    100     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     100    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     101set ProjectDir=$(ProjectDir)
     102set SolutionDir=$(SolutionDir)
     103set Outdir=$(Outdir)
     104
     105call PreBuildEvent.cmd</PreBuildEvent>
    101106  </PropertyGroup>
    102107</Project>
Note: See TracChangeset for help on using the changeset viewer.