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

    r763 r852  
    305305  -->
    306306  <PropertyGroup>
    307     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     307    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     308set ProjectDir=$(ProjectDir)
     309set SolutionDir=$(SolutionDir)
     310set Outdir=$(Outdir)
     311
     312call PreBuildEvent.cmd</PreBuildEvent>
    308313  </PropertyGroup>
    309314</Project>
Note: See TracChangeset for help on using the changeset viewer.