[4516] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16574] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[4516] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.MetaOptimization</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.MetaOptimization-3.3</AssemblyName>
|
---|
[16574] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[4516] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[15741] | 21 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[4516] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[15741] | 30 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[4516] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
[5110] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[15741] | 44 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5110] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11627] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[15741] | 60 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5110] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 72 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 74 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11627] | 75 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 76 | </PropertyGroup>
|
---|
[4516] | 77 | <ItemGroup>
|
---|
[16574] | 78 | <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
---|
| 79 | <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
|
---|
| 80 | </Reference>
|
---|
[17029] | 81 | <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 82 | <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath>
|
---|
[16574] | 83 | </Reference>
|
---|
[5110] | 84 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[15741] | 85 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
[6984] | 86 | <Private>False</Private>
|
---|
[5110] | 87 | </Reference>
|
---|
[9986] | 88 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[15741] | 89 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[6984] | 90 | <Private>False</Private>
|
---|
[5522] | 91 | </Reference>
|
---|
[4516] | 92 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[15741] | 93 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[6984] | 94 | <Private>False</Private>
|
---|
[4516] | 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[15741] | 97 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[6984] | 98 | <Private>False</Private>
|
---|
[4516] | 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[15741] | 101 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[6984] | 102 | <Private>False</Private>
|
---|
[4516] | 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[15741] | 105 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[6984] | 106 | <Private>False</Private>
|
---|
[4516] | 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[15741] | 109 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[6984] | 110 | <Private>False</Private>
|
---|
[4516] | 111 | </Reference>
|
---|
[4525] | 112 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[15741] | 113 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[6984] | 114 | <Private>False</Private>
|
---|
[4525] | 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[15741] | 117 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
[6984] | 118 | <Private>False</Private>
|
---|
[4525] | 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[15741] | 121 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[6984] | 122 | <Private>False</Private>
|
---|
[4525] | 123 | </Reference>
|
---|
[5927] | 124 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[15741] | 125 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
[6984] | 126 | <Private>False</Private>
|
---|
[5927] | 127 | </Reference>
|
---|
[4516] | 128 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[15741] | 129 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[6984] | 130 | <Private>False</Private>
|
---|
[4516] | 131 | </Reference>
|
---|
| 132 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[15741] | 133 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[6984] | 134 | <Private>False</Private>
|
---|
[4516] | 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[15741] | 137 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[6984] | 138 | <Private>False</Private>
|
---|
[4516] | 139 | </Reference>
|
---|
| 140 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[15741] | 141 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[6984] | 142 | <Private>False</Private>
|
---|
[4516] | 143 | </Reference>
|
---|
[5927] | 144 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[15741] | 145 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[6984] | 146 | <Private>False</Private>
|
---|
[5655] | 147 | </Reference>
|
---|
[5927] | 148 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[15741] | 149 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[6984] | 150 | <Private>False</Private>
|
---|
[5927] | 151 | </Reference>
|
---|
[6017] | 152 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[15741] | 153 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[6984] | 154 | <Private>False</Private>
|
---|
[6017] | 155 | </Reference>
|
---|
[9986] | 156 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 157 | <SpecificVersion>False</SpecificVersion>
|
---|
[15741] | 158 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[9986] | 159 | <Private>False</Private>
|
---|
| 160 | </Reference>
|
---|
[5110] | 161 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[15741] | 162 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[6984] | 163 | <Private>False</Private>
|
---|
[5110] | 164 | </Reference>
|
---|
[9986] | 165 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[15741] | 166 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[6984] | 167 | <Private>False</Private>
|
---|
[5293] | 168 | </Reference>
|
---|
[9986] | 169 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[15741] | 170 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[6984] | 171 | <Private>False</Private>
|
---|
[5522] | 172 | </Reference>
|
---|
[5009] | 173 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[15741] | 174 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[6984] | 175 | <Private>False</Private>
|
---|
[5009] | 176 | </Reference>
|
---|
[4516] | 177 | <Reference Include="System" />
|
---|
| 178 | <Reference Include="System.Core" />
|
---|
| 179 | <Reference Include="System.Drawing" />
|
---|
[16574] | 180 | <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
| 181 | <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
|
---|
| 182 | </Reference>
|
---|
[4516] | 183 | <Reference Include="System.Xml.Linq" />
|
---|
| 184 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 185 | <Reference Include="System.Data" />
|
---|
| 186 | <Reference Include="System.Xml" />
|
---|
| 187 | </ItemGroup>
|
---|
| 188 | <ItemGroup>
|
---|
[4832] | 189 | <Compile Include="Analyzers\BestParameterConfigurationAnalyzer.cs" />
|
---|
[5576] | 190 | <Compile Include="Analyzers\PMOBestSolutionHistoryAnalyzer.cs" />
|
---|
| 191 | <Compile Include="Analyzers\PMOProblemQualitiesAnalyzer.cs" />
|
---|
[5522] | 192 | <Compile Include="Analyzers\PMOPopulationDiversityAnalyzer.cs" />
|
---|
[5313] | 193 | <Compile Include="ConstrainedTypeValue.cs" />
|
---|
[5665] | 194 | <Compile Include="Encoding\AlgorithmProblemItem.cs" />
|
---|
| 195 | <Compile Include="Encoding\ParameterConfigurations\SingleValuedParameterConfiguration.cs" />
|
---|
[6017] | 196 | <Compile Include="Encoding\SymbolicExpressionGrammar\SymbolValueConfiguration.cs" />
|
---|
| 197 | <Compile Include="Encoding\SymbolicExpressionGrammar\SymbolicExpressionGrammarValueConfiguration.cs" />
|
---|
[5653] | 198 | <Compile Include="Encoding\ValueConfigurations\RangeValueConfiguration.cs" />
|
---|
| 199 | <Compile Include="Encoding\ValueConfigurations\ParameterizedValueConfiguration.cs" />
|
---|
| 200 | <Compile Include="Evaluators\AlgorithmEvaluator.cs" />
|
---|
| 201 | <Compile Include="Evaluators\AlgorithmRunsAnalyzer.cs" />
|
---|
| 202 | <Compile Include="Evaluators\AlgorithmSubScopesCreator.cs" />
|
---|
| 203 | <Compile Include="Evaluators\PMOEvaluator.cs" />
|
---|
[5359] | 204 | <Compile Include="MetaOptimizationUtil.cs" />
|
---|
[6017] | 205 | <Compile Include="Operators\Crossovers\IntValue\MultiIntValueCrossover.cs" />
|
---|
[7101] | 206 | <Compile Include="Plugin.cs" />
|
---|
[5313] | 207 | <Compile Include="TypeValue.cs" />
|
---|
[16574] | 208 | <None Include="packages.config" />
|
---|
[7101] | 209 | <None Include="Plugin.cs.frame" />
|
---|
[4982] | 210 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5359] | 211 | <Compile Include="Analyzers\SolutionCacheAnalyzer.cs" />
|
---|
[5293] | 212 | <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" />
|
---|
[5110] | 213 | <Compile Include="ConstrainedItemList.cs" />
|
---|
[5303] | 214 | <Compile Include="Encoding\Manipulators\ParameterConfigurationManipulator.cs" />
|
---|
| 215 | <Compile Include="Encoding\Manipulators\ParameterConfigurationOnePositionsManipulator.cs" />
|
---|
[5111] | 216 | <Compile Include="Encoding\NullValue.cs" />
|
---|
[5144] | 217 | <Compile Include="Encoding\ParameterCombinationsEnumerator.cs" />
|
---|
[5111] | 218 | <Compile Include="Encoding\RangeConstraints\PercentValueRange.cs">
|
---|
[4981] | 219 | <SubType>Code</SubType>
|
---|
| 220 | </Compile>
|
---|
[5111] | 221 | <Compile Include="Encoding\ValueConfigurations\NullValueConfiguration.cs" />
|
---|
| 222 | <Compile Include="Encoding\RangeConstraints\ConstrainedValue.cs">
|
---|
| 223 | <SubType>Code</SubType>
|
---|
| 224 | </Compile>
|
---|
| 225 | <Compile Include="Encoding\RangeConstraints\DoubleValueRange.cs" />
|
---|
| 226 | <Compile Include="Encoding\RangeConstraints\IntValueRange.cs" />
|
---|
| 227 | <Compile Include="Encoding\ParameterConfigurationTree.cs" />
|
---|
| 228 | <Compile Include="Encoding\ValueConfigurations\ValueConfiguration.cs" />
|
---|
| 229 | <Compile Include="Encoding\ValueConfigurations\CheckedValueConfigurationCollection.cs" />
|
---|
[5653] | 230 | <Compile Include="AlgorithmExecutor.cs" />
|
---|
[5184] | 231 | <Compile Include="Interfaces\IParameterConfigurationCrossover.cs" />
|
---|
[4981] | 232 | <Compile Include="Interfaces\ICheckedValueConfigurationCollection.cs" />
|
---|
[6017] | 233 | <Compile Include="Operators\Crossovers\DoubleValue\AverageDoubleValueCrossover.cs" />
|
---|
| 234 | <Compile Include="Operators\Crossovers\IntValue\AverageIntValueCrossover.cs" />
|
---|
| 235 | <Compile Include="Operators\Crossovers\IntValue\NormalIntValueCrossover.cs" />
|
---|
| 236 | <Compile Include="Operators\Crossovers\DoubleValue\NormalDoubleValueCrossover.cs" />
|
---|
| 237 | <Compile Include="Operators\Crossovers\DoubleValue\DiscreteDoubleValueCrossover.cs" />
|
---|
| 238 | <Compile Include="Operators\Crossovers\IntValue\DiscreteIntValueCrossover.cs" />
|
---|
[5111] | 239 | <Compile Include="Operators\Interfaces\IDoubleValueCrossover.cs" />
|
---|
| 240 | <Compile Include="Operators\Interfaces\IDoubleValueManipulator.cs" />
|
---|
| 241 | <Compile Include="Operators\Interfaces\IIntValueManipulator.cs" />
|
---|
[4981] | 242 | <Compile Include="Interfaces\IOptimizable.cs" />
|
---|
[4830] | 243 | <Compile Include="Interfaces\IParameterConfigurationCreator.cs" />
|
---|
| 244 | <Compile Include="Creators\RandomParameterConfigurationCreator.cs" />
|
---|
[5111] | 245 | <Compile Include="Encoding\Crossovers\ParameterConfigurationCrossover.cs" />
|
---|
[4830] | 246 | <Compile Include="Interfaces\IParameterConfigurationOperator.cs" />
|
---|
| 247 | <Compile Include="Interfaces\IRange.cs" />
|
---|
[5111] | 248 | <Compile Include="Interfaces\IParameterConfigurationEvaluator.cs" />
|
---|
[4516] | 249 | <Compile Include="Interfaces\IParameterConfiguration.cs" />
|
---|
[5111] | 250 | <Compile Include="Encoding\ParameterConfigurations\ParameterConfiguration.cs" />
|
---|
[4839] | 251 | <Compile Include="Interfaces\IValueConfiguration.cs" />
|
---|
[5111] | 252 | <Compile Include="Encoding\RangeConstraints\Range.cs" />
|
---|
[5009] | 253 | <Compile Include="Interfaces\IParameterConfigurationManipulator.cs" />
|
---|
[5303] | 254 | <Compile Include="Encoding\Manipulators\ParameterConfigurationAllPositionsManipulator.cs" />
|
---|
[5111] | 255 | <Compile Include="Operators\Interfaces\IIntValueCrossover.cs" />
|
---|
| 256 | <Compile Include="Operators\Interfaces\IValueManipulator.cs" />
|
---|
[6017] | 257 | <Compile Include="Operators\Manipulators\IntValue\NormalIntValueManipulator.cs" />
|
---|
| 258 | <Compile Include="Operators\Manipulators\IntValue\UniformIntValueManipulator.cs" />
|
---|
| 259 | <Compile Include="Operators\Manipulators\DoubleValue\UniformDoubleValueManipulator.cs" />
|
---|
| 260 | <Compile Include="Operators\Manipulators\DoubleValue\NormalDoubleValueManipulator.cs" />
|
---|
[4516] | 261 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 262 | <Compile Include="MetaOptimizationProblem.cs" />
|
---|
| 263 | </ItemGroup>
|
---|
| 264 | <ItemGroup>
|
---|
| 265 | <None Include="HeuristicLab.snk" />
|
---|
| 266 | </ItemGroup>
|
---|
[6017] | 267 | <ItemGroup>
|
---|
| 268 | <Folder Include="Operators\Crossovers\SymbolicExpressionGrammar\" />
|
---|
| 269 | </ItemGroup>
|
---|
[4516] | 270 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 271 | <PropertyGroup>
|
---|
| 272 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 273 | set ProjectDir=$(ProjectDir)
|
---|
| 274 | set SolutionDir=$(SolutionDir)
|
---|
[4982] | 275 | set Outdir=$(Outdir)
|
---|
| 276 |
|
---|
| 277 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4516] | 278 | </PropertyGroup>
|
---|
| 279 | <PropertyGroup>
|
---|
[6984] | 280 | <PostBuildEvent>
|
---|
| 281 | </PostBuildEvent>
|
---|
[4516] | 282 | </PropertyGroup>
|
---|
| 283 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 284 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 285 | <Target Name="BeforeBuild">
|
---|
| 286 | </Target>
|
---|
| 287 | <Target Name="AfterBuild">
|
---|
| 288 | </Target>
|
---|
| 289 | -->
|
---|
| 290 | </Project> |
---|