Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 10:21:16 (15 years ago)
Author:
gkronber
Message:

Updated ALGLIB references in HL plugins. #875 (Update ALGLIB sources)

Location:
trunk/sources/HeuristicLab.LinearRegression/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj

    r2759 r2808  
    109109      <Name>HeuristicLab.Data-3.2</Name>
    110110    </ProjectReference>
    111     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.1.2.2591\ALGLIB-2.1.2.2591\ALGLIB-2.1.2.2591.csproj">
    112       <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
    113       <Name>ALGLIB-2.1.2.2591</Name>
     111    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.3.0\ALGLIB-2.3.0\ALGLIB-2.3.0.csproj">
     112      <Project>{B5EAF001-021A-4572-84E3-FED4B8AEBBAB}</Project>
     113      <Name>ALGLIB-2.3.0</Name>
    114114    </ProjectReference>
    115115    <ProjectReference Include="..\..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj">
  • TabularUnified trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs.frame

    r2759 r2808  
    2727  [Plugin("HeuristicLab.LinearRegression","3.2.0.$WCREV$")]
    2828  [PluginFile("HeuristicLab.LinearRegression-3.2.dll", PluginFileType.Assembly)]
    29   [PluginDependency("HeuristicLab.ALGLIB-2.1.2.2591")]
     29  [PluginDependency("HeuristicLab.ALGLIB","2.3.0.0")]
    3030  [PluginDependency("HeuristicLab.Common","3.2.0.0")]
    3131  [PluginDependency("HeuristicLab.Core-3.2")]
Note: See TracChangeset for help on using the changeset viewer.