Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/14 22:38:09 (11 years ago)
Author:
bburlacu
Message:

#1837: SVN-renamed SlidingWindowBestSolutionsCollectionHeatMapView to SlidingWindowBestSolutionsCollectionHeatMapControl, and added SlidingWindowBestSolutionsCollectionHeatMapView which extends HeatMapView and provides a reversed Y-axis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r10686 r10722  
    217217    </Compile>
    218218    <Compile Include="Plugin.cs" />
     219    <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapControl.cs">
     220      <SubType>UserControl</SubType>
     221    </Compile>
     222    <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapControl.Designer.cs">
     223      <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapControl.cs</DependentUpon>
     224    </Compile>
    219225    <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapView.cs">
    220226      <SubType>UserControl</SubType>
     
    343349  <ItemGroup>
    344350    <Folder Include="Exporters\" />
     351  </ItemGroup>
     352  <ItemGroup>
     353    <EmbeddedResource Include="SlidingWindowBestSolutionsCollectionView.resx">
     354      <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>
     355    </EmbeddedResource>
    345356  </ItemGroup>
    346357  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.