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.Views

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

    r15278 r15294  
    170170  </ItemGroup>
    171171  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     172  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     173       Other similar extension points exist, see Microsoft.Common.targets.
     174  <Target Name="BeforeBuild">
     175  </Target>
     176  <Target Name="AfterBuild">
     177  </Target>
     178  -->
    172179  <PropertyGroup>
    173180    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     
    185192</PreBuildEvent>
    186193  </PropertyGroup>
    187   <PropertyGroup>
    188     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    189 set ProjectDir=$(ProjectDir)
    190 set SolutionDir=$(SolutionDir)
    191 set Outdir=$(Outdir)
    192 
    193 call PreBuildEvent.cmd
    194 </PreBuildEvent>
    195   </PropertyGroup>
    196   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    197        Other similar extension points exist, see Microsoft.Common.targets.
    198   <Target Name="BeforeBuild">
    199   </Target>
    200   <Target Name="AfterBuild">
    201   </Target>
    202   -->
    203194</Project>
Note: See TracChangeset for help on using the changeset viewer.