[4997] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16574] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[4997] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{0E232F46-FD0B-4FEA-8C22-AF18DE0D151E}</ProjectGuid>
|
---|
| 9 | <OutputType>Exe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.MetaOptimization.Test</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.MetaOptimization.Test</AssemblyName>
|
---|
[16574] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[4997] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
| 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 19 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 20 | <DebugSymbols>true</DebugSymbols>
|
---|
| 21 | <DebugType>full</DebugType>
|
---|
| 22 | <Optimize>false</Optimize>
|
---|
| 23 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <ErrorReport>prompt</ErrorReport>
|
---|
| 26 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4997] | 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 30 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 31 | <DebugType>pdbonly</DebugType>
|
---|
| 32 | <Optimize>true</Optimize>
|
---|
| 33 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 34 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 37 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4997] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
| 40 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 41 | <OutputPath>bin\Debug\</OutputPath>
|
---|
[11627] | 42 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4997] | 43 | </PropertyGroup>
|
---|
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
---|
| 45 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 46 | <OutputPath>bin\Release\</OutputPath>
|
---|
[11627] | 47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4997] | 48 | </PropertyGroup>
|
---|
| 49 | <ItemGroup>
|
---|
| 50 | <Reference Include="ALGLIB-3.1.0">
|
---|
[15741] | 51 | <HintPath>..\..\..\trunk\bin\ALGLIB-3.1.0.dll</HintPath>
|
---|
[4997] | 52 | </Reference>
|
---|
| 53 | <Reference Include="Google.ProtocolBuffers-0.9.1">
|
---|
[15741] | 54 | <HintPath>..\..\..\trunk\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
|
---|
[4997] | 55 | </Reference>
|
---|
| 56 | <Reference Include="HeuristicLab.ALGLIB-3.1.0">
|
---|
[15741] | 57 | <HintPath>..\..\..\trunk\bin\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
|
---|
[4997] | 58 | </Reference>
|
---|
[5927] | 59 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
[15741] | 60 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
[4997] | 61 | </Reference>
|
---|
[5927] | 62 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
|
---|
[15741] | 63 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
|
---|
[4997] | 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
[15741] | 66 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
[4997] | 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[15741] | 69 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
[4997] | 70 | </Reference>
|
---|
| 71 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
[15741] | 72 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
[4997] | 73 | </Reference>
|
---|
[9987] | 74 | <Reference Include="HeuristicLab.Algorithms.NSGA2-3.3">
|
---|
[15741] | 75 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.NSGA2-3.3.dll</HintPath>
|
---|
[5927] | 76 | </Reference>
|
---|
[4997] | 77 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
|
---|
[15741] | 78 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
[4997] | 79 | </Reference>
|
---|
[9987] | 80 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
[15741] | 81 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
[5927] | 82 | </Reference>
|
---|
[4997] | 83 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
[15741] | 84 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
[4997] | 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
[15741] | 87 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
[4997] | 88 | </Reference>
|
---|
[5927] | 89 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
[15741] | 90 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
[5927] | 91 | </Reference>
|
---|
[4997] | 92 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[15741] | 93 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[4997] | 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Analysis.Views-3.3">
|
---|
[15741] | 96 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
|
---|
[4997] | 97 | </Reference>
|
---|
| 98 | <Reference Include="HeuristicLab.Clients.Common-3.3">
|
---|
[15741] | 99 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
|
---|
[4997] | 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.CodeEditor-3.3">
|
---|
[15741] | 102 | <HintPath>..\..\..\trunk\bin\HeuristicLab.CodeEditor-3.3.dll</HintPath>
|
---|
[4997] | 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[15741] | 105 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[4997] | 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[15741] | 108 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[4997] | 109 | </Reference>
|
---|
| 110 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[15741] | 111 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[4997] | 112 | </Reference>
|
---|
| 113 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[15741] | 114 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[4997] | 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
[15741] | 117 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[4997] | 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[15741] | 120 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[4997] | 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
[15741] | 123 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
[4997] | 124 | </Reference>
|
---|
[9987] | 125 | <Reference Include="HeuristicLab.DebugEngine-3.3">
|
---|
[15741] | 126 | <HintPath>..\..\..\trunk\bin\HeuristicLab.DebugEngine-3.3.dll</HintPath>
|
---|
[5927] | 127 | </Reference>
|
---|
[4997] | 128 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[15741] | 129 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[4997] | 130 | </Reference>
|
---|
[5023] | 131 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[15741] | 132 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
[4997] | 133 | </Reference>
|
---|
| 134 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[15741] | 135 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
[4997] | 136 | </Reference>
|
---|
| 137 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
|
---|
[15741] | 138 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
|
---|
[4997] | 139 | </Reference>
|
---|
[5023] | 140 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[15741] | 141 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[4997] | 142 | </Reference>
|
---|
[5927] | 143 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[15741] | 144 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
[4997] | 145 | </Reference>
|
---|
[5927] | 146 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
|
---|
[15741] | 147 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
|
---|
[4997] | 148 | </Reference>
|
---|
[5212] | 149 | <Reference Include="HeuristicLab.HiveEngine-3.3">
|
---|
[15741] | 150 | <HintPath>..\..\..\trunk\bin\HeuristicLab.HiveEngine-3.3.dll</HintPath>
|
---|
[5212] | 151 | </Reference>
|
---|
[4997] | 152 | <Reference Include="HeuristicLab.LibSVM-1.6.3">
|
---|
[15741] | 153 | <HintPath>..\..\..\trunk\bin\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
|
---|
[4997] | 154 | </Reference>
|
---|
| 155 | <Reference Include="HeuristicLab.log4net-1.2.10.0">
|
---|
[15741] | 156 | <HintPath>..\..\..\trunk\bin\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
|
---|
[4997] | 157 | </Reference>
|
---|
| 158 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[15741] | 159 | <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[4997] | 160 | </Reference>
|
---|
| 161 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[15741] | 162 | <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[4997] | 163 | </Reference>
|
---|
| 164 | <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
|
---|
[15741] | 165 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
|
---|
[4997] | 166 | </Reference>
|
---|
[5023] | 167 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[15741] | 168 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[4997] | 169 | </Reference>
|
---|
| 170 | <Reference Include="HeuristicLab.Operators.Programmable-3.3">
|
---|
[15741] | 171 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
|
---|
[4997] | 172 | </Reference>
|
---|
| 173 | <Reference Include="HeuristicLab.Operators.Views-3.3">
|
---|
[15741] | 174 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath>
|
---|
[4997] | 175 | </Reference>
|
---|
| 176 | <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
|
---|
[15741] | 177 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
|
---|
[4997] | 178 | </Reference>
|
---|
[5023] | 179 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[15741] | 180 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[4997] | 181 | </Reference>
|
---|
| 182 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[15741] | 183 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[4997] | 184 | </Reference>
|
---|
| 185 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
[15741] | 186 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
[4997] | 187 | </Reference>
|
---|
| 188 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
[15741] | 189 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
[4997] | 190 | </Reference>
|
---|
[5207] | 191 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
[15741] | 192 | <HintPath>..\..\..\trunk\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
[5207] | 193 | </Reference>
|
---|
[5023] | 194 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[15741] | 195 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[4997] | 196 | </Reference>
|
---|
| 197 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
[15741] | 198 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
[4997] | 199 | </Reference>
|
---|
[5023] | 200 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[15741] | 201 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[4997] | 202 | </Reference>
|
---|
| 203 | <Reference Include="HeuristicLab.Persistence.GUI-3.3">
|
---|
[15741] | 204 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
|
---|
[4997] | 205 | </Reference>
|
---|
[5023] | 206 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[15741] | 207 | <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[4997] | 208 | </Reference>
|
---|
[5927] | 209 | <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
|
---|
[15741] | 210 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
|
---|
[4997] | 211 | </Reference>
|
---|
[5927] | 212 | <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.4">
|
---|
[15741] | 213 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll</HintPath>
|
---|
[4997] | 214 | </Reference>
|
---|
[5927] | 215 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[15741] | 216 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[4997] | 217 | </Reference>
|
---|
[5927] | 218 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[15741] | 219 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[4997] | 220 | </Reference>
|
---|
[5927] | 221 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
[15741] | 222 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
[4997] | 223 | </Reference>
|
---|
[5927] | 224 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4">
|
---|
[15741] | 225 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.dll</HintPath>
|
---|
[4997] | 226 | </Reference>
|
---|
[5927] | 227 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[15741] | 228 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[4997] | 229 | </Reference>
|
---|
[5927] | 230 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4">
|
---|
[15741] | 231 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.dll</HintPath>
|
---|
[5927] | 232 | </Reference>
|
---|
| 233 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">
|
---|
[15741] | 234 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>
|
---|
[5927] | 235 | </Reference>
|
---|
| 236 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
|
---|
[15741] | 237 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
|
---|
[5927] | 238 | </Reference>
|
---|
[4997] | 239 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
|
---|
[15741] | 240 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
|
---|
[4997] | 241 | </Reference>
|
---|
[5927] | 242 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.4">
|
---|
[15741] | 243 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.dll</HintPath>
|
---|
[4997] | 244 | </Reference>
|
---|
| 245 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
|
---|
[15741] | 246 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
|
---|
[4997] | 247 | </Reference>
|
---|
[9987] | 248 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
[15741] | 249 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[9987] | 250 | </Reference>
|
---|
[4997] | 251 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
[15741] | 252 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
[4997] | 253 | </Reference>
|
---|
| 254 | <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
|
---|
[15741] | 255 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
|
---|
[4997] | 256 | </Reference>
|
---|
| 257 | <Reference Include="HeuristicLab.Problems.OneMax-3.3">
|
---|
[15741] | 258 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
|
---|
[4997] | 259 | </Reference>
|
---|
| 260 | <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
|
---|
[15741] | 261 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
|
---|
[4997] | 262 | </Reference>
|
---|
| 263 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[15741] | 264 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[4997] | 265 | </Reference>
|
---|
| 266 | <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
|
---|
[15741] | 267 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
|
---|
[4997] | 268 | </Reference>
|
---|
| 269 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
[15741] | 270 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
[4997] | 271 | </Reference>
|
---|
| 272 | <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
|
---|
[15741] | 273 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
|
---|
[4997] | 274 | </Reference>
|
---|
| 275 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
|
---|
[15741] | 276 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
|
---|
[4997] | 277 | </Reference>
|
---|
| 278 | <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
|
---|
[15741] | 279 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
|
---|
[4997] | 280 | </Reference>
|
---|
| 281 | <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
|
---|
[15741] | 282 | <HintPath>..\..\..\trunk\bin\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
|
---|
[4997] | 283 | </Reference>
|
---|
[5023] | 284 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[15741] | 285 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[4997] | 286 | </Reference>
|
---|
[5023] | 287 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[15741] | 288 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[4997] | 289 | </Reference>
|
---|
| 290 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[15741] | 291 | <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[4997] | 292 | </Reference>
|
---|
| 293 | <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
|
---|
[15741] | 294 | <HintPath>..\..\..\trunk\bin\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
|
---|
[4997] | 295 | </Reference>
|
---|
| 296 | <Reference Include="HeuristicLab.Tracing-3.3">
|
---|
[15741] | 297 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
|
---|
[4997] | 298 | </Reference>
|
---|
| 299 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
|
---|
[15741] | 300 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
[4997] | 301 | </Reference>
|
---|
| 302 | <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
|
---|
[15741] | 303 | <HintPath>..\..\..\trunk\bin\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
|
---|
[4997] | 304 | </Reference>
|
---|
| 305 | <Reference Include="ICSharpCode.NRefactory">
|
---|
[15741] | 306 | <HintPath>..\..\..\trunk\bin\ICSharpCode.NRefactory.dll</HintPath>
|
---|
[4997] | 307 | </Reference>
|
---|
| 308 | <Reference Include="ICSharpCode.SharpDevelop.Dom">
|
---|
[15741] | 309 | <HintPath>..\..\..\trunk\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
[4997] | 310 | </Reference>
|
---|
| 311 | <Reference Include="ICSharpCode.SharpZipLib">
|
---|
[15741] | 312 | <HintPath>..\..\..\trunk\bin\ICSharpCode.SharpZipLib.dll</HintPath>
|
---|
[4997] | 313 | </Reference>
|
---|
| 314 | <Reference Include="ICSharpCode.TextEditor">
|
---|
[15741] | 315 | <HintPath>..\..\..\trunk\bin\ICSharpCode.TextEditor.dll</HintPath>
|
---|
[4997] | 316 | </Reference>
|
---|
| 317 | <Reference Include="LibSVM-1.6.3">
|
---|
[15741] | 318 | <HintPath>..\..\..\trunk\bin\LibSVM-1.6.3.dll</HintPath>
|
---|
[4997] | 319 | </Reference>
|
---|
| 320 | <Reference Include="log4net">
|
---|
[15741] | 321 | <HintPath>..\..\..\trunk\bin\log4net.dll</HintPath>
|
---|
[4997] | 322 | </Reference>
|
---|
| 323 | <Reference Include="Mono.Cecil">
|
---|
[15741] | 324 | <HintPath>..\..\..\trunk\bin\Mono.Cecil.dll</HintPath>
|
---|
[4997] | 325 | </Reference>
|
---|
| 326 | <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
|
---|
[15741] | 327 | <HintPath>..\..\..\trunk\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
|
---|
[4997] | 328 | </Reference>
|
---|
| 329 | <Reference Include="System" />
|
---|
| 330 | <Reference Include="System.Core" />
|
---|
| 331 | <Reference Include="System.Xml.Linq" />
|
---|
| 332 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 333 | <Reference Include="System.Data" />
|
---|
| 334 | <Reference Include="System.Xml" />
|
---|
| 335 | <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
|
---|
[15741] | 336 | <HintPath>..\..\..\trunk\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
|
---|
[4997] | 337 | </Reference>
|
---|
| 338 | </ItemGroup>
|
---|
| 339 | <ItemGroup>
|
---|
| 340 | <Compile Include="Program.cs" />
|
---|
| 341 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[5207] | 342 | <Compile Include="TableBuilder.cs" />
|
---|
[4997] | 343 | </ItemGroup>
|
---|
| 344 | <ItemGroup>
|
---|
| 345 | <None Include="app.config" />
|
---|
| 346 | </ItemGroup>
|
---|
[5927] | 347 | <ItemGroup>
|
---|
| 348 | <ProjectReference Include="..\HeuristicLab.Problems.MetaOptimization.Views\3.3\HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj">
|
---|
| 349 | <Project>{59567338-A551-4386-8405-A8C0DF3E376D}</Project>
|
---|
| 350 | <Name>HeuristicLab.Problems.MetaOptimization.Views-3.3</Name>
|
---|
| 351 | </ProjectReference>
|
---|
| 352 | <ProjectReference Include="..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
|
---|
| 353 | <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
|
---|
| 354 | <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
|
---|
| 355 | </ProjectReference>
|
---|
| 356 | </ItemGroup>
|
---|
[4997] | 357 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 358 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 359 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 360 | <Target Name="BeforeBuild">
|
---|
| 361 | </Target>
|
---|
| 362 | <Target Name="AfterBuild">
|
---|
| 363 | </Target>
|
---|
| 364 | -->
|
---|
| 365 | </Project> |
---|