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