Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/10 04:29:34 (14 years ago)
Author:
swagner
Message:

Reviewed diversity analysis branch and merged it into the trunk (#1188)

Location:
trunk/sources/HeuristicLab.Analysis.Views/3.3
Files:
7 added
1 edited

Legend:

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

    r4641 r4703  
    123123      <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon>
    124124    </Compile>
     125    <Compile Include="HeatMapHistoryView.cs">
     126      <SubType>UserControl</SubType>
     127    </Compile>
     128    <Compile Include="HeatMapHistoryView.Designer.cs">
     129      <DependentUpon>HeatMapHistoryView.cs</DependentUpon>
     130    </Compile>
     131    <Compile Include="DataTableHistoryView.cs">
     132      <SubType>UserControl</SubType>
     133    </Compile>
     134    <Compile Include="DataTableHistoryView.Designer.cs">
     135      <DependentUpon>DataTableHistoryView.cs</DependentUpon>
     136    </Compile>
     137    <Compile Include="HeatMapView.cs">
     138      <SubType>UserControl</SubType>
     139    </Compile>
     140    <Compile Include="HeatMapView.Designer.cs">
     141      <DependentUpon>HeatMapView.cs</DependentUpon>
     142    </Compile>
    125143    <Compile Include="HeuristicLabAnalysisViewsPlugin.cs" />
    126144    <Compile Include="AlleleFrequencyView.cs">
     
    210228      <Install>true</Install>
    211229    </BootstrapperPackage>
     230  </ItemGroup>
     231  <ItemGroup>
     232    <EmbeddedResource Include="HeatMapView.resx">
     233      <DependentUpon>HeatMapView.cs</DependentUpon>
     234    </EmbeddedResource>
    212235  </ItemGroup>
    213236  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.