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.Programmable.Views/3.3/HeuristicLab.Operators.Programmable.Views-3.3.csproj

    r7650 r8600  
    179179  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    180180  <PropertyGroup>
    181     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     181   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    182182set ProjectDir=$(ProjectDir)
    183183set SolutionDir=$(SolutionDir)
     
    185185
    186186call PreBuildEvent.cmd
     187</PreBuildEvent>
     188<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     189export ProjectDir=$(ProjectDir)
     190export SolutionDir=$(SolutionDir)
     191
     192$SolutionDir/PreBuildEvent.sh
    187193</PreBuildEvent>
    188194  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.