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.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj

    r7910 r8600  
    227227  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    228228  <PropertyGroup>
    229     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     229   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    230230set ProjectDir=$(ProjectDir)
    231231set SolutionDir=$(SolutionDir)
     
    233233
    234234call PreBuildEvent.cmd</PreBuildEvent>
     235<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     236export ProjectDir=$(ProjectDir)
     237export SolutionDir=$(SolutionDir)
     238
     239$SolutionDir/PreBuildEvent.sh
     240</PreBuildEvent>
    235241  </PropertyGroup>
    236242  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.