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.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r8473 r8600  
    282282  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    283283  <PropertyGroup>
    284     <PreBuildEvent>
     284   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
    285285      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    286286      set ProjectDir=$(ProjectDir)
     
    289289
    290290      call PreBuildEvent.cmd
     291</PreBuildEvent>
     292<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     293export ProjectDir=$(ProjectDir)
     294export SolutionDir=$(SolutionDir)
     295
     296$SolutionDir/PreBuildEvent.sh
    291297</PreBuildEvent>
    292298  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.