Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/13 16:05:23 (12 years ago)
Author:
mkommend
Message:

#1961: Adapted CMA-ES solution to contain only the algorithm projects as all the other changes have already been integrated in the trunk in r9258.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.csproj

    r9155 r9260  
    9898      <Private>False</Private>
    9999    </Reference>
     100    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     101      <SpecificVersion>False</SpecificVersion>
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     103    </Reference>
    100104    <Reference Include="HeuristicLab.Collections-3.3">
    101105      <SpecificVersion>False</SpecificVersion>
     
    117121      <HintPath>..\..\..\..\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    118122      <Private>False</Private>
     123    </Reference>
     124    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     125      <SpecificVersion>False</SpecificVersion>
     126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
    119127    </Reference>
    120128    <Reference Include="HeuristicLab.Operators-3.3">
     
    212220      <Install>true</Install>
    213221    </BootstrapperPackage>
    214   </ItemGroup>
    215   <ItemGroup>
    216     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    217       <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    218       <Name>HeuristicLab.Analysis-3.3</Name>
    219       <Private>False</Private>
    220     </ProjectReference>
    221     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    222       <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
    223       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    224       <Private>False</Private>
    225     </ProjectReference>
    226222  </ItemGroup>
    227223  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.