Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/17 15:59:47 (7 years ago)
Author:
jzenisek
Message:

#2719 added type and view for representing dictionary<string,double> as bar chart (implementation in progress)

Location:
branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/HeuristicLab.DatastreamAnalysis.Views.csproj

    r14538 r14547  
    5151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    5252    </Reference>
     53    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     54      <SpecificVersion>False</SpecificVersion>
     55      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     56    </Reference>
    5357    <Reference Include="HeuristicLab.Core-3.3">
    5458      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     
    7781      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    7882    </Reference>
     83    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     84      <SpecificVersion>False</SpecificVersion>
     85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     86    </Reference>
    7987    <Reference Include="System" />
    8088    <Reference Include="System.Core" />
     89    <Reference Include="System.Windows.Forms.DataVisualization" />
    8190    <Reference Include="System.Xml.Linq" />
    8291    <Reference Include="System.Data.DataSetExtensions" />
     
    9099  </ItemGroup>
    91100  <ItemGroup>
     101    <Compile Include="DataBarSetView.cs">
     102      <SubType>UserControl</SubType>
     103    </Compile>
     104    <Compile Include="DataBarSetView.Designer.cs">
     105      <DependentUpon>DataBarSetView.cs</DependentUpon>
     106    </Compile>
    92107    <Compile Include="DatastreamAnalysisOptimizerView.cs">
    93108      <SubType>UserControl</SubType>
  • branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/Plugin.cs

    r14543 r14547  
    2323
    2424namespace HeuristicLab.DatastreamAnalysis.Views {
    25   [Plugin("HeuristicLab.DatastreamAnalysis.Views", "3.4.14.14538")]
     25  [Plugin("HeuristicLab.DatastreamAnalysis.Views", "3.4.14.14543")]
    2626  [PluginFile("HeuristicLab.DatastreamAnalysis.Views-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
  • branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/Properties/AssemblyInfo.cs

    r14543 r14547  
    5454// [assembly: AssemblyVersion("1.0.*")]
    5555[assembly: AssemblyVersion("3.4.0.0")]
    56 [assembly: AssemblyFileVersion("3.4.14.14538")]
     56[assembly: AssemblyFileVersion("3.4.14.14543")]
Note: See TracChangeset for help on using the changeset viewer.