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.Operators.Views.GraphVisualization.Views/3.3/HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj

    r7021 r8600  
    206206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    207207  <PropertyGroup>
    208     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     208   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    209209set ProjectDir=$(ProjectDir)
    210210set SolutionDir=$(SolutionDir)
     
    212212
    213213call PreBuildEvent.cmd
     214</PreBuildEvent>
     215<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     216export ProjectDir=$(ProjectDir)
     217export SolutionDir=$(SolutionDir)
     218
     219$SolutionDir/PreBuildEvent.sh
    214220</PreBuildEvent>
    215221  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.