Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/05/16 13:34:08 (8 years ago)
Author:
jkarder
Message:

#2664: fixed project files

File:
1 edited

Legend:

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

    r14178 r14273  
    217217  </ItemGroup>
    218218  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    219   <PropertyGroup>
    220     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    221 set ProjectDir=$(ProjectDir)
    222 set SolutionDir=$(SolutionDir)
    223 set Outdir=$(Outdir)
    224 
    225 call PreBuildEvent.cmd
    226 </PreBuildEvent>
    227   </PropertyGroup>
    228219  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    229220       Other similar extension points exist, see Microsoft.Common.targets.
     
    233224  </Target>
    234225  -->
     226  <PropertyGroup>
     227    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     228set ProjectDir=$(ProjectDir)
     229set SolutionDir=$(SolutionDir)
     230set Outdir=$(Outdir)
     231
     232call PreBuildEvent.cmd
     233</PreBuildEvent>
     234    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     235export ProjectDir=$(ProjectDir)
     236export SolutionDir=$(SolutionDir)
     237
     238$SolutionDir/PreBuildEvent.sh
     239</PreBuildEvent>
     240  </PropertyGroup>
    235241</Project>
Note: See TracChangeset for help on using the changeset viewer.