Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/11 14:41:17 (13 years ago)
Author:
gkronber
Message:

#1418 ported estimated values view for classification and regression solutions and porter scatter plot and line chart for regression solutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r5623 r5663  
    110110  </ItemGroup>
    111111  <ItemGroup>
     112    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
     116      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
     117    </Compile>
     118    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
     119      <SubType>UserControl</SubType>
     120    </Compile>
     121    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
     122      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
     123    </Compile>
     124    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
     128      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
     129    </Compile>
     130    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
     131      <SubType>UserControl</SubType>
     132    </Compile>
     133    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
     134      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
     135    </Compile>
    112136    <None Include="HeuristicLab.snk" />
    113137    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
     
    186210      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    187211      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     212    </ProjectReference>
     213    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
     214      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
     215      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    188216    </ProjectReference>
    189217  </ItemGroup>
     
    204232      <Install>true</Install>
    205233    </BootstrapperPackage>
     234  </ItemGroup>
     235  <ItemGroup>
     236    <Folder Include="Clustering\" />
    206237  </ItemGroup>
    207238  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.