Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10546 for branches


Ignore:
Timestamp:
03/05/14 16:00:26 (10 years ago)
Author:
aesterer
Message:

Created PreprocessingDataTableView

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10544 r10546  
    7070    <Reference Include="System.Drawing" />
    7171    <Reference Include="System.Windows.Forms" />
     72    <Reference Include="System.Windows.Forms.DataVisualization" />
    7273    <Reference Include="System.Xml.Linq" />
    7374    <Reference Include="System.Data.DataSetExtensions" />
     
    121122      <DependentUpon>LineChartView.cs</DependentUpon>
    122123    </Compile>
     124    <Compile Include="Views\PreprocessingDataTableView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="Views\PreprocessingDataTableView.Designer.cs">
     128      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
     129    </Compile>
    123130    <Compile Include="Views\StatisticsView.cs">
    124131      <SubType>UserControl</SubType>
     
    158165  </ItemGroup>
    159166  <ItemGroup>
     167    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
     168      <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
     169      <Name>HeuristicLab.Analysis.Views-3.3</Name>
     170    </ProjectReference>
    160171    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    161172      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     
    222233      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    223234      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     235    </ProjectReference>
     236    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
     237      <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
     238      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    224239    </ProjectReference>
    225240  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.