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.Modeling/3.2
Files:
2 edited

Legend:

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

    r2645 r2808  
    146146      <Name>HeuristicLab.Data-3.2</Name>
    147147    </ProjectReference>
    148     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.1.2.2591\ALGLIB-2.1.2.2591\ALGLIB-2.1.2.2591.csproj">
    149       <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
    150       <Name>ALGLIB-2.1.2.2591</Name>
     148    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.3.0\ALGLIB-2.3.0\ALGLIB-2.3.0.csproj">
     149      <Project>{B5EAF001-021A-4572-84E3-FED4B8AEBBAB}</Project>
     150      <Name>ALGLIB-2.3.0</Name>
    151151    </ProjectReference>
    152152    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs

    r2758 r2808  
    2828  [Plugin("HeuristicLab.Modeling-3.2")]
    2929  [PluginFile("HeuristicLab.Modeling-3.2.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.ALGLIB-2.1.2.2591")]
     30  [PluginDependency("HeuristicLab.ALGLIB","2.3.0.0")]
    3131  [PluginDependency("HeuristicLab.Common","3.2.0.0")]
    3232  [PluginDependency("HeuristicLab.Core-3.2")]
Note: See TracChangeset for help on using the changeset viewer.