- Timestamp:
- 12/02/15 13:12:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r13429 r13430 206 206 $SolutionDir/PreBuildEvent.sh 207 207 </PreBuildEvent> 208 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 209 set ProjectDir=$(ProjectDir) 210 set SolutionDir=$(SolutionDir) 211 set Outdir=$(Outdir) 212 set Platform=$(PlatformName) 213 set Configuration=$(ConfigurationName) 214 215 call "$(SolutionDir)MergeConfigs.cmd" 216 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 208 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 209 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 210 set ProjectDir=$(ProjectDir) 211 set SolutionDir=$(SolutionDir) 212 set OutDir=$(OutDir) 213 set TargetDir=$(TargetDir) 214 set Platform=$(PlatformName) 215 set Configuration=$(ConfigurationName) 216 217 call "$(SolutionDir)MergeConfigs.cmd" 218 </PostBuildEvent> 217 219 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 218 220 export OutDir=$(OutDir) … … 223 225 $SolutionDir/MergeConfigs.sh 224 226 </PostBuildEvent> 225 </PropertyGroup> 226 <PropertyGroup> 227 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 228 set ProjectDir=$(ProjectDir) 229 set SolutionDir=$(SolutionDir) 230 set OutDir=$(OutDir) 231 set TargetDir=$(TargetDir) 232 set Platform=$(PlatformName) 233 set Configuration=$(ConfigurationName) 234 235 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent> 236 </PropertyGroup> 227 </PropertyGroup> 237 228 </Project>
Note: See TracChangeset
for help on using the changeset viewer.