Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5184 was 5184, checked in by cneumuel, 13 years ago

#1215

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