Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9659


Ignore:
Timestamp:
06/25/13 17:31:30 (11 years ago)
Author:
ascheibe
Message:

#1730 Updated HeuristicLab.EPPlus project file to work with Mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3/HeuristicLab.EPPlus-3.1.3.csproj

    r9590 r9659  
    106106  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    107107  <PropertyGroup>
    108     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     108    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    109109set ProjectDir=$(ProjectDir)
    110110set SolutionDir=$(SolutionDir)
    111111set Outdir=$(Outdir)
    112112
    113 call PreBuildEvent.cmd</PreBuildEvent>
     113call PreBuildEvent.cmd
     114</PreBuildEvent>
     115    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     116export ProjectDir=$(ProjectDir)
     117export SolutionDir=$(SolutionDir)
     118
     119$SolutionDir/PreBuildEvent.sh
     120</PreBuildEvent>
    114121  </PropertyGroup>
    115122  <!-- 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.