Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 16:26:07 (12 years ago)
Author:
ascheibe
Message:

#1937 added pre- and postbuild events for mono

File:
1 edited

Legend:

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

    r7395 r8600  
    253253  -->
    254254  <PropertyGroup>
    255     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     255   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    256256set ProjectDir=$(ProjectDir)
    257257set SolutionDir=$(SolutionDir)
     
    260260call PreBuildEvent.cmd
    261261</PreBuildEvent>
     262<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     263export ProjectDir=$(ProjectDir)
     264export SolutionDir=$(SolutionDir)
     265
     266$SolutionDir/PreBuildEvent.sh
     267</PreBuildEvent>
    262268  </PropertyGroup>
    263269</Project>
Note: See TracChangeset for help on using the changeset viewer.