Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/04/18 12:45:46 (6 years ago)
Author:
bwerth
Message:

#2943 populated branch with MO-CMAES, MO-Testfunctions, Optimization and Analysis projects

Location:
branches/2943_MOBasicProblem_MOCMAES
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2943_MOBasicProblem_MOCMAES

    • Property svn:global-ignores set to
      HeuristicLab.Algorithms.NSGA2
  • branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj

    r15236 r16123  
    7373  </PropertyGroup>
    7474  <ItemGroup>
    75     <Reference Include="ALGLIB-3.7.0">
    76       <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
    77       <Private>False</Private>
     75    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     76      <SpecificVersion>False</SpecificVersion>
     77      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
     78    </Reference>
     79    <Reference Include="HeuristicLab.ALGLIB-3.7.0">
     80      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.ALGLIB-3.7.0.dll</HintPath>
     81    </Reference>
     82    <Reference Include="HeuristicLab.Collections-3.3">
     83      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     84    </Reference>
     85    <Reference Include="HeuristicLab.Common-3.3">
     86      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
     87    </Reference>
     88    <Reference Include="HeuristicLab.Core-3.3">
     89      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
     90    </Reference>
     91    <Reference Include="HeuristicLab.Data-3.3">
     92      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
     93    </Reference>
     94    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     95      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     96    </Reference>
     97    <Reference Include="HeuristicLab.Parameters-3.3">
     98      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Persistence-3.3">
     101      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     104      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     105    </Reference>
     106    <Reference Include="HeuristicLab.Random-3.3">
     107      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
    78108    </Reference>
    79109    <Reference Include="System" />
     
    98128  <ItemGroup>
    99129    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    100       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     130      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    101131      <Name>HeuristicLab.Analysis-3.3</Name>
    102       <Private>False</Private>
    103     </ProjectReference>
    104     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    105       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    106       <Name>HeuristicLab.Collections-3.3</Name>
    107       <Private>False</Private>
    108     </ProjectReference>
    109     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    110       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    111       <Name>HeuristicLab.Common-3.3</Name>
    112       <Private>False</Private>
    113     </ProjectReference>
    114     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    115       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    116       <Name>HeuristicLab.Core-3.3</Name>
    117       <Private>False</Private>
    118     </ProjectReference>
    119     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    120       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    121       <Name>HeuristicLab.Data-3.3</Name>
    122       <Private>False</Private>
    123     </ProjectReference>
    124     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    125       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    126       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    127       <Private>False</Private>
    128     </ProjectReference>
    129     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    130       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    131       <Name>HeuristicLab.Operators-3.3</Name>
    132       <Private>False</Private>
    133132    </ProjectReference>
    134133    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    135       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     134      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    136135      <Name>HeuristicLab.Optimization-3.3</Name>
    137       <Private>False</Private>
    138     </ProjectReference>
    139     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    140       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    141       <Name>HeuristicLab.Parameters-3.3</Name>
    142       <Private>False</Private>
    143     </ProjectReference>
    144     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    145       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    146       <Name>HeuristicLab.Persistence-3.3</Name>
    147       <Private>False</Private>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    150       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    151       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    152       <Private>False</Private>
    153     </ProjectReference>
    154     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    155       <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
    156       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    157       <Private>False</Private>
    158136    </ProjectReference>
    159137    <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions.MultiObjective\3.3\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj">
    160       <Project>{D53E8E48-CFAA-4F57-AC35-63BEF4476159}</Project>
     138      <Project>{d53e8e48-cfaa-4f57-ac35-63bef4476159}</Project>
    161139      <Name>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</Name>
    162       <Private>False</Private>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    165       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    166       <Name>HeuristicLab.Random-3.3</Name>
    167       <Private>False</Private>
    168140    </ProjectReference>
    169141  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.