Changeset 8600 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj
r8298 r8600 250 250 --> 251 251 <PropertyGroup> 252 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)252 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 253 253 set ProjectDir=$(ProjectDir) 254 254 set SolutionDir=$(SolutionDir) … … 257 257 call PreBuildEvent.cmd 258 258 </PreBuildEvent> 259 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 260 export ProjectDir=$(ProjectDir) 261 export SolutionDir=$(SolutionDir) 262 263 $SolutionDir/PreBuildEvent.sh 264 </PreBuildEvent> 259 265 </PropertyGroup> 260 266 </Project>
Note: See TracChangeset
for help on using the changeset viewer.