- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r8448 r8600 334 334 --> 335 335 <PropertyGroup> 336 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)336 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 337 337 set ProjectDir=$(ProjectDir) 338 338 set SolutionDir=$(SolutionDir) … … 341 341 call PreBuildEvent.cmd 342 342 </PreBuildEvent> 343 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 344 export ProjectDir=$(ProjectDir) 345 export SolutionDir=$(SolutionDir) 346 347 $SolutionDir/PreBuildEvent.sh 348 </PreBuildEvent> 343 349 </PropertyGroup> 344 350 </Project>
Note: See TracChangeset
for help on using the changeset viewer.