Changeset 2645 for trunk/sources/HeuristicLab.LinearRegression
- Timestamp:
- 01/19/10 18:11:25 (15 years ago)
- 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 92 92 </ItemGroup> 93 93 <ItemGroup> 94 <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj">95 <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>96 <Name>ALGLIB</Name>97 </ProjectReference>98 94 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 99 95 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> … … 111 107 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 112 108 <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> 113 113 </ProjectReference> 114 114 <ProjectReference Include="..\..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj"> -
trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs
r2591 r2645 27 27 [Plugin("HeuristicLab.LinearRegression-3.2")] 28 28 [PluginFile("HeuristicLab.LinearRegression-3.2.dll", PluginFileType.Assembly)] 29 [PluginDependency(" ALGLIB")]29 [PluginDependency("HeuristicLab.ALGLIB-2.1.2.2591")] 30 30 [PluginDependency("HeuristicLab.Common-3.2")] 31 31 [PluginDependency("HeuristicLab.Core-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.