Changeset 8600 for trunk/sources/HeuristicLab.SequentialEngine
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r6866 r8600 165 165 --> 166 166 <PropertyGroup> 167 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)167 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 168 168 set ProjectDir=$(ProjectDir) 169 169 set SolutionDir=$(SolutionDir) … … 172 172 call PreBuildEvent.cmd 173 173 </PreBuildEvent> 174 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 175 export ProjectDir=$(ProjectDir) 176 export SolutionDir=$(SolutionDir) 177 178 $SolutionDir/PreBuildEvent.sh 179 </PreBuildEvent> 174 180 </PropertyGroup> 175 181 </Project>
Note: See TracChangeset
for help on using the changeset viewer.