Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 12:46:07 (8 years ago)
Author:
ascheibe
Message:

#2475 updated project files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj

    r12721 r13008  
    180180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    181181  <PropertyGroup>
    182     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183 set ProjectDir=$(ProjectDir)
    184 set SolutionDir=$(SolutionDir)
    185 set Outdir=$(Outdir)
     182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     183      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     184      set ProjectDir=$(ProjectDir)
     185      set SolutionDir=$(SolutionDir)
     186      set Outdir=$(Outdir)
    186187
    187 call PreBuildEvent.cmd
    188 </PreBuildEvent>
     188      call PreBuildEvent.cmd
     189    </PreBuildEvent>
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     191      export ProjectDir=$(ProjectDir)
     192      export SolutionDir=$(SolutionDir)
     193
     194      $SolutionDir/PreBuildEvent.sh
     195    </PreBuildEvent>
    189196  </PropertyGroup>
    190197  <!-- 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.