Changeset 16140 for branches/2817-BinPackingSpeedup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
- Timestamp:
- 09/14/18 11:36:59 (6 years ago)
- Location:
- branches/2817-BinPackingSpeedup
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2817-BinPackingSpeedup
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.DataPreprocessing
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r15110 r16140 79 79 <ItemGroup> 80 80 <Compile Include="Content\MultiScatterPlotContent.cs" /> 81 <Compile Include="Content\PreprocessingContent.cs" /> 81 82 <Compile Include="Content\SingleScatterPlotContent.cs" /> 82 83 <Compile Include="Content\ScatterPlotContent.cs" /> … … 90 91 <Compile Include="PreprocessingTransformator.cs" /> 91 92 <Compile Include="Data\DataPreprocessingChangedEvent.cs" /> 92 <Compile Include="Logic\Filter\ComparisonFilter.cs" /> 93 <Compile Include="Logic\Filter\IFilter.cs" /> 94 <Compile Include="Logic\ManipulationLogic.cs" /> 93 <Compile Include="Filter\ComparisonFilter.cs" /> 94 <Compile Include="Filter\IFilter.cs" /> 95 95 <Compile Include="Data\IPreprocessingData.cs" /> 96 96 <Compile Include="Content\FilterContent.cs" /> 97 <Compile Include="Logic\FilterLogic.cs" />98 97 <Compile Include="Content\HistogramContent.cs" /> 99 98 <Compile Include="Content\LineChartContent.cs" /> … … 105 104 <Compile Include="Content\DataGridContent.cs" /> 106 105 <Compile Include="PreprocessingContext.cs" /> 107 <Compile Include="Data\TransactionalPreprocessingData.cs" />108 <Compile Include="Logic\SearchLogic.cs" />109 <Compile Include="Logic\StatisticsLogic.cs" />110 <Compile Include="Data\ITransactionalPreprocessingData.cs" />111 106 <Compile Include="Plugin.cs" /> 112 107 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.