[6844] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>
|
---|
| 7 | </ProductVersion>
|
---|
| 8 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 9 | <ProjectGuid>{B62872C1-6752-4758-9823-751A2D28C388}</ProjectGuid>
|
---|
| 10 | <OutputType>Library</OutputType>
|
---|
| 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 12 | <RootNamespace>HeuristicLab.Tests</RootNamespace>
|
---|
| 13 | <AssemblyName>HeuristicLab.Tests</AssemblyName>
|
---|
| 14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 15 | <FileAlignment>512</FileAlignment>
|
---|
| 16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
[9959] | 22 | <OutputPath>..\bin\</OutputPath>
|
---|
[6844] | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[9955] | 30 | <OutputPath>..\bin\</OutputPath>
|
---|
[6844] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <SignAssembly>true</SignAssembly>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 40 | </PropertyGroup>
|
---|
[6882] | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
[9978] | 43 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <DebugType>full</DebugType>
|
---|
| 46 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 47 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 48 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 49 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 50 | <ErrorReport>prompt</ErrorReport>
|
---|
| 51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 52 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 54 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 55 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[9978] | 58 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 59 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 60 | <Optimize>true</Optimize>
|
---|
| 61 | <DebugType>pdbonly</DebugType>
|
---|
| 62 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 63 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 64 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 65 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 68 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 69 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 70 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 72 | </PropertyGroup>
|
---|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 74 | <DebugSymbols>true</DebugSymbols>
|
---|
[9978] | 75 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <DebugType>full</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 80 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 81 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
| 83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 84 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 85 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 86 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 88 | </PropertyGroup>
|
---|
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[9978] | 90 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 91 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 92 | <Optimize>true</Optimize>
|
---|
| 93 | <DebugType>pdbonly</DebugType>
|
---|
| 94 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 95 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 96 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 97 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 98 | <ErrorReport>prompt</ErrorReport>
|
---|
| 99 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 100 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 101 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 102 | </PropertyGroup>
|
---|
[6844] | 103 | <ItemGroup>
|
---|
[9288] | 104 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 105 | <HintPath>..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[9955] | 106 | <Private>False</Private>
|
---|
[6844] | 107 | </Reference>
|
---|
[9792] | 108 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
[7915] | 109 | <HintPath>..\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
[9955] | 110 | <Private>False</Private>
|
---|
[6844] | 111 | </Reference>
|
---|
[9792] | 112 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
[7915] | 113 | <HintPath>..\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
[9955] | 114 | <Private>False</Private>
|
---|
[6844] | 115 | </Reference>
|
---|
[9792] | 116 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[7915] | 117 | <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
[9955] | 118 | <Private>False</Private>
|
---|
[6844] | 119 | </Reference>
|
---|
[9792] | 120 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
[7915] | 121 | <HintPath>..\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
[9955] | 122 | <Private>False</Private>
|
---|
[6844] | 123 | </Reference>
|
---|
[10983] | 124 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 125 | <SpecificVersion>False</SpecificVersion>
|
---|
| 126 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 127 | </Reference>
|
---|
[9792] | 128 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
[7915] | 129 | <HintPath>..\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
[9955] | 130 | <Private>False</Private>
|
---|
[6844] | 131 | </Reference>
|
---|
[8775] | 132 | <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3">
|
---|
| 133 | <HintPath>..\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>
|
---|
[9955] | 134 | <Private>False</Private>
|
---|
[8775] | 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3">
|
---|
| 137 | <HintPath>..\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>
|
---|
[9955] | 138 | <Private>False</Private>
|
---|
[8775] | 139 | </Reference>
|
---|
[9792] | 140 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
[7915] | 141 | <HintPath>..\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
[9955] | 142 | <Private>False</Private>
|
---|
[6844] | 143 | </Reference>
|
---|
[9792] | 144 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
[7915] | 145 | <HintPath>..\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
[9955] | 146 | <Private>False</Private>
|
---|
[6844] | 147 | </Reference>
|
---|
[9792] | 148 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
[7915] | 149 | <HintPath>..\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
[9955] | 150 | <Private>False</Private>
|
---|
[6844] | 151 | </Reference>
|
---|
[9792] | 152 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0">
|
---|
[7915] | 153 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[9955] | 154 | <Private>False</Private>
|
---|
[6844] | 155 | </Reference>
|
---|
[9792] | 156 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[7915] | 157 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[9955] | 158 | <Private>False</Private>
|
---|
[6844] | 159 | </Reference>
|
---|
[9792] | 160 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[7915] | 161 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[9955] | 162 | <Private>False</Private>
|
---|
[6844] | 163 | </Reference>
|
---|
[9792] | 164 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[7915] | 165 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[9955] | 166 | <Private>False</Private>
|
---|
[6844] | 167 | </Reference>
|
---|
[9792] | 168 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[7915] | 169 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[9955] | 170 | <Private>False</Private>
|
---|
[6844] | 171 | </Reference>
|
---|
[9792] | 172 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[7915] | 173 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[9955] | 174 | <Private>False</Private>
|
---|
[6844] | 175 | </Reference>
|
---|
[9792] | 176 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[9955] | 177 | <Private>False</Private>
|
---|
[7915] | 178 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 179 | </Reference>
|
---|
[9792] | 180 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[7915] | 181 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
[9955] | 182 | <Private>False</Private>
|
---|
[7915] | 183 | </Reference>
|
---|
[9792] | 184 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[7915] | 185 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[9955] | 186 | <Private>False</Private>
|
---|
[7915] | 187 | </Reference>
|
---|
[8757] | 188 | <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3">
|
---|
| 189 | <HintPath>..\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>
|
---|
[9955] | 190 | <Private>False</Private>
|
---|
[8757] | 191 | </Reference>
|
---|
[9792] | 192 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[7915] | 193 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
[9955] | 194 | <Private>False</Private>
|
---|
[7915] | 195 | </Reference>
|
---|
[9792] | 196 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[7915] | 197 | <HintPath>..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[9955] | 198 | <Private>False</Private>
|
---|
[7915] | 199 | </Reference>
|
---|
[9792] | 200 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[7915] | 201 | <HintPath>..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[9955] | 202 | <Private>False</Private>
|
---|
[7915] | 203 | </Reference>
|
---|
[9792] | 204 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[7915] | 205 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[9955] | 206 | <Private>False</Private>
|
---|
[7915] | 207 | </Reference>
|
---|
[9792] | 208 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[7915] | 209 | <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[9955] | 210 | <Private>False</Private>
|
---|
[7915] | 211 | </Reference>
|
---|
[9792] | 212 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[7915] | 213 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[9955] | 214 | <Private>False</Private>
|
---|
[7915] | 215 | </Reference>
|
---|
[11450] | 216 | <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 217 | <SpecificVersion>False</SpecificVersion>
|
---|
| 218 | <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
| 219 | <Private>True</Private>
|
---|
| 220 | </Reference>
|
---|
[9792] | 221 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
[7915] | 222 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
[9955] | 223 | <Private>False</Private>
|
---|
[7915] | 224 | </Reference>
|
---|
[9792] | 225 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[7915] | 226 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[9955] | 227 | <Private>False</Private>
|
---|
[7915] | 228 | </Reference>
|
---|
[9792] | 229 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[7915] | 230 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[9955] | 231 | <Private>False</Private>
|
---|
[7915] | 232 | </Reference>
|
---|
[9792] | 233 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[7915] | 234 | <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[9955] | 235 | <Private>False</Private>
|
---|
[7915] | 236 | </Reference>
|
---|
[9792] | 237 | <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
|
---|
[7915] | 238 | <HintPath>..\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
|
---|
[9955] | 239 | <Private>False</Private>
|
---|
[7915] | 240 | </Reference>
|
---|
[9792] | 241 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[7915] | 242 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[9955] | 243 | <Private>False</Private>
|
---|
[7915] | 244 | </Reference>
|
---|
[9792] | 245 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[7915] | 246 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[9955] | 247 | <Private>False</Private>
|
---|
[7915] | 248 | </Reference>
|
---|
[9792] | 249 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
[7915] | 250 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
[9955] | 251 | <Private>False</Private>
|
---|
[7915] | 252 | </Reference>
|
---|
[9792] | 253 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[7915] | 254 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[9955] | 255 | <Private>False</Private>
|
---|
[7915] | 256 | </Reference>
|
---|
[9792] | 257 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
|
---|
[8798] | 258 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
|
---|
[9955] | 259 | <Private>False</Private>
|
---|
[8798] | 260 | </Reference>
|
---|
[10983] | 261 | <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 262 | <SpecificVersion>False</SpecificVersion>
|
---|
| 263 | <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.3.dll</HintPath>
|
---|
| 264 | </Reference>
|
---|
[9792] | 265 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
[7915] | 266 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[9955] | 267 | <Private>False</Private>
|
---|
[7915] | 268 | </Reference>
|
---|
[9792] | 269 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
[7915] | 270 | <HintPath>..\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
[9955] | 271 | <Private>False</Private>
|
---|
[7915] | 272 | </Reference>
|
---|
[9792] | 273 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
[7915] | 274 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
[9955] | 275 | <Private>False</Private>
|
---|
[7915] | 276 | </Reference>
|
---|
[9792] | 277 | <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3">
|
---|
[7915] | 278 | <HintPath>..\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>
|
---|
[9955] | 279 | <Private>False</Private>
|
---|
[7915] | 280 | </Reference>
|
---|
[9792] | 281 | <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
|
---|
[7915] | 282 | <HintPath>..\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
|
---|
[9955] | 283 | <Private>False</Private>
|
---|
[7915] | 284 | </Reference>
|
---|
[9792] | 285 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3">
|
---|
[7915] | 286 | <HintPath>..\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
[9955] | 287 | <Private>False</Private>
|
---|
[7915] | 288 | </Reference>
|
---|
[9792] | 289 | <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4">
|
---|
[7915] | 290 | <HintPath>..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>
|
---|
[9955] | 291 | <Private>False</Private>
|
---|
[7915] | 292 | </Reference>
|
---|
[9792] | 293 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
[7915] | 294 | <HintPath>..\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
[9955] | 295 | <Private>False</Private>
|
---|
[7915] | 296 | </Reference>
|
---|
[8132] | 297 | <Reference Include="HeuristicLab.Problems.LawnMower-3.3">
|
---|
| 298 | <HintPath>..\bin\HeuristicLab.Problems.LawnMower-3.3.dll</HintPath>
|
---|
[9955] | 299 | <Private>False</Private>
|
---|
[8132] | 300 | </Reference>
|
---|
[9792] | 301 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
|
---|
[7915] | 302 | <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
[9955] | 303 | <Private>False</Private>
|
---|
[7915] | 304 | </Reference>
|
---|
[9792] | 305 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
[7915] | 306 | <HintPath>..\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
[9955] | 307 | <Private>False</Private>
|
---|
[7915] | 308 | </Reference>
|
---|
[8757] | 309 | <Reference Include="HeuristicLab.Problems.Scheduling-3.3">
|
---|
| 310 | <HintPath>..\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>
|
---|
[9955] | 311 | <Private>False</Private>
|
---|
[8757] | 312 | </Reference>
|
---|
[9792] | 313 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[7915] | 314 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[9955] | 315 | <Private>False</Private>
|
---|
[7915] | 316 | </Reference>
|
---|
[9792] | 317 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
[7915] | 318 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
[9955] | 319 | <Private>False</Private>
|
---|
[7915] | 320 | </Reference>
|
---|
[9792] | 321 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
[7915] | 322 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
[9955] | 323 | <Private>False</Private>
|
---|
[7915] | 324 | </Reference>
|
---|
[9792] | 325 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[7915] | 326 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[9955] | 327 | <Private>False</Private>
|
---|
[7915] | 328 | </Reference>
|
---|
[11450] | 329 | <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 330 | <SpecificVersion>False</SpecificVersion>
|
---|
| 331 | <HintPath>..\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 332 | <Private>False</Private>
|
---|
| 333 | </Reference>
|
---|
[9792] | 334 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[7915] | 335 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[9955] | 336 | <Private>False</Private>
|
---|
[7915] | 337 | </Reference>
|
---|
[9792] | 338 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[7915] | 339 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[9955] | 340 | <Private>False</Private>
|
---|
[7915] | 341 | </Reference>
|
---|
[11287] | 342 | <Reference Include="Microsoft.CSharp" />
|
---|
[7050] | 343 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
[9806] | 344 | <Private>false</Private>
|
---|
[7050] | 345 | </Reference>
|
---|
[6844] | 346 | <Reference Include="System" />
|
---|
| 347 | <Reference Include="System.Core">
|
---|
| 348 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 349 | </Reference>
|
---|
| 350 | <Reference Include="System.Drawing" />
|
---|
| 351 | <Reference Include="System.Runtime.Serialization" />
|
---|
[11450] | 352 | <Reference Include="System.Windows.Forms" />
|
---|
[6844] | 353 | </ItemGroup>
|
---|
| 354 | <ItemGroup>
|
---|
| 355 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 356 | <Visible>False</Visible>
|
---|
| 357 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 358 | </ItemGroup>
|
---|
| 359 | <ItemGroup>
|
---|
| 360 | <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
|
---|
| 361 | <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
|
---|
| 362 | <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
|
---|
| 363 | <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
|
---|
[6891] | 364 | <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
|
---|
[6844] | 365 | <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
|
---|
[7519] | 366 | <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
|
---|
[9955] | 367 | <Compile Include="HeuristicLab-3.3\NamedItemTest.cs" />
|
---|
| 368 | <Compile Include="HeuristicLab-3.3\ParameterVisibilityTest.cs" />
|
---|
[6844] | 369 | <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
|
---|
| 370 | <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
|
---|
[11450] | 371 | <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
|
---|
| 372 | <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
|
---|
| 373 | <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
|
---|
| 374 | <Compile Include="HeuristicLab-3.3\Samples\GeSymbolicRegressionSampleTest.cs" />
|
---|
| 375 | <Compile Include="HeuristicLab-3.3\Samples\GPArtificialAntSampleTest.cs" />
|
---|
| 376 | <Compile Include="HeuristicLab-3.3\Samples\GPLawnMowerSampleTest.cs" />
|
---|
| 377 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicClassificationSampleTest.cs" />
|
---|
| 378 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleTest.cs" />
|
---|
[11091] | 379 | <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
|
---|
[11051] | 380 | <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
|
---|
[11450] | 381 | <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
|
---|
| 382 | <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs" />
|
---|
| 383 | <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
|
---|
[11051] | 384 | <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
|
---|
[11450] | 385 | <Compile Include="HeuristicLab-3.3\Samples\GATspSampleTest.cs" />
|
---|
| 386 | <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
|
---|
| 387 | <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
|
---|
| 388 | <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
|
---|
| 389 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
|
---|
| 390 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
|
---|
| 391 | <Compile Include="HeuristicLab-3.3\Samples\VnsTspSampleTest.cs" />
|
---|
[6844] | 392 | <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
|
---|
| 393 | <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
|
---|
[7915] | 394 | <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
|
---|
[9955] | 395 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
|
---|
[8463] | 396 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessModelTest.cs" />
|
---|
[8439] | 397 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessFunctionsTest.cs" />
|
---|
[8463] | 398 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessRegressionTest.cs" />
|
---|
[6844] | 399 | <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
|
---|
[9000] | 400 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalDictionaryTest.cs" />
|
---|
| 401 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" />
|
---|
[8611] | 402 | <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" />
|
---|
[6844] | 403 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 404 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
|
---|
| 405 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 406 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
|
---|
| 407 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
|
---|
| 408 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
|
---|
| 409 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 410 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 411 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 412 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
| 413 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
|
---|
| 414 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
|
---|
| 415 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
|
---|
| 416 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
|
---|
| 417 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
|
---|
| 418 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
|
---|
| 419 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
|
---|
| 420 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
|
---|
| 421 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
|
---|
| 422 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
|
---|
| 423 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
|
---|
| 424 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
|
---|
| 425 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
|
---|
| 426 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
|
---|
| 427 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
|
---|
| 428 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
|
---|
| 429 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
|
---|
| 430 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
|
---|
| 431 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
|
---|
| 432 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
|
---|
| 433 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 434 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
|
---|
| 435 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
|
---|
| 436 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 437 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
|
---|
| 438 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
|
---|
| 439 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
|
---|
| 440 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
|
---|
| 441 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
|
---|
| 442 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
|
---|
| 443 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
|
---|
| 444 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
|
---|
| 445 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 446 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
[8757] | 447 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\DirectScheduleGTCrossoverTest.cs" />
|
---|
| 448 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMJOXCrossoverTest.cs" />
|
---|
| 449 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMShiftChangeManipulatorTest.cs" />
|
---|
| 450 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMSXXCrossoverTest.cs" />
|
---|
| 451 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRGOXCrossoverTest.cs" />
|
---|
| 452 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRPPXCrossoverTest.cs" />
|
---|
| 453 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\TestUtils.cs" />
|
---|
[6844] | 454 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
|
---|
| 455 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
|
---|
| 456 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
|
---|
| 457 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
|
---|
| 458 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
|
---|
[6888] | 459 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
|
---|
[6844] | 460 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
|
---|
[6888] | 461 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
|
---|
[6844] | 462 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
|
---|
| 463 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
|
---|
| 464 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
|
---|
| 465 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
|
---|
| 466 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
|
---|
| 467 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
|
---|
| 468 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
|
---|
[7917] | 469 | <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
|
---|
| 470 | <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
|
---|
[6844] | 471 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
|
---|
[9782] | 472 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
|
---|
[8638] | 473 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ThresholdCalculatorsTest.cs" />
|
---|
[6844] | 474 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
|
---|
| 475 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
|
---|
[8798] | 476 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 477 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\Util.cs" />
|
---|
[7870] | 478 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\RegressionInstanceProviderTest.cs" />
|
---|
| 479 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\TableFileParserTest.cs" />
|
---|
[7508] | 480 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
|
---|
[6844] | 481 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 482 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
|
---|
| 483 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
|
---|
[7560] | 484 | <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
|
---|
| 485 | <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
|
---|
| 486 | <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
|
---|
| 487 | <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
|
---|
[7870] | 488 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
|
---|
[6844] | 489 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
|
---|
| 490 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
|
---|
| 491 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
|
---|
| 492 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
|
---|
| 493 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
|
---|
| 494 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
|
---|
| 495 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
|
---|
| 496 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
|
---|
| 497 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
|
---|
| 498 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
|
---|
| 499 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
|
---|
| 500 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
|
---|
| 501 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
|
---|
[7743] | 502 | <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
|
---|
[7873] | 503 | <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
|
---|
[10652] | 504 | <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
|
---|
[10465] | 505 | <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
|
---|
[11466] | 506 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchScriptTest.cs" />
|
---|
[6844] | 507 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6891] | 508 | <Compile Include="TestRandom.cs" />
|
---|
[6844] | 509 | </ItemGroup>
|
---|
| 510 | <ItemGroup>
|
---|
| 511 | <None Include="app.config" />
|
---|
[7900] | 512 | <None Include="Builder.testsettings">
|
---|
| 513 | <SubType>Designer</SubType>
|
---|
| 514 | </None>
|
---|
[9955] | 515 | <None Include="HeuristicLab.snk" />
|
---|
| 516 | <None Include="Test Resources\GA_SymbReg.hl">
|
---|
| 517 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 518 | </None>
|
---|
[9955] | 519 | <None Include="Test Resources\GA_TSP.hl">
|
---|
| 520 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 521 | </None>
|
---|
[11051] | 522 | <None Include="Test Resources\Multiplexer11.csv">
|
---|
| 523 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 524 | </None>
|
---|
[9955] | 525 | <None Include="Test Resources\SamplesExperimentFinished.hl">
|
---|
| 526 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 527 | </None>
|
---|
[6911] | 528 | <Shadow Include="Test References\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.accessor" />
|
---|
[6844] | 529 | <Shadow Include="Test References\HeuristicLab.PluginInfrastructure-3.3.accessor" />
|
---|
| 530 | <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
|
---|
| 531 | <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" />
|
---|
| 532 | <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" />
|
---|
| 533 | <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor" />
|
---|
| 534 | <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
|
---|
| 535 | <Shadow Include="Test References\HeuristicLab.Problems.TestFunctions-3.3.accessor" />
|
---|
| 536 | </ItemGroup>
|
---|
| 537 | <ItemGroup>
|
---|
[9955] | 538 | <Content Include="Test Resources\C101.opt.txt">
|
---|
| 539 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 540 | </Content>
|
---|
[9955] | 541 | <Content Include="Test Resources\C101.txt">
|
---|
| 542 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 543 | </Content>
|
---|
[9955] | 544 | <Content Include="Test Resources\co2.txt">
|
---|
| 545 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 546 | </Content>
|
---|
[6844] | 547 | </ItemGroup>
|
---|
[11466] | 548 | <ItemGroup />
|
---|
[6844] | 549 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 550 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 551 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 552 | <Target Name="BeforeBuild">
|
---|
| 553 | </Target>
|
---|
| 554 | <Target Name="AfterBuild">
|
---|
| 555 | </Target>
|
---|
| 556 | -->
|
---|
| 557 | </Project> |
---|