Changeset 2645 for trunk/sources/HeuristicLab.ArtificialNeuralNetworks
- Timestamp:
- 01/19/10 18:11:25 (15 years ago)
- 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 89 89 </ItemGroup> 90 90 <ItemGroup> 91 <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj">92 <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>93 <Name>ALGLIB</Name>94 </ProjectReference>95 91 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj"> 96 92 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> … … 104 100 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 105 101 <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> 106 106 </ProjectReference> 107 107 <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj"> -
trunk/sources/HeuristicLab.ArtificialNeuralNetworks/3.2/HeuristicLabArtificialNeuralNetworksPlugin.cs
r2591 r2645 27 27 [Plugin("HeuristicLab.ArtificialNeuralNetworks-3.2")] 28 28 [PluginFile("HeuristicLab.ArtificialNeuralNetworks-3.2.dll", PluginFileType.Assembly)] 29 [PluginDependency(" ALGLIB")]29 [PluginDependency("HeuristicLab.ALGLIB-2.1.2.2591")] 30 30 [PluginDependency("HeuristicLab.Core-3.2")] 31 31 [PluginDependency("HeuristicLab.Data-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.