Changeset 14102
- Timestamp:
- 07/18/16 17:02:25 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
- 9 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r11623 r14102 122 122 </ItemGroup> 123 123 <ItemGroup> 124 <Compile Include="IndexedDataTableView.cs" /> 125 <Compile Include="IndexedDataTableView.Designer.cs"> 126 <DependentUpon>IndexedDataTableView.cs</DependentUpon> 127 </Compile> 124 128 <Compile Include="ScatterPlotVisualPropertiesDialog.cs"> 125 129 <SubType>Form</SubType> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r12817 r14102 131 131 <Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyCollectionHistory.cs" /> 132 132 <Compile Include="BestScopeSolutionAnalyzer.cs" /> 133 <Compile Include="DataVisualization\IndexedDataRow.cs" /> 134 <Compile Include="DataVisualization\IndexedDataTable.cs" /> 133 135 <Compile Include="DataVisualization\ScatterPlotDataRowVisualProperties.cs" /> 134 136 <Compile Include="DataVisualization\ScatterPlotDataRow.cs" /> … … 154 156 <Compile Include="QualityAnalysis\BestAverageWorstQualityCalculator.cs" /> 155 157 <Compile Include="QualityAnalysis\BestQualityMemorizer.cs" /> 158 <Compile Include="QualityAnalysis\ExpectedRuntimeHelper.cs" /> 156 159 <Compile Include="QualityAnalysis\QualityAnalyzer.cs" /> 157 160 <Compile Include="QualityAnalysis\QualityDifferenceCalculator.cs" /> … … 159 162 <Compile Include="Properties\AssemblyInfo.cs" /> 160 163 <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" /> 164 <Compile Include="QualityAnalysis\QualityPerClockAnalyzer.cs" /> 165 <Compile Include="QualityAnalysis\QualityPerEvaluationsAnalyzer.cs" /> 161 166 <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" /> 162 167 <Compile Include="Statistics\BonferroniHolm.cs" /> -
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r14071 r14102 269 269 <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon> 270 270 </Compile> 271 <Compile Include="RunCollectionViews\RunCollectionRLDView.cs"> 272 <SubType>UserControl</SubType> 273 </Compile> 274 <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs"> 275 <DependentUpon>RunCollectionRLDView.cs</DependentUpon> 276 </Compile> 271 277 <Compile Include="RunCollectionViews\RunCollectionTableView.cs"> 272 278 <SubType>UserControl</SubType>
Note: See TracChangeset
for help on using the changeset viewer.