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
  • TabularUnified trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj ΒΆ

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