Changeset 16899 for branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/HeuristicLab.Algorithms.EvolvmentModelsOfModels.csproj
- Timestamp:
- 05/06/19 14:20:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/HeuristicLab.Algorithms.EvolvmentModelsOfModels.csproj
r16760 r16899 23 23 <ErrorReport>prompt</ErrorReport> 24 24 <WarningLevel>4</WarningLevel> 25 <LangVersion>7.1</LangVersion> 25 26 </PropertyGroup> 26 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 32 <ErrorReport>prompt</ErrorReport> 32 33 <WarningLevel>4</WarningLevel> 34 <LangVersion>7.1</LangVersion> 33 35 </PropertyGroup> 34 36 <ItemGroup> … … 40 42 <Reference Include="HeuristicLab.Analysis-3.3"> 41 43 <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> 42 49 <Private>False</Private> 43 50 </Reference> … … 61 68 <SpecificVersion>False</SpecificVersion> 62 69 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 70 <Private>False</Private> 63 71 </Reference> 64 72 <Reference Include="HeuristicLab.Optimization-3.3"> … … 109 117 </ItemGroup> 110 118 <ItemGroup> 119 <Compile Include="EMMDisatanceMap.cs" /> 111 120 <Compile Include="EMMMultyPointsMutator.cs" /> 112 121 <Compile Include="EMMAlgorithm.cs" /> 113 122 <Compile Include="EMMClustering.cs" /> 114 <Compile Include="EMM MapBase.cs" />115 <Compile Include="EMM MapTreeModel.cs" />123 <Compile Include="EMMBaseMap.cs" /> 124 <Compile Include="EMMIslandMap.cs" /> 116 125 <Compile Include="EMMMultyPointsMutatorNodeTypeSaving.cs" /> 117 126 <Compile Include="EMMMutators.cs" /> 118 127 <Compile Include="EMMSolution.cs" /> 119 128 <Compile Include="EMMBaseAlgorithm.cs" /> 129 <Compile Include="EMMNetworkMap.cs" /> 130 <Compile Include="HelpFunctions.cs" /> 120 131 <Compile Include="Plugin.cs" /> 121 132 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.