Changeset 8600 for trunk/sources/HeuristicLab.ParallelEngine
- Timestamp:
- 09/07/12 16:26:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj ¶
r6866 r8600 145 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 146 146 <PropertyGroup> 147 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)147 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 148 148 set ProjectDir=$(ProjectDir) 149 149 set SolutionDir=$(SolutionDir) … … 151 151 152 152 call PreBuildEvent.cmd 153 </PreBuildEvent> 154 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 155 export ProjectDir=$(ProjectDir) 156 export SolutionDir=$(SolutionDir) 157 158 $SolutionDir/PreBuildEvent.sh 153 159 </PreBuildEvent> 154 160 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.