Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/12 11:42:08 (12 years ago)
Author:
gkronber
Message:

#1733 updated alglib sources to version 3.4.0 of alglib and updated project and plugin references

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.4.0
Files:
2 deleted
1 edited
3 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.4.0/HeuristicLab.ALGLIB-3.4.0/ALGLIB License-3.4.0.txt

    r7275 r7294  
    1 ALGLIB® - numerical analysis library, 1999-2010.
     1ALGLIB® - numerical analysis library, 1999-2012.
    22ALGLIB is registered trademark of the ALGLIB Project.
    33
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.4.0/HeuristicLab.ALGLIB-3.4.0/HeuristicLab.ALGLIB-3.4.0.csproj

    r7275 r7294  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.ALGLIB</RootNamespace>
    12     <AssemblyName>HeuristicLab.ALGLIB-3.1.0</AssemblyName>
     12    <AssemblyName>HeuristicLab.ALGLIB-3.4.0</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
     
    115115      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    116116    </ProjectReference>
    117     <ProjectReference Include="..\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
     117    <ProjectReference Include="..\ALGLIB-3.4.0\ALGLIB-3.4.0.csproj">
    118118      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    119       <Name>ALGLIB-3.1.0</Name>
     119      <Name>ALGLIB-3.4.0</Name>
    120120      <Private>False</Private>
    121121    </ProjectReference>
     
    144144  </ItemGroup>
    145145  <ItemGroup>
    146     <Content Include="ALGLIB License-3.1.0.txt">
     146    <Content Include="ALGLIB License-3.4.0.txt">
    147147      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    148148    </Content>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.4.0/HeuristicLab.ALGLIB-3.4.0/Plugin.cs.frame

    r7259 r7294  
    2727
    2828namespace HeuristicLab.ALGLIB {
    29   [Plugin("HeuristicLab.ALGLIB","HeuristicLab wrapper for ALGLIB® - numerical analysis library","3.1.0.$WCREV$")] 
    30   [PluginFile("HeuristicLab.ALGLIB-3.1.0.dll", PluginFileType.Assembly)]
    31   [PluginFile("ALGLIB-3.1.0.dll", PluginFileType.Assembly)]
    32   [PluginFile("ALGLIB License-3.1.0.txt", PluginFileType.License)]
     29  [Plugin("HeuristicLab.ALGLIB","HeuristicLab wrapper for ALGLIB® - numerical analysis library","3.4.0.$WCREV$")] 
     30  [PluginFile("HeuristicLab.ALGLIB-3.4.0.dll", PluginFileType.Assembly)]
     31  [PluginFile("ALGLIB-3.4.0.dll", PluginFileType.Assembly)]
     32  [PluginFile("ALGLIB License-3.4.0.txt", PluginFileType.License)]
    3333  public class HeuristicLabAlgLibPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.