Changeset 9659 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3
- Timestamp:
- 06/25/13 17:31:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3/HeuristicLab.EPPlus-3.1.3.csproj
r9590 r9659 106 106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 107 107 <PropertyGroup> 108 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)108 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 109 109 set ProjectDir=$(ProjectDir) 110 110 set SolutionDir=$(SolutionDir) 111 111 set Outdir=$(Outdir) 112 112 113 call PreBuildEvent.cmd</PreBuildEvent> 113 call PreBuildEvent.cmd 114 </PreBuildEvent> 115 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 116 export ProjectDir=$(ProjectDir) 117 export SolutionDir=$(SolutionDir) 118 119 $SolutionDir/PreBuildEvent.sh 120 </PreBuildEvent> 114 121 </PropertyGroup> 115 122 <!-- 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.