Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4988 for trunk


Ignore:
Timestamp:
11/29/10 13:08:14 (13 years ago)
Author:
mkommend
Message:

Adapted HL.Problems.DataAnalysis.Views to use AlgLib 3.1 (ticket #875).

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r4651 r4988  
    243243      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    244244    </ProjectReference>
    245     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
    246       <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
    247       <Name>ALGLIB-2.5.0</Name>
     245    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
     246      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
     247      <Name>ALGLIB-3.1.0</Name>
     248    </ProjectReference>
     249    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
     250      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
     251      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
    248252    </ProjectReference>
    249253    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame

    r4889 r4988  
    2828  [Plugin("HeuristicLab.Problems.DataAnalysis.Views", "3.3.2.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.ALGLIB","2.5.0.0")]
     30  [PluginDependency("HeuristicLab.ALGLIB","3.1.0.0")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3.2.0")]
    3232  [PluginDependency("HeuristicLab.Common", "3.3.2.0")]
Note: See TracChangeset for help on using the changeset viewer.