Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.MetaOptimization.Test/HeuristicLab.MetaOptimization.Test.csproj @ 5471

Last change on this file since 5471 was 5267, checked in by cneumuel, 14 years ago

#1215

  • optimized memory consumption
File size: 22.4 KB
RevLine 
[4997]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)' == '' ">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>
[5184]13    <TargetFrameworkVersion>v4.0</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>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
38    <PlatformTarget>AnyCPU</PlatformTarget>
39    <OutputPath>bin\Debug\</OutputPath>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
42    <PlatformTarget>AnyCPU</PlatformTarget>
43    <OutputPath>bin\Release\</OutputPath>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="ALGLIB-2.5.0">
[5267]47      <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
[4997]48    </Reference>
49    <Reference Include="ALGLIB-3.1.0">
[5267]50      <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
[4997]51    </Reference>
52    <Reference Include="Google.ProtocolBuffers-0.9.1">
[5267]53      <HintPath>C:\Program Files\HeuristicLab 3.3\Google.ProtocolBuffers-0.9.1.dll</HintPath>
[4997]54    </Reference>
55    <Reference Include="HeuristicLab.ALGLIB-2.5.0">
[5267]56      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-2.5.0.dll</HintPath>
[4997]57    </Reference>
58    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
[5267]59      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
[4997]60    </Reference>
61    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.3">
[5267]62      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.dll</HintPath>
[4997]63    </Reference>
64    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.3">
[5267]65      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll</HintPath>
[4997]66    </Reference>
67    <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
[5267]68      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
[4997]69    </Reference>
70    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
[5267]71      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
[4997]72    </Reference>
73    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
[5267]74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
[4997]75    </Reference>
76    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
[5267]77      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
[4997]78    </Reference>
79    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
[5267]80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
[4997]81    </Reference>
82    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
[5267]83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
[4997]84    </Reference>
85    <Reference Include="HeuristicLab.Analysis-3.3">
[5267]86      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
[4997]87    </Reference>
88    <Reference Include="HeuristicLab.Analysis.Views-3.3">
[5267]89      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
[4997]90    </Reference>
91    <Reference Include="HeuristicLab.Clients.Common-3.3">
[5267]92      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
[4997]93    </Reference>
94    <Reference Include="HeuristicLab.CodeEditor-3.3">
[5267]95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.CodeEditor-3.3.dll</HintPath>
[4997]96    </Reference>
97    <Reference Include="HeuristicLab.Collections-3.3">
[5267]98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
[4997]99    </Reference>
100    <Reference Include="HeuristicLab.Common-3.3">
[5267]101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
[4997]102    </Reference>
103    <Reference Include="HeuristicLab.Common.Resources-3.3">
[5267]104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[4997]105    </Reference>
106    <Reference Include="HeuristicLab.Core-3.3">
[5267]107      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
[4997]108    </Reference>
109    <Reference Include="HeuristicLab.Core.Views-3.3">
[5267]110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
[4997]111    </Reference>
112    <Reference Include="HeuristicLab.Data-3.3">
[5267]113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
[4997]114    </Reference>
115    <Reference Include="HeuristicLab.Data.Views-3.3">
[5267]116      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
[4997]117    </Reference>
[5212]118    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[5267]119      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.DataAccess-3.3.dll</HintPath>
[5212]120    </Reference>
[4997]121    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
[5267]122      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
[4997]123    </Reference>
[5023]124    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
[5267]125      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
[4997]126    </Reference>
127    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
[5267]128      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
[4997]129    </Reference>
130    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
[5267]131      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
[4997]132    </Reference>
[5023]133    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
[5267]134      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
[4997]135    </Reference>
136    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
[5267]137      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
[4997]138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
[5267]140      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
[4997]141    </Reference>
[5212]142    <Reference Include="HeuristicLab.Hive.Contracts-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[5267]143      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Contracts-3.3.dll</HintPath>
[5212]144    </Reference>
145    <Reference Include="HeuristicLab.Hive.ExperimentManager-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[5267]146      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.ExperimentManager-3.3.dll</HintPath>
[5212]147    </Reference>
148    <Reference Include="HeuristicLab.Hive.ExperimentManager.Views-3.3">
[5267]149      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.ExperimentManager.Views-3.3.dll</HintPath>
[5212]150    </Reference>
151    <Reference Include="HeuristicLab.Hive.JobBase-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[5267]152      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.JobBase-3.3.dll</HintPath>
[5212]153    </Reference>
154    <Reference Include="HeuristicLab.Hive.Server.Console-3.3">
[5267]155      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Server.Console-3.3.dll</HintPath>
[5212]156    </Reference>
157    <Reference Include="HeuristicLab.Hive.Server.Core-3.3">
[5267]158      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Server.Core-3.3.dll</HintPath>
[5212]159    </Reference>
160    <Reference Include="HeuristicLab.Hive.Server.DataAccess-3.3">
[5267]161      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Server.DataAccess-3.3.dll</HintPath>
[5212]162    </Reference>
163    <Reference Include="HeuristicLab.Hive.Server.LINQDataAccess-3.3">
[5267]164      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.dll</HintPath>
[5212]165    </Reference>
166    <Reference Include="HeuristicLab.Hive.Slave.Common-3.3">
[5267]167      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Slave.Common-3.3.dll</HintPath>
[5212]168    </Reference>
169    <Reference Include="HeuristicLab.Hive.Slave.Communication-3.3">
[5267]170      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Slave.Communication-3.3.dll</HintPath>
[5212]171    </Reference>
172    <Reference Include="HeuristicLab.Hive.Slave.Console-3.3">
[5267]173      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Slave.Console-3.3.dll</HintPath>
[5212]174    </Reference>
175    <Reference Include="HeuristicLab.Hive.Slave.Core-3.3">
[5267]176      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Slave.Core-3.3.dll</HintPath>
[5212]177    </Reference>
178    <Reference Include="HeuristicLab.Hive.Slave.ExecutionEngine-3.3">
[5267]179      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Slave.ExecutionEngine-3.3.dll</HintPath>
[5212]180    </Reference>
181    <Reference Include="HeuristicLab.Hive.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[5267]182      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Hive.Tracing-3.3.dll</HintPath>
[5212]183    </Reference>
184    <Reference Include="HeuristicLab.HiveEngine-3.3">
[5267]185      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.HiveEngine-3.3.dll</HintPath>
[5212]186    </Reference>
[4997]187    <Reference Include="HeuristicLab.LibSVM-1.6.3">
[5267]188      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
[4997]189    </Reference>
190    <Reference Include="HeuristicLab.log4net-1.2.10.0">
[5267]191      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
[4997]192    </Reference>
193    <Reference Include="HeuristicLab.MainForm-3.3">
[5267]194      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
[4997]195    </Reference>
196    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
[5267]197      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
[4997]198    </Reference>
199    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
[5267]200      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
[4997]201    </Reference>
[5023]202    <Reference Include="HeuristicLab.Operators-3.3">
[5267]203      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
[4997]204    </Reference>
205    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
[5267]206      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
[4997]207    </Reference>
208    <Reference Include="HeuristicLab.Operators.Views-3.3">
[5267]209      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>
[4997]210    </Reference>
211    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
[5267]212      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
[4997]213    </Reference>
[5023]214    <Reference Include="HeuristicLab.Optimization-3.3">
[5267]215      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
[4997]216    </Reference>
217    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
[5267]218      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[4997]219    </Reference>
220    <Reference Include="HeuristicLab.Optimization.Views-3.3">
[5267]221      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
[4997]222    </Reference>
223    <Reference Include="HeuristicLab.Optimizer-3.3">
[5267]224      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
[4997]225    </Reference>
[5207]226    <Reference Include="HeuristicLab.ParallelEngine-3.3">
[5267]227      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
[5207]228    </Reference>
[5023]229    <Reference Include="HeuristicLab.Parameters-3.3">
[5267]230      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
[4997]231    </Reference>
232    <Reference Include="HeuristicLab.Parameters.Views-3.3">
[5267]233      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
[4997]234    </Reference>
[5023]235    <Reference Include="HeuristicLab.Persistence-3.3">
[5267]236      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
[4997]237    </Reference>
238    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
[5267]239      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
[4997]240    </Reference>
[5023]241    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[5267]242      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[4997]243    </Reference>
244    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.3">
[5267]245      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt-3.3.dll</HintPath>
[4997]246    </Reference>
247    <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.3">
[5267]248      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll</HintPath>
[4997]249    </Reference>
250    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
[5267]251      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
[4997]252    </Reference>
253    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification-3.3">
[5267]254      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll</HintPath>
[4997]255    </Reference>
256    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3">
[5267]257      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll</HintPath>
[4997]258    </Reference>
259    <Reference Include="HeuristicLab.Problems.DataAnalysis.Regression-3.3">
[5267]260      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll</HintPath>
[4997]261    </Reference>
262    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.3">
[5267]263      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.dll</HintPath>
[4997]264    </Reference>
265    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
[5267]266      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
[4997]267    </Reference>
268    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.3">
[5267]269      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.dll</HintPath>
[4997]270    </Reference>
271    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3">
[5267]272      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll</HintPath>
[4997]273    </Reference>
274    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
[5267]275      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
[4997]276    </Reference>
277    <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
[5267]278      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
[4997]279    </Reference>
280    <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
[5267]281      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
[4997]282    </Reference>
[5023]283    <Reference Include="HeuristicLab.Problems.MetaOptimization-3.3">
[5267]284      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.MetaOptimization-3.3.dll</HintPath>
[5023]285    </Reference>
286    <Reference Include="HeuristicLab.Problems.MetaOptimization.Views-3.3">
[5267]287      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.MetaOptimization.Views-3.3.dll</HintPath>
[5023]288    </Reference>
[4997]289    <Reference Include="HeuristicLab.Problems.OneMax-3.3">
[5267]290      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
[4997]291    </Reference>
292    <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
[5267]293      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
[4997]294    </Reference>
295    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
[5267]296      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
[4997]297    </Reference>
298    <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
[5267]299      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
[4997]300    </Reference>
301    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
[5267]302      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
[4997]303    </Reference>
304    <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
[5267]305      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
[4997]306    </Reference>
307    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
[5267]308      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
[4997]309    </Reference>
310    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
[5267]311      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
[4997]312    </Reference>
313    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
[5267]314      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
[4997]315    </Reference>
[5023]316    <Reference Include="HeuristicLab.Random-3.3">
[5267]317      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
[4997]318    </Reference>
[5023]319    <Reference Include="HeuristicLab.Selection-3.3">
[5267]320      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Selection-3.3.dll</HintPath>
[4997]321    </Reference>
322    <Reference Include="HeuristicLab.SequentialEngine-3.3">
[5267]323      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
[4997]324    </Reference>
325    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
[5267]326      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
[4997]327    </Reference>
328    <Reference Include="HeuristicLab.Tracing-3.3">
[5267]329      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
[4997]330    </Reference>
331    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
[5267]332      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
[4997]333    </Reference>
334    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
[5267]335      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
[4997]336    </Reference>
337    <Reference Include="ICSharpCode.NRefactory">
[5267]338      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.NRefactory.dll</HintPath>
[4997]339    </Reference>
340    <Reference Include="ICSharpCode.SharpDevelop.Dom">
[5267]341      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
[4997]342    </Reference>
343    <Reference Include="ICSharpCode.SharpZipLib">
[5267]344      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpZipLib.dll</HintPath>
[4997]345    </Reference>
346    <Reference Include="ICSharpCode.TextEditor">
[5267]347      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.TextEditor.dll</HintPath>
[4997]348    </Reference>
349    <Reference Include="LibSVM-1.6.3">
[5267]350      <HintPath>C:\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
[4997]351    </Reference>
352    <Reference Include="log4net">
[5267]353      <HintPath>C:\Program Files\HeuristicLab 3.3\log4net.dll</HintPath>
[4997]354    </Reference>
355    <Reference Include="Mono.Cecil">
[5267]356      <HintPath>C:\Program Files\HeuristicLab 3.3\Mono.Cecil.dll</HintPath>
[4997]357    </Reference>
358    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
[5267]359      <HintPath>C:\Program Files\HeuristicLab 3.3\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
[4997]360    </Reference>
361    <Reference Include="System" />
362    <Reference Include="System.Core" />
363    <Reference Include="System.Xml.Linq" />
364    <Reference Include="System.Data.DataSetExtensions" />
365    <Reference Include="System.Data" />
366    <Reference Include="System.Xml" />
367    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
[5267]368      <HintPath>C:\Program Files\HeuristicLab 3.3\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
[4997]369    </Reference>
370  </ItemGroup>
371  <ItemGroup>
[5110]372    <Compile Include="PluginLoader.cs" />
[4997]373    <Compile Include="Program.cs" />
374    <Compile Include="Properties\AssemblyInfo.cs" />
[5207]375    <Compile Include="TableBuilder.cs" />
[4997]376  </ItemGroup>
377  <ItemGroup>
378    <None Include="app.config" />
379  </ItemGroup>
380  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
381  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
382       Other similar extension points exist, see Microsoft.Common.targets.
383  <Target Name="BeforeBuild">
384  </Target>
385  <Target Name="AfterBuild">
386  </Target>
387  -->
388</Project>
Note: See TracBrowser for help on using the repository browser.