Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/22/13 13:37:07 (11 years ago)
Author:
ascheibe
Message:

#1508 fixed Mono compatibility of project files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj

    r9812 r9897  
    220220  -->
    221221  <PropertyGroup>
    222     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    223 set ProjectDir=$(ProjectDir)
    224 set SolutionDir=$(SolutionDir)
    225 set Outdir=$(Outdir)
     222  <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     223      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     224      set ProjectDir=$(ProjectDir)
     225      set SolutionDir=$(SolutionDir)
     226      set Outdir=$(Outdir)
    226227
    227 call PreBuildEvent.cmd
    228 </PreBuildEvent>
     228      call PreBuildEvent.cmd
     229    </PreBuildEvent>
     230    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     231      export ProjectDir=$(ProjectDir)
     232      export SolutionDir=$(SolutionDir)
     233
     234      $SolutionDir/PreBuildEvent.sh
     235    </PreBuildEvent>
    229236  </PropertyGroup>
    230237</Project>
Note: See TracChangeset for help on using the changeset viewer.