[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>
|
---|
[9792] | 135 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
[7915] | 136 | <HintPath>..\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
[9955] | 137 | <Private>False</Private>
|
---|
[6844] | 138 | </Reference>
|
---|
[8775] | 139 | <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3">
|
---|
| 140 | <HintPath>..\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>
|
---|
[9955] | 141 | <Private>False</Private>
|
---|
[8775] | 142 | </Reference>
|
---|
| 143 | <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3">
|
---|
| 144 | <HintPath>..\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>
|
---|
[9955] | 145 | <Private>False</Private>
|
---|
[8775] | 146 | </Reference>
|
---|
[9792] | 147 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
[7915] | 148 | <HintPath>..\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
[9955] | 149 | <Private>False</Private>
|
---|
[6844] | 150 | </Reference>
|
---|
[9792] | 151 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
[7915] | 152 | <HintPath>..\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
[9955] | 153 | <Private>False</Private>
|
---|
[6844] | 154 | </Reference>
|
---|
[9792] | 155 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
[7915] | 156 | <HintPath>..\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
[9955] | 157 | <Private>False</Private>
|
---|
[6844] | 158 | </Reference>
|
---|
[11514] | 159 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[7915] | 160 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[9955] | 161 | <Private>False</Private>
|
---|
[6844] | 162 | </Reference>
|
---|
[9792] | 163 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[7915] | 164 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[9955] | 165 | <Private>False</Private>
|
---|
[6844] | 166 | </Reference>
|
---|
[9792] | 167 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[7915] | 168 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[9955] | 169 | <Private>False</Private>
|
---|
[6844] | 170 | </Reference>
|
---|
[9792] | 171 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[7915] | 172 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[9955] | 173 | <Private>False</Private>
|
---|
[6844] | 174 | </Reference>
|
---|
[9792] | 175 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[7915] | 176 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[9955] | 177 | <Private>False</Private>
|
---|
[6844] | 178 | </Reference>
|
---|
[9792] | 179 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[7915] | 180 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[9955] | 181 | <Private>False</Private>
|
---|
[6844] | 182 | </Reference>
|
---|
[9792] | 183 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[9955] | 184 | <Private>False</Private>
|
---|
[7915] | 185 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 186 | </Reference>
|
---|
[9792] | 187 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[7915] | 188 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
[9955] | 189 | <Private>False</Private>
|
---|
[7915] | 190 | </Reference>
|
---|
[9792] | 191 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[7915] | 192 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[9955] | 193 | <Private>False</Private>
|
---|
[7915] | 194 | </Reference>
|
---|
[8757] | 195 | <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3">
|
---|
| 196 | <HintPath>..\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>
|
---|
[9955] | 197 | <Private>False</Private>
|
---|
[8757] | 198 | </Reference>
|
---|
[9792] | 199 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[7915] | 200 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
[9955] | 201 | <Private>False</Private>
|
---|
[7915] | 202 | </Reference>
|
---|
[9792] | 203 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[7915] | 204 | <HintPath>..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[9955] | 205 | <Private>False</Private>
|
---|
[7915] | 206 | </Reference>
|
---|
[9792] | 207 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[7915] | 208 | <HintPath>..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[9955] | 209 | <Private>False</Private>
|
---|
[7915] | 210 | </Reference>
|
---|
[9792] | 211 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[7915] | 212 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[9955] | 213 | <Private>False</Private>
|
---|
[7915] | 214 | </Reference>
|
---|
[9792] | 215 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[7915] | 216 | <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[9955] | 217 | <Private>False</Private>
|
---|
[7915] | 218 | </Reference>
|
---|
[9792] | 219 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[7915] | 220 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[9955] | 221 | <Private>False</Private>
|
---|
[7915] | 222 | </Reference>
|
---|
[11514] | 223 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
| 224 | <HintPath>..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 225 | <Private>False</Private>
|
---|
| 226 | </Reference>
|
---|
| 227 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
[11450] | 228 | <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
[11514] | 229 | <Private>False</Private>
|
---|
[11450] | 230 | </Reference>
|
---|
[9792] | 231 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
[7915] | 232 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
[9955] | 233 | <Private>False</Private>
|
---|
[7915] | 234 | </Reference>
|
---|
[9792] | 235 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[7915] | 236 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[9955] | 237 | <Private>False</Private>
|
---|
[7915] | 238 | </Reference>
|
---|
[9792] | 239 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[7915] | 240 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[9955] | 241 | <Private>False</Private>
|
---|
[7915] | 242 | </Reference>
|
---|
[9792] | 243 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[7915] | 244 | <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[9955] | 245 | <Private>False</Private>
|
---|
[7915] | 246 | </Reference>
|
---|
[9792] | 247 | <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
|
---|
[7915] | 248 | <HintPath>..\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
|
---|
[9955] | 249 | <Private>False</Private>
|
---|
[7915] | 250 | </Reference>
|
---|
[9792] | 251 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[7915] | 252 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[9955] | 253 | <Private>False</Private>
|
---|
[7915] | 254 | </Reference>
|
---|
[9792] | 255 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[7915] | 256 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[9955] | 257 | <Private>False</Private>
|
---|
[7915] | 258 | </Reference>
|
---|
[9792] | 259 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
[7915] | 260 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
[9955] | 261 | <Private>False</Private>
|
---|
[7915] | 262 | </Reference>
|
---|
[9792] | 263 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[7915] | 264 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[9955] | 265 | <Private>False</Private>
|
---|
[7915] | 266 | </Reference>
|
---|
[9792] | 267 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
|
---|
[8798] | 268 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
|
---|
[9955] | 269 | <Private>False</Private>
|
---|
[8798] | 270 | </Reference>
|
---|
[11514] | 271 | <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.3">
|
---|
[10983] | 272 | <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.3.dll</HintPath>
|
---|
[11514] | 273 | <Private>False</Private>
|
---|
[10983] | 274 | </Reference>
|
---|
[9792] | 275 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
[7915] | 276 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[9955] | 277 | <Private>False</Private>
|
---|
[7915] | 278 | </Reference>
|
---|
[9792] | 279 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
[7915] | 280 | <HintPath>..\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
[9955] | 281 | <Private>False</Private>
|
---|
[7915] | 282 | </Reference>
|
---|
[9792] | 283 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
[7915] | 284 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
[9955] | 285 | <Private>False</Private>
|
---|
[7915] | 286 | </Reference>
|
---|
[9792] | 287 | <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3">
|
---|
[7915] | 288 | <HintPath>..\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>
|
---|
[9955] | 289 | <Private>False</Private>
|
---|
[7915] | 290 | </Reference>
|
---|
[9792] | 291 | <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
|
---|
[7915] | 292 | <HintPath>..\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
|
---|
[9955] | 293 | <Private>False</Private>
|
---|
[7915] | 294 | </Reference>
|
---|
[9792] | 295 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3">
|
---|
[7915] | 296 | <HintPath>..\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
[9955] | 297 | <Private>False</Private>
|
---|
[7915] | 298 | </Reference>
|
---|
[9792] | 299 | <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4">
|
---|
[7915] | 300 | <HintPath>..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>
|
---|
[9955] | 301 | <Private>False</Private>
|
---|
[7915] | 302 | </Reference>
|
---|
[9792] | 303 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
[7915] | 304 | <HintPath>..\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
[9955] | 305 | <Private>False</Private>
|
---|
[7915] | 306 | </Reference>
|
---|
[8132] | 307 | <Reference Include="HeuristicLab.Problems.LawnMower-3.3">
|
---|
| 308 | <HintPath>..\bin\HeuristicLab.Problems.LawnMower-3.3.dll</HintPath>
|
---|
[9955] | 309 | <Private>False</Private>
|
---|
[8132] | 310 | </Reference>
|
---|
[9792] | 311 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
|
---|
[7915] | 312 | <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
[9955] | 313 | <Private>False</Private>
|
---|
[7915] | 314 | </Reference>
|
---|
[9792] | 315 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
[7915] | 316 | <HintPath>..\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
[9955] | 317 | <Private>False</Private>
|
---|
[7915] | 318 | </Reference>
|
---|
[8757] | 319 | <Reference Include="HeuristicLab.Problems.Scheduling-3.3">
|
---|
| 320 | <HintPath>..\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>
|
---|
[9955] | 321 | <Private>False</Private>
|
---|
[8757] | 322 | </Reference>
|
---|
[9792] | 323 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[7915] | 324 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[9955] | 325 | <Private>False</Private>
|
---|
[7915] | 326 | </Reference>
|
---|
[9792] | 327 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
[7915] | 328 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
[9955] | 329 | <Private>False</Private>
|
---|
[7915] | 330 | </Reference>
|
---|
[9792] | 331 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
[7915] | 332 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
[9955] | 333 | <Private>False</Private>
|
---|
[7915] | 334 | </Reference>
|
---|
[9792] | 335 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[7915] | 336 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[9955] | 337 | <Private>False</Private>
|
---|
[7915] | 338 | </Reference>
|
---|
[11514] | 339 | <Reference Include="HeuristicLab.Scripting-3.3">
|
---|
[11450] | 340 | <HintPath>..\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 341 | <Private>False</Private>
|
---|
| 342 | </Reference>
|
---|
[9792] | 343 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[7915] | 344 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[9955] | 345 | <Private>False</Private>
|
---|
[7915] | 346 | </Reference>
|
---|
[9792] | 347 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[7915] | 348 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[9955] | 349 | <Private>False</Private>
|
---|
[7915] | 350 | </Reference>
|
---|
[11514] | 351 | <Reference Include="LibSVM-3.12">
|
---|
| 352 | <HintPath>..\bin\LibSVM-3.12.dll</HintPath>
|
---|
| 353 | <Private>False</Private>
|
---|
| 354 | </Reference>
|
---|
[11287] | 355 | <Reference Include="Microsoft.CSharp" />
|
---|
[7050] | 356 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
[9806] | 357 | <Private>false</Private>
|
---|
[7050] | 358 | </Reference>
|
---|
[6844] | 359 | <Reference Include="System" />
|
---|
| 360 | <Reference Include="System.Core">
|
---|
| 361 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 362 | </Reference>
|
---|
| 363 | <Reference Include="System.Drawing" />
|
---|
| 364 | <Reference Include="System.Runtime.Serialization" />
|
---|
[11450] | 365 | <Reference Include="System.Windows.Forms" />
|
---|
[6844] | 366 | </ItemGroup>
|
---|
| 367 | <ItemGroup>
|
---|
| 368 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 369 | <Visible>False</Visible>
|
---|
| 370 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 371 | </ItemGroup>
|
---|
| 372 | <ItemGroup>
|
---|
[11514] | 373 | <Compile Include="AssemblyInitializer.cs" />
|
---|
[6844] | 374 | <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
|
---|
| 375 | <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
|
---|
| 376 | <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
|
---|
| 377 | <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
|
---|
[6891] | 378 | <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
|
---|
[6844] | 379 | <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
|
---|
[7519] | 380 | <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
|
---|
[9955] | 381 | <Compile Include="HeuristicLab-3.3\NamedItemTest.cs" />
|
---|
| 382 | <Compile Include="HeuristicLab-3.3\ParameterVisibilityTest.cs" />
|
---|
[6844] | 383 | <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
|
---|
| 384 | <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
|
---|
[11450] | 385 | <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
|
---|
| 386 | <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
|
---|
| 387 | <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
|
---|
| 388 | <Compile Include="HeuristicLab-3.3\Samples\GeSymbolicRegressionSampleTest.cs" />
|
---|
| 389 | <Compile Include="HeuristicLab-3.3\Samples\GPArtificialAntSampleTest.cs" />
|
---|
| 390 | <Compile Include="HeuristicLab-3.3\Samples\GPLawnMowerSampleTest.cs" />
|
---|
| 391 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicClassificationSampleTest.cs" />
|
---|
| 392 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleTest.cs" />
|
---|
[11091] | 393 | <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
|
---|
[11051] | 394 | <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
|
---|
[11450] | 395 | <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
|
---|
| 396 | <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs" />
|
---|
| 397 | <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
|
---|
[11051] | 398 | <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
|
---|
[11450] | 399 | <Compile Include="HeuristicLab-3.3\Samples\GATspSampleTest.cs" />
|
---|
| 400 | <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
|
---|
| 401 | <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
|
---|
| 402 | <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
|
---|
| 403 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
|
---|
| 404 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
|
---|
| 405 | <Compile Include="HeuristicLab-3.3\Samples\VnsTspSampleTest.cs" />
|
---|
[6844] | 406 | <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
|
---|
| 407 | <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
|
---|
[7915] | 408 | <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
|
---|
[9955] | 409 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
|
---|
[8463] | 410 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessModelTest.cs" />
|
---|
[8439] | 411 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessFunctionsTest.cs" />
|
---|
[8463] | 412 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessRegressionTest.cs" />
|
---|
[6844] | 413 | <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
|
---|
[9000] | 414 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalDictionaryTest.cs" />
|
---|
| 415 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" />
|
---|
[8611] | 416 | <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" />
|
---|
[6844] | 417 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 418 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
|
---|
| 419 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 420 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
|
---|
| 421 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
|
---|
| 422 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
|
---|
| 423 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 424 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 425 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 426 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
| 427 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
|
---|
| 428 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
|
---|
| 429 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
|
---|
| 430 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
|
---|
| 431 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
|
---|
| 432 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
|
---|
| 433 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
|
---|
| 434 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
|
---|
| 435 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
|
---|
| 436 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
|
---|
| 437 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
|
---|
| 438 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
|
---|
| 439 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
|
---|
| 440 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
|
---|
| 441 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
|
---|
| 442 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
|
---|
| 443 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
|
---|
| 444 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
|
---|
| 445 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
|
---|
| 446 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
|
---|
| 447 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 448 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
|
---|
| 449 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
|
---|
| 450 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 451 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
|
---|
| 452 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
|
---|
| 453 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
|
---|
| 454 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
|
---|
| 455 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
|
---|
| 456 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
|
---|
| 457 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
|
---|
| 458 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
|
---|
| 459 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 460 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
[8757] | 461 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\DirectScheduleGTCrossoverTest.cs" />
|
---|
| 462 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMJOXCrossoverTest.cs" />
|
---|
| 463 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMShiftChangeManipulatorTest.cs" />
|
---|
| 464 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMSXXCrossoverTest.cs" />
|
---|
| 465 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRGOXCrossoverTest.cs" />
|
---|
| 466 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRPPXCrossoverTest.cs" />
|
---|
| 467 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\TestUtils.cs" />
|
---|
[6844] | 468 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
|
---|
| 469 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
|
---|
| 470 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
|
---|
| 471 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
|
---|
| 472 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
|
---|
[6888] | 473 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
|
---|
[6844] | 474 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
|
---|
[6888] | 475 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
|
---|
[6844] | 476 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
|
---|
| 477 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
|
---|
| 478 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
|
---|
| 479 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
|
---|
| 480 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
|
---|
| 481 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
|
---|
| 482 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
|
---|
[7917] | 483 | <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
|
---|
| 484 | <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
|
---|
[6844] | 485 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
|
---|
[9782] | 486 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
|
---|
[8638] | 487 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ThresholdCalculatorsTest.cs" />
|
---|
[6844] | 488 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
|
---|
| 489 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
|
---|
[8798] | 490 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 491 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\Util.cs" />
|
---|
[7870] | 492 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\RegressionInstanceProviderTest.cs" />
|
---|
| 493 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\TableFileParserTest.cs" />
|
---|
[7508] | 494 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
|
---|
[6844] | 495 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 496 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
|
---|
| 497 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
|
---|
[7560] | 498 | <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
|
---|
| 499 | <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
|
---|
| 500 | <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
|
---|
| 501 | <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
|
---|
[7870] | 502 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
|
---|
[6844] | 503 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
|
---|
| 504 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
|
---|
| 505 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
|
---|
| 506 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
|
---|
| 507 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
|
---|
| 508 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
|
---|
| 509 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
|
---|
| 510 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
|
---|
| 511 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
|
---|
| 512 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
|
---|
| 513 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
|
---|
| 514 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
|
---|
| 515 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
|
---|
[7743] | 516 | <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
|
---|
[7873] | 517 | <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
|
---|
[10652] | 518 | <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
|
---|
[10465] | 519 | <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
|
---|
[11514] | 520 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GAQAPScriptTest.cs" />
|
---|
| 521 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GridSearchRFClassificationScriptTest.cs" />
|
---|
| 522 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GridSearchRFRegressionScriptTest.cs" />
|
---|
| 523 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GridSearchSVMClassificationScriptTest.cs" />
|
---|
| 524 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GridSearchSVMRegressionScriptTest.cs" />
|
---|
| 525 | <Compile Include="HeuristicLab.Scripting-3.3\ScriptingUtils.cs" />
|
---|
| 526 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\GUIAutomationScriptTest.cs" />
|
---|
| 527 | <Compile Include="HeuristicLab.Scripting-3.3\Scripts\OSGARastriginScriptTest.cs" />
|
---|
[6844] | 528 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[11514] | 529 | <Compile Include="Test Resources\Script Sources\GridSearch_RF_Classification_Script.cs">
|
---|
| 530 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 531 | </Compile>
|
---|
| 532 | <Compile Include="Test Resources\Script Sources\GridSearch_RF_Regression_Script.cs">
|
---|
| 533 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 534 | </Compile>
|
---|
| 535 | <Compile Include="Test Resources\Script Sources\GridSearch_SVM_Classification_Script.cs">
|
---|
| 536 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 537 | </Compile>
|
---|
| 538 | <Compile Include="Test Resources\Script Sources\GridSearch_SVM_Regression_Script.cs">
|
---|
| 539 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 540 | </Compile>
|
---|
| 541 | <Compile Include="Test Resources\Script Sources\GA_QAP_Script.cs">
|
---|
| 542 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 543 | </Compile>
|
---|
| 544 | <Compile Include="Test Resources\Script Sources\OSGA_Rastrigin_Script.cs">
|
---|
| 545 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 546 | </Compile>
|
---|
| 547 | <Compile Include="Test Resources\Script Sources\GUI_Automation_Script.cs">
|
---|
| 548 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 549 | </Compile>
|
---|
[6891] | 550 | <Compile Include="TestRandom.cs" />
|
---|
[6844] | 551 | </ItemGroup>
|
---|
| 552 | <ItemGroup>
|
---|
| 553 | <None Include="app.config" />
|
---|
[7900] | 554 | <None Include="Builder.testsettings">
|
---|
| 555 | <SubType>Designer</SubType>
|
---|
| 556 | </None>
|
---|
[9955] | 557 | <None Include="HeuristicLab.snk" />
|
---|
| 558 | <None Include="Test Resources\GA_SymbReg.hl">
|
---|
| 559 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 560 | </None>
|
---|
[9955] | 561 | <None Include="Test Resources\GA_TSP.hl">
|
---|
| 562 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 563 | </None>
|
---|
[11051] | 564 | <None Include="Test Resources\Multiplexer11.csv">
|
---|
| 565 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 566 | </None>
|
---|
[9955] | 567 | <None Include="Test Resources\SamplesExperimentFinished.hl">
|
---|
| 568 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 569 | </None>
|
---|
[6911] | 570 | <Shadow Include="Test References\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.accessor" />
|
---|
[6844] | 571 | <Shadow Include="Test References\HeuristicLab.PluginInfrastructure-3.3.accessor" />
|
---|
| 572 | <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
|
---|
| 573 | <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" />
|
---|
| 574 | <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" />
|
---|
| 575 | <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor" />
|
---|
| 576 | <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
|
---|
| 577 | <Shadow Include="Test References\HeuristicLab.Problems.TestFunctions-3.3.accessor" />
|
---|
| 578 | </ItemGroup>
|
---|
| 579 | <ItemGroup>
|
---|
[9955] | 580 | <Content Include="Test Resources\C101.opt.txt">
|
---|
| 581 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 582 | </Content>
|
---|
[9955] | 583 | <Content Include="Test Resources\C101.txt">
|
---|
| 584 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 585 | </Content>
|
---|
[9955] | 586 | <Content Include="Test Resources\co2.txt">
|
---|
| 587 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 588 | </Content>
|
---|
[6844] | 589 | </ItemGroup>
|
---|
[11466] | 590 | <ItemGroup />
|
---|
[6844] | 591 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 592 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 593 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 594 | <Target Name="BeforeBuild">
|
---|
| 595 | </Target>
|
---|
| 596 | <Target Name="AfterBuild">
|
---|
| 597 | </Target>
|
---|
| 598 | -->
|
---|
| 599 | </Project> |
---|