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.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj

    r6866 r8600  
    174174  </ItemGroup>
    175175  <PropertyGroup>
    176     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     176   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    177177set ProjectDir=$(ProjectDir)
    178178set SolutionDir=$(SolutionDir)
     
    181181call PreBuildEvent.cmd
    182182</PreBuildEvent>
     183<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     184export ProjectDir=$(ProjectDir)
     185export SolutionDir=$(SolutionDir)
     186
     187$SolutionDir/PreBuildEvent.sh
     188</PreBuildEvent>
    183189  </PropertyGroup>
    184190</Project>
Note: See TracChangeset for help on using the changeset viewer.