Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/HeuristicLab.Clients.Hive.Slave.Tests-3.4.csproj @ 5402

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

#1233

  • single sign on with HL
  • local plugins are uploaded if not available online (user can force the useage of local plugins)
  • changed plugin and plugindata db-schema
  • plugin dao tests
File size: 23.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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{C4CBD11E-1B83-464A-B0AD-0DC0FF7E57AA}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Clients.Hive.Slave.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Clients.Hive.Slave.Tests-3.4</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.Tests-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
42    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
43    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
47    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
48    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.Slave.Tests-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
58    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
59    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
63    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
64    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="ALGLIB-2.5.0">
69      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
70    </Reference>
71    <Reference Include="ALGLIB-3.1.0">
72      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
73    </Reference>
74    <Reference Include="Google.ProtocolBuffers-0.9.1">
75      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\Google.ProtocolBuffers-0.9.1.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.ALGLIB-2.5.0">
78      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-2.5.0.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
81      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.3">
84      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.3">
87      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
90      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
93      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
96      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
99      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
102      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
105      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Analysis-3.3">
108      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Analysis.Views-3.3">
111      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Clients.Common-3.3">
114      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.CodeEditor-3.3">
117      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.CodeEditor-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Collections-3.3">
120      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Common-3.3">
123      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Common.Resources-3.3">
126      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Core-3.3">
129      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Core.Views-3.3">
132      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Data-3.3">
135      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Data.Views-3.3">
138      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
141      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
144      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
147      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
150      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
151    </Reference>
152    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
153      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
154    </Reference>
155    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
156      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
159      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.LibSVM-1.6.3">
162      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
163    </Reference>
164    <Reference Include="HeuristicLab.log4net-1.2.10.0">
165      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
166    </Reference>
167    <Reference Include="HeuristicLab.MainForm-3.3">
168      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
169    </Reference>
170    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
171      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
174      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
175    </Reference>
176    <Reference Include="HeuristicLab.Operators-3.3">
177      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
178    </Reference>
179    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
180      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
181    </Reference>
182    <Reference Include="HeuristicLab.Operators.Views-3.3">
183      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>
184    </Reference>
185    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
186      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
187    </Reference>
188    <Reference Include="HeuristicLab.Optimization-3.3">
189      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
190    </Reference>
191    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
192      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
193    </Reference>
194    <Reference Include="HeuristicLab.Optimization.Views-3.3">
195      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
196    </Reference>
197    <Reference Include="HeuristicLab.Optimizer-3.3">
198      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
199    </Reference>
200    <Reference Include="HeuristicLab.Parameters-3.3">
201      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
202    </Reference>
203    <Reference Include="HeuristicLab.Parameters.Views-3.3">
204      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
205    </Reference>
206    <Reference Include="HeuristicLab.Persistence-3.3">
207      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
208    </Reference>
209    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
210      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
211    </Reference>
212    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
213      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
214    </Reference>
215    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.3">
216      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt-3.3.dll</HintPath>
217    </Reference>
218    <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.3">
219      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll</HintPath>
220    </Reference>
221    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
222      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
223    </Reference>
224    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification-3.3">
225      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll</HintPath>
226    </Reference>
227    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3">
228      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll</HintPath>
229    </Reference>
230    <Reference Include="HeuristicLab.Problems.DataAnalysis.Regression-3.3">
231      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll</HintPath>
232    </Reference>
233    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.3">
234      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.dll</HintPath>
235    </Reference>
236    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
237      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
238    </Reference>
239    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.3">
240      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.dll</HintPath>
241    </Reference>
242    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3">
243      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll</HintPath>
244    </Reference>
245    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
246      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
247    </Reference>
248    <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
249      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
250    </Reference>
251    <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
252      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
253    </Reference>
254    <Reference Include="HeuristicLab.Problems.OneMax-3.3">
255      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
256    </Reference>
257    <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
258      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
259    </Reference>
260    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
261      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
262    </Reference>
263    <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
264      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
265    </Reference>
266    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
267      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
268    </Reference>
269    <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
270      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
271    </Reference>
272    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
273      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
274    </Reference>
275    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
276      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
277    </Reference>
278    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
279      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
280    </Reference>
281    <Reference Include="HeuristicLab.Random-3.3">
282      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
283    </Reference>
284    <Reference Include="HeuristicLab.Selection-3.3">
285      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Selection-3.3.dll</HintPath>
286    </Reference>
287    <Reference Include="HeuristicLab.SequentialEngine-3.3">
288      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
289    </Reference>
290    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
291      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
292    </Reference>
293    <Reference Include="HeuristicLab.Tracing-3.3">
294      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
295    </Reference>
296    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
297      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
298    </Reference>
299    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
300      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
301    </Reference>
302    <Reference Include="ICSharpCode.NRefactory">
303      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ICSharpCode.NRefactory.dll</HintPath>
304    </Reference>
305    <Reference Include="ICSharpCode.SharpDevelop.Dom">
306      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
307    </Reference>
308    <Reference Include="ICSharpCode.SharpZipLib">
309      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ICSharpCode.SharpZipLib.dll</HintPath>
310    </Reference>
311    <Reference Include="ICSharpCode.TextEditor">
312      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ICSharpCode.TextEditor.dll</HintPath>
313    </Reference>
314    <Reference Include="LibSVM-1.6.3">
315      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
316    </Reference>
317    <Reference Include="log4net">
318      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\log4net.dll</HintPath>
319    </Reference>
320    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
321    <Reference Include="Mono.Cecil">
322      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\Mono.Cecil.dll</HintPath>
323    </Reference>
324    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
325      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
326    </Reference>
327    <Reference Include="System" />
328    <Reference Include="System.Core">
329      <RequiredTargetFramework>3.5</RequiredTargetFramework>
330    </Reference>
331    <Reference Include="System.Drawing" />
332    <Reference Include="System.ServiceModel" />
333    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
334      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
335    </Reference>
336  </ItemGroup>
337  <ItemGroup>
338    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
339      <Visible>False</Visible>
340    </CodeAnalysisDependentAssemblyPaths>
341  </ItemGroup>
342  <ItemGroup>
343    <Compile Include="Mocks\MockHiveService.cs" />
344    <Compile Include="Mocks\MockJob.cs" />
345    <Compile Include="PluginLoader.cs" />
346    <Compile Include="Properties\AssemblyInfo.cs" />
347    <Compile Include="Mocks\MockServiceLocator.cs" />
348    <Compile Include="SlaveCommListener.cs" />
349    <Compile Include="SlaveTest.cs" />
350  </ItemGroup>
351  <ItemGroup>
352    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
353      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
354      <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
355    </ProjectReference>
356    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
357      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
358      <Name>HeuristicLab.Clients.Hive-3.4</Name>
359    </ProjectReference>
360    <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
361      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
362      <Name>HeuristicLab.Hive-3.4</Name>
363    </ProjectReference>
364    <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
365      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
366      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
367    </ProjectReference>
368  </ItemGroup>
369  <ItemGroup>
370    <None Include="app.config" />
371  </ItemGroup>
372  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
373  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
374       Other similar extension points exist, see Microsoft.Common.targets.
375  <Target Name="BeforeBuild">
376  </Target>
377  <Target Name="AfterBuild">
378  </Target>
379  -->
380</Project>
Note: See TracBrowser for help on using the repository browser.