Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/12 13:05:48 (12 years ago)
Author:
sforsten
Message:

#1292:

  • Renamed ExtendedHeatMap to FeatureCorrelation
  • deleted old CorrelationHeatMapView
  • added FeatureCorrelationView
File:
1 edited

Legend:

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

    r8276 r8483  
    172172      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
    173173    </Compile>
    174     <Compile Include="CorrelationHeatMapView.cs">
    175       <SubType>UserControl</SubType>
    176     </Compile>
    177     <Compile Include="CorrelationHeatMapView.Designer.cs">
    178       <DependentUpon>CorrelationHeatMapView.cs</DependentUpon>
     174    <Compile Include="FeatureCorrelationView.cs">
     175      <SubType>UserControl</SubType>
     176    </Compile>
     177    <Compile Include="FeatureCorrelationView.Designer.cs">
     178      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
    179179    </Compile>
    180180    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
     
    183183    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
    184184      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
    185     </Compile>
    186     <Compile Include="ExtendedHeatMapView.cs">
    187       <SubType>UserControl</SubType>
    188     </Compile>
    189     <Compile Include="ExtendedHeatMapView.Designer.cs">
    190       <DependentUpon>ExtendedHeatMapView.cs</DependentUpon>
    191185    </Compile>
    192186    <Compile Include="Plugin.cs" />
     
    350344  <ItemGroup>
    351345    <Folder Include="obj\" />
     346  </ItemGroup>
     347  <ItemGroup>
     348    <EmbeddedResource Include="FeatureCorrelationView.resx">
     349      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
     350    </EmbeddedResource>
    352351  </ItemGroup>
    353352  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.