Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/17 17:00:42 (7 years ago)
Author:
jkarder
Message:

#2664: merged r14273, r14882, r15135 and r15288 into stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.BinPacking

  • stable/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj

    r15278 r15294  
    235235  </ItemGroup>
    236236  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    237   <PropertyGroup>
    238     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    239 set ProjectDir=$(ProjectDir)
    240 set SolutionDir=$(SolutionDir)
    241 set Outdir=$(Outdir)
    242 
    243 call PreBuildEvent.cmd
    244 </PreBuildEvent>
    245   </PropertyGroup>
    246237  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    247238       Other similar extension points exist, see Microsoft.Common.targets.
     
    251242  </Target>
    252243  -->
     244  <PropertyGroup>
     245    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     246set ProjectDir=$(ProjectDir)
     247set SolutionDir=$(SolutionDir)
     248set Outdir=$(Outdir)
     249
     250call PreBuildEvent.cmd
     251</PreBuildEvent>
     252    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     253export ProjectDir=$(ProjectDir)
     254export SolutionDir=$(SolutionDir)
     255
     256$SolutionDir/PreBuildEvent.sh
     257</PreBuildEvent>
     258  </PropertyGroup>
    253259</Project>
Note: See TracChangeset for help on using the changeset viewer.