Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/15 16:01:45 (9 years ago)
Author:
ascheibe
Message:

#2290 updated new extlib projects to work with mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Cecil/0.9.5/HeuristicLab.Cecil-0.9.5/HeuristicLab.Cecil-0.9.5.csproj

    r11700 r11831  
    111111  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    112112  <PropertyGroup>
    113     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     113    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    114114set ProjectDir=$(ProjectDir)
    115115set SolutionDir=$(SolutionDir)
     
    118118call PreBuildEvent.cmd
    119119</PreBuildEvent>
     120    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     121export ProjectDir=$(ProjectDir)
     122export SolutionDir=$(SolutionDir)
     123
     124$SolutionDir/PreBuildEvent.sh
     125</PreBuildEvent>
    120126  </PropertyGroup>
    121   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    122        Other similar extension points exist, see Microsoft.Common.targets.
    123   <Target Name="BeforeBuild">
    124   </Target>
    125   <Target Name="AfterBuild">
    126   </Target>
    127   -->
    128127</Project>
Note: See TracChangeset for help on using the changeset viewer.