Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/15 10:20:26 (9 years ago)
Author:
gkronber
Message:

#1966

  • added PackingPlanVisualizations plugin received from jhelm.
  • this project also contains necessary binaries of SharpDX
  • visualization in HL works now
File:
1 edited

Legend:

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

    r13023 r13028  
    151151  </ItemGroup>
    152152  <ItemGroup>
     153    <Compile Include="PackingPlans\PackingPlan2DView.cs">
     154      <SubType>UserControl</SubType>
     155    </Compile>
     156    <Compile Include="PackingPlans\PackingPlan2DView.Designer.cs">
     157      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
     158    </Compile>
     159    <Compile Include="PackingPlans\PackingPlan3DView.cs">
     160      <SubType>UserControl</SubType>
     161    </Compile>
     162    <Compile Include="PackingPlans\PackingPlan3DView.Designer.cs">
     163      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
     164    </Compile>
     165    <Compile Include="Shapes\CuboidPackingItemView.cs">
     166      <SubType>UserControl</SubType>
     167    </Compile>
     168    <Compile Include="Shapes\CuboidPackingItemView.Designer.cs">
     169      <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
     170    </Compile>
     171    <Compile Include="Shapes\CuboidPackingShapeView.cs">
     172      <SubType>UserControl</SubType>
     173    </Compile>
     174    <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">
     175      <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
     176    </Compile>
     177    <Compile Include="Shapes\RectangularPackingItemView.cs">
     178      <SubType>UserControl</SubType>
     179    </Compile>
     180    <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">
     181      <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
     182    </Compile>
     183    <Compile Include="Shapes\RectangularPackingShapeView.cs">
     184      <SubType>UserControl</SubType>
     185    </Compile>
     186    <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">
     187      <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
     188    </Compile>
    153189    <None Include="HeuristicLab.snk" />
    154     <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs" />
     190    <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs">
     191      <SubType>UserControl</SubType>
     192    </Compile>
    155193    <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.Designer.cs">
    156194      <DependentUpon>CuboidIdenticalBinPackingProblemView.cs</DependentUpon>
    157195    </Compile>
    158     <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs" />
     196    <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs">
     197      <SubType>UserControl</SubType>
     198    </Compile>
    159199    <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.Designer.cs">
    160200      <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>
     
    171211      <Private>False</Private>
    172212    </ProjectReference>
    173   </ItemGroup>
    174   <ItemGroup>
     213    <ProjectReference Include="..\..\PackingPlanVisualizations\PackingPlanVisualizations.csproj">
     214      <Project>{0fd5ea67-a284-4166-9f45-9c6bc07d5b83}</Project>
     215      <Name>PackingPlanVisualizations</Name>
     216    </ProjectReference>
     217  </ItemGroup>
     218  <ItemGroup>
     219    <EmbeddedResource Include="PackingPlans\PackingPlan2DView.resx">
     220      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
     221    </EmbeddedResource>
     222    <EmbeddedResource Include="PackingPlans\PackingPlan3DView.resx">
     223      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
     224    </EmbeddedResource>
    175225    <EmbeddedResource Include="Problems\RectangularIdenticalBinPackingProblemView.resx">
    176226      <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>
    177227    </EmbeddedResource>
    178   </ItemGroup>
    179   <ItemGroup>
    180     <Folder Include="PackingPlans\" />
    181     <Folder Include="Shapes\" />
    182   </ItemGroup>
     228    <EmbeddedResource Include="Shapes\CuboidPackingItemView.resx">
     229      <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
     230    </EmbeddedResource>
     231    <EmbeddedResource Include="Shapes\CuboidPackingShapeView.resx">
     232      <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
     233    </EmbeddedResource>
     234    <EmbeddedResource Include="Shapes\RectangularPackingItemView.resx">
     235      <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
     236    </EmbeddedResource>
     237    <EmbeddedResource Include="Shapes\RectangularPackingShapeView.resx">
     238      <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
     239    </EmbeddedResource>
     240  </ItemGroup>
     241  <ItemGroup />
    183242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    184243  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.