- Timestamp:
- 08/09/12 10:56:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Mono/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r8450 r8456 634 634 call "$(SolutionDir)MergeConfigs.cmd" 635 635 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 636 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 637 export Outdir=$(Outdir) 638 export ProjectDir=$(ProjectDir) 639 export SolutionDir=$(SolutionDir) 640 641 $SolutionDir/MergeConfigs.sh 642 </PostBuildEvent> 636 643 </PropertyGroup> 637 644 </Project>
Note: See TracChangeset
for help on using the changeset viewer.