Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/12 11:25:37 (12 years ago)
Author:
mkommend
Message:

#1808: updated trunk to use new alglib release.

Location:
trunk/sources/HeuristicLab.Analysis/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r7294 r7675  
    9999  </PropertyGroup>
    100100  <ItemGroup>
    101     <Reference Include="ALGLIB-3.4.0, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    102       <HintPath>..\..\bin\ALGLIB-3.4.0.dll</HintPath>
     101    <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     102      <HintPath>..\..\bin\ALGLIB-3.5.0.dll</HintPath>
    103103      <Private>False</Private>
    104104    </Reference>
  • trunk/sources/HeuristicLab.Analysis/3.3/Plugin.cs.frame

    r7294 r7675  
    2828  [Plugin("HeuristicLab.Analysis", "3.3.6.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Analysis-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.ALGLIB", "3.4")]
     30  [PluginDependency("HeuristicLab.ALGLIB", "3.5")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.