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

    r704 r852  
    179179  </ItemGroup>
    180180  <PropertyGroup>
    181     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     181    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     182set ProjectDir=$(ProjectDir)
     183set SolutionDir=$(SolutionDir)
     184set Outdir=$(Outdir)
     185
     186call PreBuildEvent.cmd</PreBuildEvent>
    182187    <PostBuildEvent>
    183188    </PostBuildEvent>
Note: See TracChangeset for help on using the changeset viewer.