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