Changeset 12750 for stable/HeuristicLab.ExtLibs
- Timestamp:
- 07/12/15 16:30:14 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12019,12675
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12675
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/HeuristicLab.SimSharp-3.0.7.csproj
r12732 r12750 104 104 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 105 105 <PropertyGroup> 106 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 107 set ProjectDir=$(ProjectDir) 108 set SolutionDir=$(SolutionDir) 109 set Outdir=$(Outdir) 106 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 107 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 108 set ProjectDir=$(ProjectDir) 109 set SolutionDir=$(SolutionDir) 110 set Outdir=$(Outdir) 110 111 111 call PreBuildEvent.cmd 112 </PreBuildEvent> 112 call PreBuildEvent.cmd 113 </PreBuildEvent> 114 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 115 export ProjectDir=$(ProjectDir) 116 export SolutionDir=$(SolutionDir) 117 118 $SolutionDir/PreBuildEvent.sh 119 </PreBuildEvent> 113 120 </PropertyGroup> 114 121 <!-- 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.