Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13575


Ignore:
Timestamp:
01/28/16 18:35:35 (8 years ago)
Author:
gkronber
Message:

#1966: removed *PackingShapeView and *PackingItemView (because they only showed one packing shape and this is not really helpful). Instead we are using the ParameterizedItemView now which shows all details and also allows that the shapes are manipulated through the GUI

Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3
Files:
8 deleted
1 edited

Legend:

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

    r13574 r13575  
    160160    <Compile Include="Shapes\Container3DView.xaml.cs">
    161161      <DependentUpon>Container3DView.xaml</DependentUpon>
    162     </Compile>
    163     <Compile Include="Shapes\CuboidPackingItemView.cs">
    164       <SubType>UserControl</SubType>
    165     </Compile>
    166     <Compile Include="Shapes\CuboidPackingItemView.Designer.cs">
    167       <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
    168     </Compile>
    169     <Compile Include="Shapes\CuboidPackingShapeView.cs">
    170       <SubType>UserControl</SubType>
    171     </Compile>
    172     <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">
    173       <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
    174     </Compile>
    175     <Compile Include="Shapes\RectangularPackingItemView.cs">
    176       <SubType>UserControl</SubType>
    177     </Compile>
    178     <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">
    179       <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
    180     </Compile>
    181     <Compile Include="Shapes\RectangularPackingShapeView.cs">
    182       <SubType>UserControl</SubType>
    183     </Compile>
    184     <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">
    185       <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
    186162    </Compile>
    187163    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.