Changeset 10586 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
- Timestamp:
- 03/12/14 17:03:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10559 r10586 71 71 </ItemGroup> 72 72 <ItemGroup> 73 <Compile Include="Implementations\PreprocessingData.cs" /> 73 74 <Compile Include="Implementations\DataGridLogic.cs" /> 74 75 <Compile Include="Implementations\DataPreprocessingChangedEvent.cs" /> … … 76 77 <Compile Include="Implementations\Filter\IFilter.cs" /> 77 78 <Compile Include="Implementations\ManipulationLogic.cs" /> 79 <Compile Include="Interfaces\IPreprocessingData.cs" /> 78 80 <Compile Include="Interfaces\IDataGridLogic.cs" /> 79 81 <Compile Include="Implementations\FilterContent.cs" /> … … 95 97 <Compile Include="Implementations\DataGridContent.cs" /> 96 98 <Compile Include="Implementations\PreprocessingContext.cs" /> 97 <Compile Include="Implementations\ PreprocessingData.cs" />99 <Compile Include="Implementations\TransactionalPreprocessingData.cs" /> 98 100 <Compile Include="Implementations\SearchLogic.cs" /> 99 101 <Compile Include="Implementations\StatisticsLogic.cs" /> … … 102 104 <Compile Include="Interfaces\ISearchLogic.cs" /> 103 105 <Compile Include="Interfaces\IStatisticsLogic.cs" /> 104 <Compile Include="Interfaces\I PreprocessingData.cs" />106 <Compile Include="Interfaces\ITransactionalPreprocessingData.cs" /> 105 107 <Compile Include="Plugin.cs" /> 106 108 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.