Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/16 23:05:15 (8 years ago)
Author:
swagner
Message:

#2526: Corrected post build events and config merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r13430 r14207  
    225225$SolutionDir/MergeConfigs.sh
    226226</PostBuildEvent>
    227   </PropertyGroup>
     227  </PropertyGroup>
     228  <PropertyGroup>
     229    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     230set ProjectDir=$(ProjectDir)
     231set SolutionDir=$(SolutionDir)
     232set OutDir=$(OutDir)
     233set TargetDir=$(TargetDir)
     234set Platform=$(PlatformName)
     235set Configuration=$(ConfigurationName)
     236
     237call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent>
     238  </PropertyGroup>
    228239</Project>
Note: See TracChangeset for help on using the changeset viewer.