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

    r582 r852  
    134134  -->
    135135  <PropertyGroup>
    136     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     136    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     137set ProjectDir=$(ProjectDir)
     138set SolutionDir=$(SolutionDir)
     139set Outdir=$(Outdir)
     140
     141call PreBuildEvent.cmd</PreBuildEvent>
    137142  </PropertyGroup>
    138143</Project>
Note: See TracChangeset for help on using the changeset viewer.