Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/14/15 20:08:23 (8 years ago)
Author:
gkronber
Message:

#1966: removed empty problem classes

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

Legend:

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

    r13461 r13463  
    183183    </Compile>
    184184    <None Include="HeuristicLab.snk" />
    185     <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs">
    186       <SubType>UserControl</SubType>
    187     </Compile>
    188     <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.Designer.cs">
    189       <DependentUpon>CuboidIdenticalBinPackingProblemView.cs</DependentUpon>
    190     </Compile>
    191     <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs">
    192       <SubType>UserControl</SubType>
    193     </Compile>
    194     <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.Designer.cs">
    195       <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>
    196     </Compile>
    197185    <Compile Include="Plugin.cs" />
    198186    <Compile Include="Properties\AssemblyInfo.cs" />
     
    218206      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
    219207    </EmbeddedResource>
    220     <EmbeddedResource Include="Problems\RectangularIdenticalBinPackingProblemView.resx">
    221       <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>
    222     </EmbeddedResource>
    223208    <EmbeddedResource Include="Shapes\CuboidPackingItemView.resx">
    224209      <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
     
    234219    </EmbeddedResource>
    235220  </ItemGroup>
    236   <ItemGroup />
     221  <ItemGroup>
     222    <Folder Include="Problems\" />
     223  </ItemGroup>
    237224  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    238225  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.