Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/30/12 11:47:47 (12 years ago)
Author:
mkommend
Message:

#1292: Integrated correlation analysis of datasets in the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r8435 r8542  
    138138      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
    139139    </Compile>
     140    <Compile Include="FeatureCorrelationView.cs">
     141      <SubType>UserControl</SubType>
     142    </Compile>
     143    <Compile Include="FeatureCorrelationView.Designer.cs">
     144      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
     145    </Compile>
    140146    <Compile Include="Plugin.cs" />
    141147    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
     
    266272    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
    267273      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
     274    </Compile>
     275    <Compile Include="TimeframeFeatureCorrelationView.cs">
     276      <SubType>UserControl</SubType>
     277    </Compile>
     278    <Compile Include="TimeframeFeatureCorrelationView.Designer.cs">
     279      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
    268280    </Compile>
    269281    <None Include="HeuristicLab.snk" />
     
    388400  <ItemGroup>
    389401    <Folder Include="obj\" />
     402  </ItemGroup>
     403  <ItemGroup>
     404    <EmbeddedResource Include="FeatureCorrelationView.resx">
     405      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
     406    </EmbeddedResource>
     407    <EmbeddedResource Include="TimeframeFeatureCorrelationView.resx">
     408      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
     409    </EmbeddedResource>
    390410  </ItemGroup>
    391411  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.