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

    r7155 r8600  
    177177  -->
    178178  <PropertyGroup>
    179     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     179   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    180180set ProjectDir=$(ProjectDir)
    181181set SolutionDir=$(SolutionDir)
     
    184184call PreBuildEvent.cmd
    185185</PreBuildEvent>
     186<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     187export ProjectDir=$(ProjectDir)
     188export SolutionDir=$(SolutionDir)
     189
     190$SolutionDir/PreBuildEvent.sh
     191</PreBuildEvent>
    186192  </PropertyGroup>
    187193</Project>
Note: See TracChangeset for help on using the changeset viewer.