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

Legend:

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

    r2430 r2645  
    9292  </ItemGroup>
    9393  <ItemGroup>
    94     <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj">
    95       <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
    96       <Name>ALGLIB</Name>
    97     </ProjectReference>
    9894    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    9995      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     
    111107      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    112108      <Name>HeuristicLab.Data-3.2</Name>
     109    </ProjectReference>
     110    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.1.2.2591\ALGLIB-2.1.2.2591\ALGLIB-2.1.2.2591.csproj">
     111      <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
     112      <Name>ALGLIB-2.1.2.2591</Name>
    113113    </ProjectReference>
    114114    <ProjectReference Include="..\..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj">
  • trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs

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