Changeset 7829
- Timestamp:
- 05/15/12 16:11:10 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r6866 r7829 116 116 </ItemGroup> 117 117 <ItemGroup> 118 <Compile Include="ScatterPlotView.cs"> 119 <SubType>UserControl</SubType> 120 </Compile> 121 <Compile Include="ScatterPlotView.Designer.cs"> 122 <DependentUpon>ScatterPlotView.cs</DependentUpon> 123 </Compile> 118 124 <None Include="Plugin.cs.frame" /> 119 125 <Compile Include="AlleleFrequencyCollectionView.cs"> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r7675 r7829 133 133 <Compile Include="DataVisualization\HeatMap.cs" /> 134 134 <Compile Include="DataVisualization\HeatMapHistory.cs" /> 135 <Compile Include="DataVisualization\ScatterPlot.cs" /> 135 136 <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" /> 136 137 <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.