Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/16 01:37:30 (8 years ago)
Author:
jkarder
Message:

#2526: merged r13499, r13509 and r13644 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r11932 r14193  
    185185  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    186186  <PropertyGroup>
    187     <PostBuildEvent>
    188     </PostBuildEvent>
     187    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     188set ProjectDir=$(ProjectDir)
     189set SolutionDir=$(SolutionDir)
     190set Outdir=$(Outdir)
     191set Platform=$(PlatformName)
     192set Configuration=$(ConfigurationName)
     193set TargetDir=$(ProjectDir)
     194
     195call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent>
    189196  </PropertyGroup>
    190197  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.