Skip to content

Commit

Permalink
Added folders to organize the HeuristicLab.Analysis plugin (#925)
Browse files Browse the repository at this point in the history
git-svn-id: https://src.heuristiclab.com/svn/core/trunk@4887 2abd9481-f8db-48e9-bd25-06bc13291c1b
  • Loading branch information
s-wagner committed Nov 21, 2010
1 parent 060031e commit 17b0389
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 22 deletions.
File renamed without changes.
44 changes: 22 additions & 22 deletions sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,32 +109,32 @@
</ItemGroup>
<ItemGroup>
<None Include="HeuristicLabAnalysisPlugin.cs.frame" />
<Compile Include="AlleleFrequencyCollection.cs" />
<Compile Include="AlleleFrequencyCollectionHistory.cs" />
<Compile Include="BestAverageWorstQualityAnalyzer.cs" />
<Compile Include="BestAverageWorstQualityCalculator.cs" />
<Compile Include="AlleleFrequencyAnalysis\Allele.cs" />
<Compile Include="AlleleFrequencyAnalysis\AlleleFrequency.cs" />
<Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyAnalyzer.cs" />
<Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyCollection.cs" />
<Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyCollectionHistory.cs" />
<Compile Include="BestScopeSolutionAnalyzer.cs" />
<Compile Include="BestQualityMemorizer.cs" />
<Compile Include="Allele.cs" />
<Compile Include="AlleleFrequency.cs" />
<Compile Include="DataTableVisualProperties.cs" />
<Compile Include="DataTableHistory.cs" />
<Compile Include="HeatMapHistory.cs" />
<Compile Include="HeatMap.cs" />
<Compile Include="PopulationDiversityAnalyzer.cs" />
<Compile Include="DataRowVisualProperties.cs" />
<Compile Include="QualityAnalyzer.cs" />
<Compile Include="MinAverageMaxValueAnalyzer.cs" />
<Compile Include="MinAverageMaxValueCalculator.cs" />
<Compile Include="DataVisualization\DataRow.cs" />
<Compile Include="DataVisualization\DataRowVisualProperties.cs" />
<Compile Include="DataVisualization\DataTable.cs" />
<Compile Include="DataVisualization\DataTableHistory.cs" />
<Compile Include="DataVisualization\DataTableValuesCollector.cs" />
<Compile Include="DataVisualization\DataTableVisualProperties.cs" />
<Compile Include="DataVisualization\HeatMap.cs" />
<Compile Include="DataVisualization\HeatMapHistory.cs" />
<Compile Include="PopulationDiversityAnalysis\PopulationDiversityAnalyzer.cs" />
<Compile Include="QualityAnalysis\BestAverageWorstQualityAnalyzer.cs" />
<Compile Include="QualityAnalysis\BestAverageWorstQualityCalculator.cs" />
<Compile Include="QualityAnalysis\BestQualityMemorizer.cs" />
<Compile Include="QualityAnalysis\QualityAnalyzer.cs" />
<Compile Include="QualityAnalysis\QualityDifferenceCalculator.cs" />
<Compile Include="MultiAnalyzer.cs" />
<Compile Include="QualityDifferenceCalculator.cs" />
<Compile Include="DataRow.cs" />
<Compile Include="HeuristicLabAnalysisPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DataTable.cs" />
<Compile Include="DataTableValuesCollector.cs" />
<Compile Include="AlleleFrequencyAnalyzer.cs" />
<Compile Include="ValueAnalyzer.cs" />
<Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" />
<Compile Include="ValueAnalysis\MinAverageMaxValueCalculator.cs" />
<Compile Include="ValueAnalysis\ValueAnalyzer.cs" />
</ItemGroup>
<ItemGroup>
<None Include="HeuristicLab.snk" />
Expand Down

0 comments on commit 17b0389

Please sign in to comment.