Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/10 18:11:25 (15 years ago)
Author:
mkommend
Message:

extracted external libraries and adapted dependent plugins (ticket #837)

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  
    128128      <Name>HeuristicLab.Data-3.2</Name>
    129129    </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>
    130134    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
    131135      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
     
    160164      <Name>HeuristicLab.SequentialEngine-3.2</Name>
    161165    </ProjectReference>
    162     <ProjectReference Include="..\..\LibSVM\LibSVM.csproj">
    163       <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
    164       <Name>LibSVM</Name>
    165     </ProjectReference>
    166166  </ItemGroup>
    167167  <ItemGroup>
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLabSupportVectorMachinesPlugin.cs

    r2591 r2645  
    2929  [Plugin("HeuristicLab.SupportVectorMachines-3.2")]
    3030  [PluginFile("HeuristicLab.SupportVectorMachines-3.2.dll", PluginFileType.Assembly)]
    31   [PluginFile("LibSVM.dll", PluginFileType.Assembly)]
    3231  [PluginDependency("HeuristicLab.Core-3.2")]
    3332  [PluginDependency("HeuristicLab.Data-3.2")]
    3433  [PluginDependency("HeuristicLab.DataAnalysis-3.2")]
     34  [PluginDependency("HeuristicLab.LibSVM-1.6.3")]
    3535  [PluginDependency("HeuristicLab.Modeling-3.2")]
    3636  [PluginDependency("HeuristicLab.SequentialEngine-3.2")]
Note: See TracChangeset for help on using the changeset viewer.