Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12379


Ignore:
Timestamp:
05/04/15 17:13:47 (9 years ago)
Author:
pfleck
Message:

#2379

  • Added first draft of the RecursiveDataItem structure.
  • Added a view for the data structure as well was a list of the data structure.
Location:
branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3

    • Property svn:ignore
      •  

        old new  
        11Plugin.cs
         2obj
  • branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/HeuristicLab.Optimization.BubbleChart-3.3.csproj

    r12377 r12379  
    4949      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    5050    </Reference>
     51    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     52      <SpecificVersion>False</SpecificVersion>
     53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     54    </Reference>
    5155    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5256      <SpecificVersion>False</SpecificVersion>
     
    7478    </Reference>
    7579    <Reference Include="System" />
     80    <Reference Include="System.Data" />
     81    <Reference Include="System.Drawing" />
     82    <Reference Include="System.Windows.Forms" />
     83    <Reference Include="System.Xml" />
    7684  </ItemGroup>
    7785  <ItemGroup>
     86    <Compile Include="RecursiveDataItemListView.cs">
     87      <SubType>UserControl</SubType>
     88    </Compile>
     89    <Compile Include="RecursiveDataItemListView.Designer.cs">
     90      <DependentUpon>RecursiveDataItemListView.cs</DependentUpon>
     91    </Compile>
     92    <Compile Include="RecursiveDataItemView.cs">
     93      <SubType>UserControl</SubType>
     94    </Compile>
     95    <Compile Include="RecursiveDataItemView.Designer.cs">
     96      <DependentUpon>RecursiveDataItemView.cs</DependentUpon>
     97    </Compile>
    7898    <None Include="Plugin.cs.frame" />
     99    <Compile Include="RecursiveDataItem.cs" />
    79100    <Compile Include="Plugin.cs" />
    80101    <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.