Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 00:39:18 (13 years ago)
Author:
mkommend
Message:

#1455: Implemented first draft of ClusteringSolutionView.

File:
1 edited

Legend:

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

    r5829 r5853  
    146146      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
    147147    </Compile>
     148    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
     149      <SubType>UserControl</SubType>
     150    </Compile>
     151    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
     152      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
     153    </Compile>
     154    <Compile Include="ClusteringSolutionView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
     157    <Compile Include="ClusteringSolutionView.Designer.cs">
     158      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
     159    </Compile>
    148160    <Compile Include="DiscriminantFunctionClassificationSolutionView.cs">
    149161      <SubType>UserControl</SubType>
     
    296308    </BootstrapperPackage>
    297309  </ItemGroup>
    298   <ItemGroup>
    299     <Folder Include="Clustering\" />
    300   </ItemGroup>
     310  <ItemGroup />
    301311  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    302312  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.