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
Location:
branches/HeuristicLab.BinPacking
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.BinPacking.sln

    r13023 r13028  
    1212EndProject
    1313Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.BinPacking.Views-3.3", "HeuristicLab.Problems.BinPacking.Views\3.3\HeuristicLab.Problems.BinPacking.Views-3.3.csproj", "{78763A4E-E163-48C2-98EB-709760D06F25}"
     14EndProject
     15Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackingPlanVisualizations", "PackingPlanVisualizations\PackingPlanVisualizations.csproj", "{0FD5EA67-A284-4166-9F45-9C6BC07D5B83}"
    1416EndProject
    1517Global
     
    5759    {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.ActiveCfg = Release|x86
    5860    {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.Build.0 = Release|x86
     61    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     62    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|Any CPU.Build.0 = Debug|Any CPU
     63    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     64    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     65    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|x64.ActiveCfg = Debug|Any CPU
     66    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Debug|x86.ActiveCfg = Debug|Any CPU
     67    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|Any CPU.ActiveCfg = Release|Any CPU
     68    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|Any CPU.Build.0 = Release|Any CPU
     69    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     70    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     71    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|x64.ActiveCfg = Release|Any CPU
     72    {0FD5EA67-A284-4166-9F45-9C6BC07D5B83}.Release|x86.ActiveCfg = Release|Any CPU
    5973  EndGlobalSection
    6074  GlobalSection(SolutionProperties) = preSolution
  • 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.