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

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