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