Changeset 2645 for trunk/sources/HeuristicLab.SupportVectorMachines/3.2
- Timestamp:
- 01/19/10 18:11:25 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.SupportVectorMachines/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj
r2421 r2645 128 128 <Name>HeuristicLab.Data-3.2</Name> 129 129 </ProjectReference> 130 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj"> 131 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project> 132 <Name>LibSVM-1.6.3</Name> 133 </ProjectReference> 130 134 <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj"> 131 135 <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project> … … 160 164 <Name>HeuristicLab.SequentialEngine-3.2</Name> 161 165 </ProjectReference> 162 <ProjectReference Include="..\..\LibSVM\LibSVM.csproj">163 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>164 <Name>LibSVM</Name>165 </ProjectReference>166 166 </ItemGroup> 167 167 <ItemGroup> -
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLabSupportVectorMachinesPlugin.cs
r2591 r2645 29 29 [Plugin("HeuristicLab.SupportVectorMachines-3.2")] 30 30 [PluginFile("HeuristicLab.SupportVectorMachines-3.2.dll", PluginFileType.Assembly)] 31 [PluginFile("LibSVM.dll", PluginFileType.Assembly)]32 31 [PluginDependency("HeuristicLab.Core-3.2")] 33 32 [PluginDependency("HeuristicLab.Data-3.2")] 34 33 [PluginDependency("HeuristicLab.DataAnalysis-3.2")] 34 [PluginDependency("HeuristicLab.LibSVM-1.6.3")] 35 35 [PluginDependency("HeuristicLab.Modeling-3.2")] 36 36 [PluginDependency("HeuristicLab.SequentialEngine-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.