Changeset 10664
- Timestamp:
- 03/26/14 14:26:29 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab 3.3.sln
r10661 r10664 1910 1910 HideSolutionNode = FALSE 1911 1911 EndGlobalSection 1912 GlobalSection(Performance) = preSolution1913 HasPerformanceSessions = true1914 EndGlobalSection1915 1912 EndGlobal -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10658 r10664 79 79 <Compile Include="Implementations\Filter\IFilter.cs" /> 80 80 <Compile Include="Implementations\ManipulationLogic.cs" /> 81 <Compile Include="Implementations\Transformation.cs" /> 81 82 <Compile Include="Interfaces\IPreprocessingData.cs" /> 82 83 <Compile Include="Interfaces\IDataGridLogic.cs" /> … … 141 142 <Name>HeuristicLab.Data-3.3</Name> 142 143 </ProjectReference> 144 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 145 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 146 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 147 </ProjectReference> 143 148 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 144 149 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Plugin.cs.frame
r10383 r10664 41 41 [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")] 42 42 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")] 43 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4")] 43 44 public class HeuristicLabDataPreprocessingPlugin : PluginBase { 44 45 }
Note: See TracChangeset
for help on using the changeset viewer.