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.ArtificialAnt.Views/3.4/HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj

    r6866 r8600  
    222222  -->
    223223  <PropertyGroup>
    224     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     224   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    225225set ProjectDir=$(ProjectDir)
    226226set SolutionDir=$(SolutionDir)
     
    229229call PreBuildEvent.cmd
    230230</PreBuildEvent>
     231<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     232export ProjectDir=$(ProjectDir)
     233export SolutionDir=$(SolutionDir)
     234
     235$SolutionDir/PreBuildEvent.sh
     236</PreBuildEvent>
    231237  </PropertyGroup>
    232238</Project>
Note: See TracChangeset for help on using the changeset viewer.