Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9660


Ignore:
Timestamp:
06/25/13 17:41:34 (11 years ago)
Author:
ascheibe
Message:

#2078 fixed ParallelEngine.Views project file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj

    r9323 r9660  
    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.