Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/13 10:49:06 (11 years ago)
Author:
ascheibe
Message:

#2078 merged r9660 into stable branch

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj

    r9323 r9681  
    146146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    147147  <PropertyGroup>
    148     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     148    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    149149set ProjectDir=$(ProjectDir)
    150150set SolutionDir=$(SolutionDir)
     
    152152
    153153call PreBuildEvent.cmd
     154</PreBuildEvent>
     155    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     156export ProjectDir=$(ProjectDir)
     157export SolutionDir=$(SolutionDir)
     158
     159$SolutionDir/PreBuildEvent.sh
    154160</PreBuildEvent>
    155161  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.