Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/10 05:27:12 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on analysis
Location:
trunk/sources/HeuristicLab.Analysis.Views/3.3
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r2900 r2908  
    7575    <Reference Include="System.Drawing" />
    7676    <Reference Include="System.Windows.Forms" />
     77    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    7778    <Reference Include="System.Xml.Linq">
    7879      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    8889    <Compile Include="HeuristicLabAnalysisViewsPlugin.cs" />
    8990    <Compile Include="Properties\AssemblyInfo.cs" />
     91    <Compile Include="DataTableView.cs">
     92      <SubType>UserControl</SubType>
     93    </Compile>
     94    <Compile Include="DataTableView.Designer.cs">
     95      <DependentUpon>DataTableView.cs</DependentUpon>
     96    </Compile>
    9097  </ItemGroup>
    9198  <ItemGroup>
     
    98105      <Name>HeuristicLab.Analysis-3.3</Name>
    99106    </ProjectReference>
     107    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     108      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     109      <Name>HeuristicLab.Collections-3.3</Name>
     110    </ProjectReference>
    100111    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    101112      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    102113      <Name>HeuristicLab.Core.Views-3.3</Name>
     114    </ProjectReference>
     115    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     116      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     117      <Name>HeuristicLab.Core-3.3</Name>
    103118    </ProjectReference>
    104119    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLabAnalysisViewsPlugin.cs.frame

    r2891 r2908  
    2929  [PluginFile("HeuristicLab.Analysis.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
     31  [PluginDependency("HeuristicLab.Collections", "3.3")]
     32  [PluginDependency("HeuristicLab.Core", "3.3")]
    3133  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3234  [PluginDependency("HeuristicLab.MainForm", "3.2")]
Note: See TracChangeset for help on using the changeset viewer.