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

    r7646 r8600  
    196196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    197197  <PropertyGroup>
    198     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     198   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    199199set ProjectDir=$(ProjectDir)
    200200set SolutionDir=$(SolutionDir)
     
    202202
    203203call PreBuildEvent.cmd
     204</PreBuildEvent>
     205<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     206export ProjectDir=$(ProjectDir)
     207export SolutionDir=$(SolutionDir)
     208
     209$SolutionDir/PreBuildEvent.sh
    204210</PreBuildEvent>
    205211  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.