Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10157


Ignore:
Timestamp:
11/27/13 15:05:55 (10 years ago)
Author:
tsteinre
Message:
  • added IPreprocessingData
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10148 r10157  
    8484      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
    8585    </Compile>
    86     <Compile Include="EditableDataset.cs" />    <Compile Include="DataSetStatisticInfo.cs" />
    87     <Compile Include="IDataSetStatisticInfo.cs" />    <Compile Include="Plugin.cs" />
     86    <Compile Include="EditableDataset.cs" />
     87    <Compile Include="DataSetStatisticInfo.cs" />
     88    <Compile Include="IDataSetStatisticInfo.cs" />
     89    <Compile Include="Interfaces\IPreprocessingData.cs" />
     90    <Compile Include="Plugin.cs" />
    8891    <Compile Include="Properties\AssemblyInfo.cs" />
    8992    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    139142    </ProjectReference>
    140143  </ItemGroup>
     144  <ItemGroup />
    141145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    142146  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.