Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10561 was 9987, checked in by abeham, 11 years ago

#1909: fixed references in MetaOpt branch (test project)

File size: 19.9 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-3.1.0">
[7094]47      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.1.0.dll</HintPath>
[4997]48    </Reference>
49    <Reference Include="Google.ProtocolBuffers-0.9.1">
[7094]50      <HintPath>..\..\..\trunk\sources\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
[4997]51    </Reference>
52    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
[7094]53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
[4997]54    </Reference>
[5927]55    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
[7094]56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
[4997]57    </Reference>
[5927]58    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
[7094]59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
[4997]60    </Reference>
61    <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
[7094]62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
[4997]63    </Reference>
64    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
[7094]65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
[4997]66    </Reference>
67    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
[7094]68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
[4997]69    </Reference>
[9987]70    <Reference Include="HeuristicLab.Algorithms.NSGA2-3.3">
[7094]71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.NSGA2-3.3.dll</HintPath>
[5927]72    </Reference>
[4997]73    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
[7094]74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
[4997]75    </Reference>
[9987]76    <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
[7094]77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
[5927]78    </Reference>
[4997]79    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
[7094]80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
[4997]81    </Reference>
82    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
[7094]83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
[4997]84    </Reference>
[5927]85    <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
[7094]86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
[5927]87    </Reference>
[4997]88    <Reference Include="HeuristicLab.Analysis-3.3">
[7094]89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
[4997]90    </Reference>
91    <Reference Include="HeuristicLab.Analysis.Views-3.3">
[7094]92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
[4997]93    </Reference>
94    <Reference Include="HeuristicLab.Clients.Common-3.3">
[7094]95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
[4997]96    </Reference>
97    <Reference Include="HeuristicLab.CodeEditor-3.3">
[7094]98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.3.dll</HintPath>
[4997]99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3">
[7094]101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[4997]102    </Reference>
103    <Reference Include="HeuristicLab.Common-3.3">
[7094]104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
[4997]105    </Reference>
106    <Reference Include="HeuristicLab.Common.Resources-3.3">
[7094]107      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[4997]108    </Reference>
109    <Reference Include="HeuristicLab.Core-3.3">
[7094]110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
[4997]111    </Reference>
112    <Reference Include="HeuristicLab.Core.Views-3.3">
[7094]113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
[4997]114    </Reference>
115    <Reference Include="HeuristicLab.Data-3.3">
[7094]116      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
[4997]117    </Reference>
118    <Reference Include="HeuristicLab.Data.Views-3.3">
[7094]119      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
[4997]120    </Reference>
[9987]121    <Reference Include="HeuristicLab.DebugEngine-3.3">
[7094]122      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.DebugEngine-3.3.dll</HintPath>
[5927]123    </Reference>
[4997]124    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
[7094]125      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
[4997]126    </Reference>
[5023]127    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
[7094]128      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
[4997]129    </Reference>
130    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
[7094]131      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
[4997]132    </Reference>
133    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
[7094]134      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
[4997]135    </Reference>
[5023]136    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
[7094]137      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
[4997]138    </Reference>
[5927]139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
[7094]140      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
[4997]141    </Reference>
[5927]142    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
[7094]143      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
[4997]144    </Reference>
[5212]145    <Reference Include="HeuristicLab.HiveEngine-3.3">
[7094]146      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.HiveEngine-3.3.dll</HintPath>
[5212]147    </Reference>
[4997]148    <Reference Include="HeuristicLab.LibSVM-1.6.3">
[7094]149      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
[4997]150    </Reference>
151    <Reference Include="HeuristicLab.log4net-1.2.10.0">
[7094]152      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
[4997]153    </Reference>
154    <Reference Include="HeuristicLab.MainForm-3.3">
[7094]155      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
[4997]156    </Reference>
157    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
[7094]158      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
[4997]159    </Reference>
160    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
[7094]161      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
[4997]162    </Reference>
[5023]163    <Reference Include="HeuristicLab.Operators-3.3">
[7094]164      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[4997]165    </Reference>
166    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
[7094]167      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
[4997]168    </Reference>
169    <Reference Include="HeuristicLab.Operators.Views-3.3">
[7094]170      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath>
[4997]171    </Reference>
172    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
[7094]173      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
[4997]174    </Reference>
[5023]175    <Reference Include="HeuristicLab.Optimization-3.3">
[7094]176      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
[4997]177    </Reference>
178    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
[7094]179      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[4997]180    </Reference>
181    <Reference Include="HeuristicLab.Optimization.Views-3.3">
[7094]182      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
[4997]183    </Reference>
184    <Reference Include="HeuristicLab.Optimizer-3.3">
[7094]185      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
[4997]186    </Reference>
[5207]187    <Reference Include="HeuristicLab.ParallelEngine-3.3">
[7094]188      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
[5207]189    </Reference>
[5023]190    <Reference Include="HeuristicLab.Parameters-3.3">
[7094]191      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[4997]192    </Reference>
193    <Reference Include="HeuristicLab.Parameters.Views-3.3">
[7094]194      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
[4997]195    </Reference>
[5023]196    <Reference Include="HeuristicLab.Persistence-3.3">
[7094]197      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[4997]198    </Reference>
199    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
[7094]200      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
[4997]201    </Reference>
[5023]202    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[7094]203      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[4997]204    </Reference>
[5927]205    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
[7094]206      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
[4997]207    </Reference>
[5927]208    <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.4">
[7094]209      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll</HintPath>
[4997]210    </Reference>
[5927]211    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
[7094]212      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
[4997]213    </Reference>
[5927]214    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
[7094]215      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
[4997]216    </Reference>
[5927]217    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
[7094]218      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
[4997]219    </Reference>
[5927]220    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4">
[7094]221      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.dll</HintPath>
[4997]222    </Reference>
[5927]223    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
[7094]224      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
[4997]225    </Reference>
[5927]226    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4">
[7094]227      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.dll</HintPath>
[5927]228    </Reference>
229    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">
[7094]230      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>
[5927]231    </Reference>
232    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
[7094]233      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
[5927]234    </Reference>
[4997]235    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
[7094]236      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
[4997]237    </Reference>
[5927]238    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.4">
[7094]239      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.dll</HintPath>
[4997]240    </Reference>
241    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
[7094]242      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
[4997]243    </Reference>
[9987]244    <Reference Include="HeuristicLab.Problems.Instances-3.3">
245      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
246    </Reference>
[4997]247    <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
[7094]248      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
[4997]249    </Reference>
250    <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
[7094]251      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
[4997]252    </Reference>
253    <Reference Include="HeuristicLab.Problems.OneMax-3.3">
[7094]254      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
[4997]255    </Reference>
256    <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
[7094]257      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
[4997]258    </Reference>
259    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
[7094]260      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
[4997]261    </Reference>
262    <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
[7094]263      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
[4997]264    </Reference>
265    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
[7094]266      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
[4997]267    </Reference>
268    <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
[7094]269      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
[4997]270    </Reference>
271    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
[7094]272      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
[4997]273    </Reference>
274    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
[7094]275      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
[4997]276    </Reference>
277    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
[7094]278      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
[4997]279    </Reference>
[5023]280    <Reference Include="HeuristicLab.Random-3.3">
[7094]281      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
[4997]282    </Reference>
[5023]283    <Reference Include="HeuristicLab.Selection-3.3">
[7094]284      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
[4997]285    </Reference>
286    <Reference Include="HeuristicLab.SequentialEngine-3.3">
[7094]287      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
[4997]288    </Reference>
289    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
[7094]290      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
[4997]291    </Reference>
292    <Reference Include="HeuristicLab.Tracing-3.3">
[7094]293      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
[4997]294    </Reference>
295    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
[7094]296      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
[4997]297    </Reference>
298    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
[7094]299      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
[4997]300    </Reference>
301    <Reference Include="ICSharpCode.NRefactory">
[7094]302      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.NRefactory.dll</HintPath>
[4997]303    </Reference>
304    <Reference Include="ICSharpCode.SharpDevelop.Dom">
[7094]305      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
[4997]306    </Reference>
307    <Reference Include="ICSharpCode.SharpZipLib">
[7094]308      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
[4997]309    </Reference>
310    <Reference Include="ICSharpCode.TextEditor">
[7094]311      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.TextEditor.dll</HintPath>
[4997]312    </Reference>
313    <Reference Include="LibSVM-1.6.3">
[7094]314      <HintPath>..\..\..\trunk\sources\bin\LibSVM-1.6.3.dll</HintPath>
[4997]315    </Reference>
316    <Reference Include="log4net">
[7094]317      <HintPath>..\..\..\trunk\sources\bin\log4net.dll</HintPath>
[4997]318    </Reference>
319    <Reference Include="Mono.Cecil">
[7094]320      <HintPath>..\..\..\trunk\sources\bin\Mono.Cecil.dll</HintPath>
[4997]321    </Reference>
322    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
[7094]323      <HintPath>..\..\..\trunk\sources\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
[4997]324    </Reference>
325    <Reference Include="System" />
326    <Reference Include="System.Core" />
327    <Reference Include="System.Xml.Linq" />
328    <Reference Include="System.Data.DataSetExtensions" />
329    <Reference Include="System.Data" />
330    <Reference Include="System.Xml" />
331    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
[7094]332      <HintPath>..\..\..\trunk\sources\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
[4997]333    </Reference>
334  </ItemGroup>
335  <ItemGroup>
336    <Compile Include="Program.cs" />
337    <Compile Include="Properties\AssemblyInfo.cs" />
[5207]338    <Compile Include="TableBuilder.cs" />
[4997]339  </ItemGroup>
340  <ItemGroup>
341    <None Include="app.config" />
342  </ItemGroup>
[5927]343  <ItemGroup>
344    <ProjectReference Include="..\HeuristicLab.Problems.MetaOptimization.Views\3.3\HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj">
345      <Project>{59567338-A551-4386-8405-A8C0DF3E376D}</Project>
346      <Name>HeuristicLab.Problems.MetaOptimization.Views-3.3</Name>
347    </ProjectReference>
348    <ProjectReference Include="..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
349      <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
350      <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
351    </ProjectReference>
352  </ItemGroup>
[4997]353  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
354  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
355       Other similar extension points exist, see Microsoft.Common.targets.
356  <Target Name="BeforeBuild">
357  </Target>
358  <Target Name="AfterBuild">
359  </Target>
360  -->
361</Project>
Note: See TracBrowser for help on using the repository browser.