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

    r582 r852  
    140140  -->
    141141  <PropertyGroup>
    142     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     142    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     143set ProjectDir=$(ProjectDir)
     144set SolutionDir=$(SolutionDir)
     145set Outdir=$(Outdir)
     146
     147call PreBuildEvent.cmd</PreBuildEvent>
    143148  </PropertyGroup>
    144149</Project>
Note: See TracChangeset for help on using the changeset viewer.