Changeset 15660 for branches/2877_HiveImprovements/HeuristicLab
- Timestamp:
- 01/27/18 01:42:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/2877_HiveImprovements/HeuristicLab/3.3/HeuristicLab-3.3.csproj ΒΆ
r15052 r15660 213 213 </PreBuildEvent> 214 214 <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" 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 TargetPath=$(TargetPath) 221 set Platform=$(PlatformName) 222 set Configuration=$(ConfigurationName) 223 224 call "$(SolutionDir)MergeConfigs.cmd" 224 225 </PostBuildEvent> 225 226 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 226 export OutDir=$(OutDir)227 227 export ProjectDir=$(ProjectDir) 228 228 export SolutionDir=$(SolutionDir) 229 export OutDir=$(OutDir) 229 230 export TargetDir=$(TargetDir) 231 export TargetPath=$(TargetPath) 232 export Platform=$(PlatformName) 233 export Configuration=$(ConfigurationName) 230 234 231 235 $SolutionDir/MergeConfigs.sh
Note: See TracChangeset
for help on using the changeset viewer.