Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/16 21:38:13 (8 years ago)
Author:
gkronber
Message:

#1966: refactoring: core compiles

Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj

    r13605 r13612  
    173173  </ItemGroup>
    174174  <ItemGroup>
     175    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking.2D\3.3\HeuristicLab.Problems.BinPacking2D-3.3.csproj">
     176      <Project>{56dd7f51-3164-4c26-a97a-add6fe4b4e86}</Project>
     177      <Name>HeuristicLab.Problems.BinPacking2D-3.3</Name>
     178    </ProjectReference>
     179    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking.3D\3.3\HeuristicLab.Problems.BinPacking3D-3.3.csproj">
     180      <Project>{95680c63-1e06-4e66-b33b-272a772321c7}</Project>
     181      <Name>HeuristicLab.Problems.BinPacking3D-3.3</Name>
     182    </ProjectReference>
    175183    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
    176184      <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan2DView.cs

    r13578 r13612  
    2424using HeuristicLab.MainForm;
    2525using HeuristicLab.Encodings.PackingEncoding.PackingPlan;
    26 using HeuristicLab.Problems.BinPacking.PackingItem;
    27 using HeuristicLab.Problems.BinPacking.PackingBin;
    28 using HeuristicLab.Problems.BinPacking.Dimensions;
    2926
    3027namespace HeuristicLab.Problems.BinPacking.Views {
Note: See TracChangeset for help on using the changeset viewer.