Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/18 01:42:07 (6 years ago)
Author:
swagner
Message:

#2877: Generalized MergeConfigs scripts, cleaned app.config files, corrected post-build events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2877_HiveImprovements/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r14882 r15660  
    199199$SolutionDir/PreBuildEvent.sh
    200200    </PreBuildEvent>
    201     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
    202       set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    203       set ProjectDir=$(ProjectDir)
    204       set SolutionDir=$(SolutionDir)
    205       set OutDir=$(OutDir)
    206       set TargetDir=$(TargetDir)
    207       set Platform=$(PlatformName)
    208       set Configuration=$(ConfigurationName)
    209 
    210       call "$(SolutionDir)MergeConfigs.cmd"
    211     </PostBuildEvent>
    212     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    213 export OutDir=$(OutDir)
    214 export ProjectDir=$(ProjectDir)
    215 export SolutionDir=$(SolutionDir)
    216 export TargetDir=$(TargetDir)
    217 
    218 $SolutionDir/MergeConfigs.sh
    219     </PostBuildEvent>
    220201  </PropertyGroup>
    221202  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.