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.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj

    r8040 r8600  
    160160  </ProjectExtensions>
    161161  <PropertyGroup>
    162     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     162   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    163163set ProjectDir=$(ProjectDir)
    164164set SolutionDir=$(SolutionDir)
     
    166166
    167167call PreBuildEvent.cmd</PreBuildEvent>
     168<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     169export ProjectDir=$(ProjectDir)
     170export SolutionDir=$(SolutionDir)
     171
     172$SolutionDir/PreBuildEvent.sh
     173</PreBuildEvent>
    168174  </PropertyGroup>
    169175  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.