Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 11:33:50 (10 years ago)
Author:
tsteinre
Message:

Moved Transformations to HeuristicLab.Problems.DataAnalysis.Transformations

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
Files:
2 edited

Legend:

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

    r10709 r10770  
    8080    <Compile Include="Implementations\Filter\IFilter.cs" />
    8181    <Compile Include="Implementations\ManipulationLogic.cs" />
    82     <Compile Include="Implementations\Transformations\LinearTransformation.cs" />
    83     <Compile Include="Implementations\Transformations\Transformation.cs" />
    8482    <Compile Include="Interfaces\IPreprocessingData.cs" />
    8583    <Compile Include="Interfaces\IDataGridLogic.cs" />
     
    169167      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    170168    </ProjectReference>
     169    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj">
     170      <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project>
     171      <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.3</Name>
     172    </ProjectReference>
    171173    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    172174      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    173175      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    174176    </ProjectReference>
     177  </ItemGroup>
     178  <ItemGroup>
     179    <Folder Include="Implementations\Transformations\" />
    175180  </ItemGroup>
    176181  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Plugin.cs.frame

    r10694 r10770  
    4545  [PluginDependency("HeuristicLab.Parameters","3.3")]
    4646  [PluginDependency("HeuristicLab.Persistence","3.3")]
     47  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.3")]
    4748  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
    4849  }
Note: See TracChangeset for help on using the changeset viewer.