Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/09 13:22:07 (15 years ago)
Author:
gkronber
Message:

Moved ALGLIB code into a separate plugin. #783

Location:
trunk/sources/HeuristicLab.Modeling/3.2
Files:
1 deleted
2 edited

Legend:

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

    r2428 r2430  
    8282  </ItemGroup>
    8383  <ItemGroup>
    84     <Compile Include="alglib\ap.cs" />
    85     <Compile Include="alglib\correlation.cs" />
    8684    <Compile Include="AnalyzerModel.cs" />
    8785    <Compile Include="BestSolutionStorer.cs" />
     
    132130  </ItemGroup>
    133131  <ItemGroup>
     132    <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj">
     133      <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
     134      <Name>ALGLIB</Name>
     135    </ProjectReference>
    134136    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    135137      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
  • trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs

    r2324 r2430  
    2828  [ClassInfo(Name = "HeuristicLab.Modeling-3.2")]
    2929  [PluginFile(Filename = "HeuristicLab.Modeling-3.2.dll", Filetype = PluginFileType.Assembly)]
     30  [Dependency(Dependency = "ALGLIB")]
    3031  [Dependency(Dependency = "HeuristicLab.Common-3.2")]
    3132  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
Note: See TracChangeset for help on using the changeset viewer.