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

    r704 r852  
    8686    <PostBuildEvent>
    8787    </PostBuildEvent>
    88     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     88    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     89set ProjectDir=$(ProjectDir)
     90set SolutionDir=$(SolutionDir)
     91set Outdir=$(Outdir)
     92
     93call PreBuildEvent.cmd</PreBuildEvent>
    8994  </PropertyGroup>
    9095  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.