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