- Timestamp:
- 04/23/14 11:33:50 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r10690 r10770 150 150 <Compile Include="Interfaces\IDataAnalysisSolutionExporter.cs" /> 151 151 <Compile Include="Interfaces\IDependencyCalculator.cs" /> 152 <Compile Include="Interfaces\ITransformation.cs" />153 152 <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs"> 154 153 <SubType>Code</SubType> … … 282 281 <Private>False</Private> 283 282 </ProjectReference> 283 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj"> 284 <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project> 285 <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.3</Name> 286 </ProjectReference> 284 287 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 285 288 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> -
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Plugin.cs.frame
r10037 r10770 38 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 39 39 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 40 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.3")] 40 41 public class HeuristicLabProblemsDataAnalysisPlugin : PluginBase { 41 42 }
Note: See TracChangeset
for help on using the changeset viewer.