Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7094 was 7094, checked in by ascheibe, 12 years ago

#1215 fixed project references for MetaOpt test project

File size: 20.2 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-3.1.0">
47      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.1.0.dll</HintPath>
48    </Reference>
49    <Reference Include="Google.ProtocolBuffers-0.9.1">
50      <HintPath>..\..\..\trunk\sources\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Algorithms.NSGA2-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.NSGA2-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Analysis-3.3">
89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Analysis.Views-3.3">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Clients.Common-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.CodeEditor-3.3">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Common-3.3">
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Common.Resources-3.3">
107      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Core-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Core.Views-3.3">
113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Data-3.3">
116      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Data.Views-3.3">
119      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.DebugEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.DebugEngine-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
125      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
128      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
131      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
134      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
137      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
140      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
143      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.HiveEngine-3.3">
146      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.HiveEngine-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="HeuristicLab.LibSVM-1.6.3">
149      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.log4net-1.2.10.0">
152      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.MainForm-3.3">
155      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
158      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
159    </Reference>
160    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
161      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
162    </Reference>
163    <Reference Include="HeuristicLab.Operators-3.3">
164      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
167      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
168    </Reference>
169    <Reference Include="HeuristicLab.Operators.Views-3.3">
170      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath>
171    </Reference>
172    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
173      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
174    </Reference>
175    <Reference Include="HeuristicLab.Optimization-3.3">
176      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
177    </Reference>
178    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
179      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
180    </Reference>
181    <Reference Include="HeuristicLab.Optimization.Views-3.3">
182      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
183    </Reference>
184    <Reference Include="HeuristicLab.Optimizer-3.3">
185      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
186    </Reference>
187    <Reference Include="HeuristicLab.ParallelEngine-3.3">
188      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
189    </Reference>
190    <Reference Include="HeuristicLab.Parameters-3.3">
191      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
192    </Reference>
193    <Reference Include="HeuristicLab.Parameters.Views-3.3">
194      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
195    </Reference>
196    <Reference Include="HeuristicLab.Persistence-3.3">
197      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
198    </Reference>
199    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
200      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
201    </Reference>
202    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
203      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
204    </Reference>
205    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
206      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
207    </Reference>
208    <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.4">
209      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll</HintPath>
210    </Reference>
211    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
212      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
213    </Reference>
214    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
215      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
216    </Reference>
217    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
218      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
219    </Reference>
220    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4">
221      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.dll</HintPath>
222    </Reference>
223    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
224      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
225    </Reference>
226    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4">
227      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.dll</HintPath>
228    </Reference>
229    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">
230      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>
231    </Reference>
232    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
233      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
234    </Reference>
235    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
236      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
237    </Reference>
238    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.4">
239      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.dll</HintPath>
240    </Reference>
241    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3">
242      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll</HintPath>
243    </Reference>
244    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
245      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
246    </Reference>
247    <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
248      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
249    </Reference>
250    <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
251      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
252    </Reference>
253    <Reference Include="HeuristicLab.Problems.OneMax-3.3">
254      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
255    </Reference>
256    <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
257      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
258    </Reference>
259    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
260      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
261    </Reference>
262    <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
263      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
264    </Reference>
265    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
266      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
267    </Reference>
268    <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
269      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
270    </Reference>
271    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
272      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
273    </Reference>
274    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
275      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
276    </Reference>
277    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
278      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
279    </Reference>
280    <Reference Include="HeuristicLab.Random-3.3">
281      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
282    </Reference>
283    <Reference Include="HeuristicLab.Selection-3.3">
284      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
285    </Reference>
286    <Reference Include="HeuristicLab.SequentialEngine-3.3">
287      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
288    </Reference>
289    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
290      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
291    </Reference>
292    <Reference Include="HeuristicLab.Tracing-3.3">
293      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
294    </Reference>
295    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
296      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
297    </Reference>
298    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
299      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
300    </Reference>
301    <Reference Include="ICSharpCode.NRefactory">
302      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.NRefactory.dll</HintPath>
303    </Reference>
304    <Reference Include="ICSharpCode.SharpDevelop.Dom">
305      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
306    </Reference>
307    <Reference Include="ICSharpCode.SharpZipLib">
308      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
309    </Reference>
310    <Reference Include="ICSharpCode.TextEditor">
311      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.TextEditor.dll</HintPath>
312    </Reference>
313    <Reference Include="LibSVM-1.6.3">
314      <HintPath>..\..\..\trunk\sources\bin\LibSVM-1.6.3.dll</HintPath>
315    </Reference>
316    <Reference Include="log4net">
317      <HintPath>..\..\..\trunk\sources\bin\log4net.dll</HintPath>
318    </Reference>
319    <Reference Include="Mono.Cecil">
320      <HintPath>..\..\..\trunk\sources\bin\Mono.Cecil.dll</HintPath>
321    </Reference>
322    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
323      <HintPath>..\..\..\trunk\sources\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
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">
332      <HintPath>..\..\..\trunk\sources\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
333    </Reference>
334  </ItemGroup>
335  <ItemGroup>
336    <Compile Include="Program.cs" />
337    <Compile Include="Properties\AssemblyInfo.cs" />
338    <Compile Include="TableBuilder.cs" />
339  </ItemGroup>
340  <ItemGroup>
341    <None Include="app.config" />
342  </ItemGroup>
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>
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.