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.Instances.VehicleRouting.Views/3.4/HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.csproj

    r8192 r8600  
    182182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    183183  <PropertyGroup>
    184     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     184   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    185185set ProjectDir=$(ProjectDir)
    186186set SolutionDir=$(SolutionDir)
     
    188188
    189189call PreBuildEvent.cmd</PreBuildEvent>
     190<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     191export ProjectDir=$(ProjectDir)
     192export SolutionDir=$(SolutionDir)
     193
     194$SolutionDir/PreBuildEvent.sh
     195</PreBuildEvent>
    190196  </PropertyGroup>
    191197  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.