Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/19 14:20:06 (5 years ago)
Author:
msemenki
Message:

#2988: New version of class structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/HeuristicLab.Algorithms.EvolvmentModelsOfModels.csproj

    r16760 r16899  
    2323    <ErrorReport>prompt</ErrorReport>
    2424    <WarningLevel>4</WarningLevel>
     25    <LangVersion>7.1</LangVersion>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <LangVersion>7.1</LangVersion>
    3335  </PropertyGroup>
    3436  <ItemGroup>
     
    4042    <Reference Include="HeuristicLab.Analysis-3.3">
    4143      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     44      <Private>False</Private>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Attic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     47      <SpecificVersion>False</SpecificVersion>
     48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Attic.dll</HintPath>
    4249      <Private>False</Private>
    4350    </Reference>
     
    6168      <SpecificVersion>False</SpecificVersion>
    6269      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     70      <Private>False</Private>
    6371    </Reference>
    6472    <Reference Include="HeuristicLab.Optimization-3.3">
     
    109117  </ItemGroup>
    110118  <ItemGroup>
     119    <Compile Include="EMMDisatanceMap.cs" />
    111120    <Compile Include="EMMMultyPointsMutator.cs" />
    112121    <Compile Include="EMMAlgorithm.cs" />
    113122    <Compile Include="EMMClustering.cs" />
    114     <Compile Include="EMMMapBase.cs" />
    115     <Compile Include="EMMMapTreeModel.cs" />
     123    <Compile Include="EMMBaseMap.cs" />
     124    <Compile Include="EMMIslandMap.cs" />
    116125    <Compile Include="EMMMultyPointsMutatorNodeTypeSaving.cs" />
    117126    <Compile Include="EMMMutators.cs" />
    118127    <Compile Include="EMMSolution.cs" />
    119128    <Compile Include="EMMBaseAlgorithm.cs" />
     129    <Compile Include="EMMNetworkMap.cs" />
     130    <Compile Include="HelpFunctions.cs" />
    120131    <Compile Include="Plugin.cs" />
    121132    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.