Changeset 11128 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0
- Timestamp:
- 07/08/14 09:33:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/HeuristicLab.MatlabConnector-1.0.csproj
r11124 r11128 70 70 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 71 71 <PropertyGroup> 72 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)72 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 73 73 set ProjectDir=$(ProjectDir) 74 74 set SolutionDir=$(SolutionDir) 75 75 set Outdir=$(Outdir) 76 76 77 call PreBuildEvent.cmd</PreBuildEvent> 77 call PreBuildEvent.cmd 78 </PreBuildEvent> 79 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 80 export ProjectDir=$(ProjectDir) 81 export SolutionDir=$(SolutionDir) 82 83 $SolutionDir/PreBuildEvent.sh 84 </PreBuildEvent> 78 85 </PropertyGroup> 79 86 <!-- 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.