Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/19 15:57:35 (5 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into problem refactoring branch.

Location:
branches/2521_ProblemRefactoring
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring

  • branches/2521_ProblemRefactoring/HeuristicLab.Tests

  • branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r16946 r17226  
    111111    <Reference Include="ALGLIB-3.7.0">
    112112      <HintPath>..\bin\ALGLIB-3.7.0.dll</HintPath>
     113      <Private>False</Private>
     114    </Reference>
     115    <Reference Include="HEAL.Attic, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     116      <SpecificVersion>False</SpecificVersion>
     117      <HintPath>..\bin\HEAL.Attic.dll</HintPath>
    113118      <Private>False</Private>
    114119    </Reference>
     
    462467    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
    463468    <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
     469    <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
    464470    <Compile Include="HeuristicLab-3.3\Samples\GABppSampleTest.cs" />
    465471    <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
     
    467473    <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
    468474    <Compile Include="HeuristicLab-3.3\Samples\GAGroupingProblemSampleTest.cs" />
    469     <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs">
    470       <SubType>Code</SubType>
    471     </Compile>
    472     <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs">
    473       <SubType>Code</SubType>
    474     </Compile>
    475     <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs">
    476       <SubType>Code</SubType>
    477     </Compile>
    478     <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs">
    479       <SubType>Code</SubType>
    480     </Compile>
     475    <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
     476    <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
    481477    <Compile Include="HeuristicLab-3.3\Samples\VnsOpSampleTest.cs" />
    482478    <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
     
    489485    <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
    490486    <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
    491     <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
    492487    <Compile Include="HeuristicLab-3.3\Samples\PsoRastriginSampleTest.cs" />
    493488    <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
     
    721716    </EmbeddedResource>
    722717  </ItemGroup>
    723   <ItemGroup>
    724     <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    725       <SpecificVersion>False</SpecificVersion>
    726       <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
    727       <Private>False</Private>
    728     </Reference>
    729   </ItemGroup>
    730718  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    731719  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.