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.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj

    r8448 r8600  
    193193  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    194194  <PropertyGroup>
    195     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     195   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    196196set ProjectDir=$(ProjectDir)
    197197set SolutionDir=$(SolutionDir)
     
    199199
    200200call PreBuildEvent.cmd
     201</PreBuildEvent>
     202<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     203export ProjectDir=$(ProjectDir)
     204export SolutionDir=$(SolutionDir)
     205
     206$SolutionDir/PreBuildEvent.sh
    201207</PreBuildEvent>
    202208  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.