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

    r15052 r15660  
    213213</PreBuildEvent>
    214214    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
    215       set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    216       set ProjectDir=$(ProjectDir)
    217       set SolutionDir=$(SolutionDir)
    218       set OutDir=$(OutDir)
    219       set TargetDir=$(TargetDir)
    220       set Platform=$(PlatformName)
    221       set Configuration=$(ConfigurationName)
    222 
    223       call "$(SolutionDir)MergeConfigs.cmd"
     215set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     216set ProjectDir=$(ProjectDir)
     217set SolutionDir=$(SolutionDir)
     218set OutDir=$(OutDir)
     219set TargetDir=$(TargetDir)
     220set TargetPath=$(TargetPath)
     221set Platform=$(PlatformName)
     222set Configuration=$(ConfigurationName)
     223
     224call "$(SolutionDir)MergeConfigs.cmd"
    224225    </PostBuildEvent>
    225226    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    226 export OutDir=$(OutDir)
    227227export ProjectDir=$(ProjectDir)
    228228export SolutionDir=$(SolutionDir)
     229export OutDir=$(OutDir)
    229230export TargetDir=$(TargetDir)
     231export TargetPath=$(TargetPath)
     232export Platform=$(PlatformName)
     233export Configuration=$(ConfigurationName)
    230234
    231235$SolutionDir/MergeConfigs.sh
Note: See TracChangeset for help on using the changeset viewer.