Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/10 18:11:25 (14 years ago)
Author:
mkommend
Message:

extracted external libraries and adapted dependent plugins (ticket #837)

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

Legend:

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

    r2562 r2645  
    8989  </ItemGroup>
    9090  <ItemGroup>
    91     <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj">
    92       <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
    93       <Name>ALGLIB</Name>
    94     </ProjectReference>
    9591    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    9692      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     
    104100      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    105101      <Name>HeuristicLab.Data-3.2</Name>
     102    </ProjectReference>
     103    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.1.2.2591\ALGLIB-2.1.2.2591\ALGLIB-2.1.2.2591.csproj">
     104      <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
     105      <Name>ALGLIB-2.1.2.2591</Name>
    106106    </ProjectReference>
    107107    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
  • trunk/sources/HeuristicLab.ArtificialNeuralNetworks/3.2/HeuristicLabArtificialNeuralNetworksPlugin.cs

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