Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/20/10 06:23:06 (14 years ago)
Author:
swagner
Message:

Added first version of allele frequency analysis (#1234)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r4065 r4623  
    112112  <ItemGroup>
    113113    <None Include="HeuristicLabAnalysisViewsPlugin.cs.frame" />
     114    <Compile Include="AlleleFrequencyArrayView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="AlleleFrequencyArrayView.Designer.cs">
     118      <DependentUpon>AlleleFrequencyArrayView.cs</DependentUpon>
     119    </Compile>
    114120    <Compile Include="HeuristicLabAnalysisViewsPlugin.cs" />
     121    <Compile Include="AlleleFrequencyView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="AlleleFrequencyView.Designer.cs">
     125      <DependentUpon>AlleleFrequencyView.cs</DependentUpon>
     126    </Compile>
    115127    <Compile Include="Properties\AssemblyInfo.cs" />
    116128    <Compile Include="DataTableView.cs">
Note: See TracChangeset for help on using the changeset viewer.