Free cookie consent management tool by TermsFeed Policy Generator

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

#2475 updated project files

File:
1 edited

Legend:

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

    r12721 r13008  
    110110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    111111  <PropertyGroup>
    112     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    113 set ProjectDir=$(ProjectDir)
    114 set SolutionDir=$(SolutionDir)
    115 set Outdir=$(Outdir)
     112    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     113      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     114      set ProjectDir=$(ProjectDir)
     115      set SolutionDir=$(SolutionDir)
     116      set Outdir=$(Outdir)
    116117
    117 call PreBuildEvent.cmd</PreBuildEvent>
     118      call PreBuildEvent.cmd
     119    </PreBuildEvent>
     120    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     121      export ProjectDir=$(ProjectDir)
     122      export SolutionDir=$(SolutionDir)
     123
     124      $SolutionDir/PreBuildEvent.sh
     125    </PreBuildEvent>
    118126  </PropertyGroup>
    119127  <!-- 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.