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.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r7956 r8600  
    500500  -->
    501501  <PropertyGroup>
    502     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     502   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    503503set ProjectDir=$(ProjectDir)
    504504set SolutionDir=$(SolutionDir)
     
    507507call PreBuildEvent.cmd
    508508</PreBuildEvent>
     509<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     510export ProjectDir=$(ProjectDir)
     511export SolutionDir=$(SolutionDir)
     512
     513$SolutionDir/PreBuildEvent.sh
     514</PreBuildEvent>
    509515  </PropertyGroup>
    510516</Project>
Note: See TracChangeset for help on using the changeset viewer.