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.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r15221 r16123  
    7979  </PropertyGroup>
    8080  <ItemGroup>
    81     <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    82       <SpecificVersion>False</SpecificVersion>
    83       <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
    84       <Private>False</Private>
     81    <Reference Include="HeuristicLab.Collections-3.3">
     82      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     83    </Reference>
     84    <Reference Include="HeuristicLab.Common-3.3">
     85      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
     86    </Reference>
     87    <Reference Include="HeuristicLab.Common.Resources-3.3">
     88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     89    </Reference>
     90    <Reference Include="HeuristicLab.Core-3.3">
     91      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
     92    </Reference>
     93    <Reference Include="HeuristicLab.Data-3.3">
     94      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
     95    </Reference>
     96    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     98    </Reference>
     99    <Reference Include="HeuristicLab.Operators-3.3">
     100      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     101    </Reference>
     102    <Reference Include="HeuristicLab.Parameters-3.3">
     103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     104    </Reference>
     105    <Reference Include="HeuristicLab.Persistence-3.3">
     106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     107    </Reference>
     108    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     110    </Reference>
     111    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    85113    </Reference>
    86114    <Reference Include="System" />
     
    174202  </ItemGroup>
    175203  <ItemGroup>
    176     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    177       <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    178       <Name>HeuristicLab.Collections-3.3</Name>
    179       <Private>False</Private>
    180     </ProjectReference>
    181     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    182       <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
    183       <Name>HeuristicLab.Common.Resources-3.3</Name>
    184       <Private>False</Private>
    185     </ProjectReference>
    186     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    187       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    188       <Name>HeuristicLab.Common-3.3</Name>
    189       <Private>False</Private>
    190     </ProjectReference>
    191     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    192       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    193       <Name>HeuristicLab.Core-3.3</Name>
    194       <Private>False</Private>
    195     </ProjectReference>
    196     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    197       <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    198       <Name>HeuristicLab.Data-3.3</Name>
    199       <Private>False</Private>
    200     </ProjectReference>
    201     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    202       <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
    203       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    204       <Private>False</Private>
    205     </ProjectReference>
    206     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    207       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    208       <Name>HeuristicLab.Operators-3.3</Name>
    209       <Private>False</Private>
     204    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     205      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     206      <Name>HeuristicLab.Analysis-3.3</Name>
    210207    </ProjectReference>
    211208    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    212209      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    213210      <Name>HeuristicLab.Optimization-3.3</Name>
    214       <Private>False</Private>
    215     </ProjectReference>
    216     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    217       <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    218       <Name>HeuristicLab.Parameters-3.3</Name>
    219       <Private>False</Private>
    220     </ProjectReference>
    221     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    222       <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    223       <Name>HeuristicLab.Persistence-3.3</Name>
    224       <Private>False</Private>
    225     </ProjectReference>
    226     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    227       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    228       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    229       <Private>False</Private>
    230     </ProjectReference>
    231     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    232       <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
    233       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    234       <Private>False</Private>
    235211    </ProjectReference>
    236212  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.