Changeset 8600 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r8334 r8600 281 281 --> 282 282 <PropertyGroup> 283 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)283 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 284 284 set ProjectDir=$(ProjectDir) 285 285 set SolutionDir=$(SolutionDir) … … 288 288 call PreBuildEvent.cmd 289 289 </PreBuildEvent> 290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 291 export ProjectDir=$(ProjectDir) 292 export SolutionDir=$(SolutionDir) 293 294 $SolutionDir/PreBuildEvent.sh 295 </PreBuildEvent> 290 296 </PropertyGroup> 291 297 </Project>
Note: See TracChangeset
for help on using the changeset viewer.