Changeset 8600 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj ¶
r8582 r8600 361 361 --> 362 362 <PropertyGroup> 363 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)363 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 364 364 set ProjectDir=$(ProjectDir) 365 365 set SolutionDir=$(SolutionDir) … … 368 368 call PreBuildEvent.cmd 369 369 </PreBuildEvent> 370 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 371 export ProjectDir=$(ProjectDir) 372 export SolutionDir=$(SolutionDir) 373 374 $SolutionDir/PreBuildEvent.sh 375 </PreBuildEvent> 370 376 </PropertyGroup> 371 377 </Project>
Note: See TracChangeset
for help on using the changeset viewer.