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.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj

    r8132 r8600  
    175175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    176176  <PropertyGroup>
    177     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     177   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    178178set ProjectDir=$(ProjectDir)
    179179set SolutionDir=$(SolutionDir)
     
    181181
    182182call PreBuildEvent.cmd
     183</PreBuildEvent>
     184<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     185export ProjectDir=$(ProjectDir)
     186export SolutionDir=$(SolutionDir)
     187
     188$SolutionDir/PreBuildEvent.sh
    183189</PreBuildEvent>
    184190  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.