Changeset 4569 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis
- Timestamp:
- 10/07/10 10:35:52 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLab.Algorithms.DataAnalysis-3.3.csproj
r4488 r4569 101 101 </Reference> 102 102 <Reference Include="System.Data" /> 103 <Reference Include="System.Drawing" /> 103 104 <Reference Include="System.Xml" /> 104 105 </ItemGroup> 105 106 <ItemGroup> 107 <Compile Include="CrossValidation.cs" /> 106 108 <Compile Include="SupportVectorMachine.cs" /> 107 109 <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" /> … … 113 115 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 114 116 <Name>HeuristicLab.Collections-3.3</Name> 117 </ProjectReference> 118 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 119 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 120 <Name>HeuristicLab.Common.Resources-3.3</Name> 115 121 </ProjectReference> 116 122 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame
r4497 r4569 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.