Changeset 8600 for trunk/sources/HeuristicLab.DebugEngine
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r7966 r8600 136 136 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 137 137 <PropertyGroup> 138 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)138 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 139 139 set ProjectDir=$(ProjectDir) 140 140 set SolutionDir=$(SolutionDir) … … 142 142 143 143 call PreBuildEvent.cmd 144 </PreBuildEvent> 145 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 146 export ProjectDir=$(ProjectDir) 147 export SolutionDir=$(SolutionDir) 148 149 $SolutionDir/PreBuildEvent.sh 144 150 </PreBuildEvent> 145 151 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.