Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/11 23:13:33 (14 years ago)
Author:
abeham
Message:

#1330

  • Merged QAP from branch into trunk
  • Merged MDS from branch into trunk
  • Merged Swap2 moves from branch into trunk
Location:
trunk/sources/HeuristicLab.Analysis
Files:
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis

  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r5374 r5933  
    1212    <AssemblyName>HeuristicLab.Analysis-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    125126    <Compile Include="DataVisualization\HeatMap.cs" />
    126127    <Compile Include="DataVisualization\HeatMapHistory.cs" />
     128    <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" />
    127129    <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" />
    128130    <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" />
     
    164166      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    165167      <Name>HeuristicLab.Data-3.3</Name>
     168    </ProjectReference>
     169    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
     170      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
     171      <Name>ALGLIB-3.1.0</Name>
    166172    </ProjectReference>
    167173    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLabAnalysisPlugin.cs.frame

    r5446 r5933  
    2828  [Plugin("HeuristicLab.Analysis", "3.3.3.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Analysis-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.ALGLIB", "3.1")]
    3031  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3132  [PluginDependency("HeuristicLab.Common", "3.3")]
  • trunk/sources/HeuristicLab.Analysis/3.3/Tests/HeuristicLab.Analysis.Tests-3.3.csproj

    r5932 r5933  
    9999  </PropertyGroup>
    100100  <ItemGroup>
    101     <Reference Include="HeuristicLab.Common-3.3">
    102       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    103     </Reference>
    104     <Reference Include="HeuristicLab.Core-3.3">
    105       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    106     </Reference>
    107     <Reference Include="HeuristicLab.Data-3.3">
    108       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    109     </Reference>
     101    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     102      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     103      <Name>HeuristicLab.Common-3.3</Name>
     104    </ProjectReference>
     105    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     106      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     107      <Name>HeuristicLab.Core-3.3</Name>
     108    </ProjectReference>
     109    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     110      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     111      <Name>HeuristicLab.Data-3.3</Name>
     112    </ProjectReference>
    110113    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    111114    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.