Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6696 was 6696, checked in by ascheibe, 13 years ago

#1233

  • some cleanups
  • removed unused code
File size: 20.7 KB
RevLine 
[5404]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>{8D40A723-139D-40E4-8BBA-4CB309A9E4B9}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Clients.Hive.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Clients.Hive.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  <ItemGroup>
36    <Reference Include="ALGLIB-3.1.0">
[5852]37      <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
[5404]38    </Reference>
39    <Reference Include="Google.ProtocolBuffers-0.9.1">
[5852]40      <HintPath>C:\Program Files\HeuristicLab 3.3\Google.ProtocolBuffers-0.9.1.dll</HintPath>
[5404]41    </Reference>
42    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
[5852]43      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
[5404]44    </Reference>
45    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.3">
[5852]46      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.dll</HintPath>
[5404]47    </Reference>
48    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.3">
[5852]49      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll</HintPath>
[5404]50    </Reference>
51    <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
[5852]52      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
[5404]53    </Reference>
54    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
[5852]55      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
[5404]56    </Reference>
57    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
[5852]58      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
[5404]59    </Reference>
60    <Reference Include="HeuristicLab.Algorithms.NSGA2-3.3">
[5852]61      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.NSGA2-3.3.dll</HintPath>
[5404]62    </Reference>
63    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
[5852]64      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
[5404]65    </Reference>
66    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
[5852]67      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
[5404]68    </Reference>
69    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
[5852]70      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
[5404]71    </Reference>
72    <Reference Include="HeuristicLab.Analysis-3.3">
[5852]73      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
[5404]74    </Reference>
75    <Reference Include="HeuristicLab.Analysis.Views-3.3">
[5852]76      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
[5404]77    </Reference>
78    <Reference Include="HeuristicLab.Clients.Common-3.3">
[5852]79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
[5404]80    </Reference>
81    <Reference Include="HeuristicLab.CodeEditor-3.3">
[5852]82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.CodeEditor-3.3.dll</HintPath>
[5404]83    </Reference>
84    <Reference Include="HeuristicLab.Collections-3.3">
[5852]85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
[5404]86    </Reference>
87    <Reference Include="HeuristicLab.Common-3.3">
[5852]88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
[5404]89    </Reference>
90    <Reference Include="HeuristicLab.Common.Resources-3.3">
[5852]91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[5404]92    </Reference>
93    <Reference Include="HeuristicLab.Core-3.3">
[5852]94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
[5404]95    </Reference>
96    <Reference Include="HeuristicLab.Core.Views-3.3">
[5852]97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
[5404]98    </Reference>
99    <Reference Include="HeuristicLab.Data-3.3">
[5852]100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
[5404]101    </Reference>
102    <Reference Include="HeuristicLab.Data.Views-3.3">
[5852]103      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
[5404]104    </Reference>
105    <Reference Include="HeuristicLab.DebugEngine-3.3">
[5852]106      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.DebugEngine-3.3.dll</HintPath>
[5404]107    </Reference>
108    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
[5852]109      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
[5404]110    </Reference>
111    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
[5852]112      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
[5404]113    </Reference>
114    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
[5852]115      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
[5404]116    </Reference>
117    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
[5852]118      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
[5404]119    </Reference>
120    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
[5852]121      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
[5404]122    </Reference>
123    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
[5852]124      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
[5404]125    </Reference>
126    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
[5852]127      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
[5404]128    </Reference>
129    <Reference Include="HeuristicLab.LibSVM-1.6.3">
[5852]130      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
[5404]131    </Reference>
132    <Reference Include="HeuristicLab.log4net-1.2.10.0">
[5852]133      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
[5404]134    </Reference>
135    <Reference Include="HeuristicLab.MainForm-3.3">
[5852]136      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
[5404]137    </Reference>
138    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
[5852]139      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
[5404]140    </Reference>
141    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
[5852]142      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
[5404]143    </Reference>
144    <Reference Include="HeuristicLab.Operators-3.3">
[5852]145      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
[5404]146    </Reference>
147    <Reference Include="HeuristicLab.Operators.Programmable-3.3">
[5852]148      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
[5404]149    </Reference>
150    <Reference Include="HeuristicLab.Operators.Views-3.3">
[5852]151      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>
[5404]152    </Reference>
153    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
[5852]154      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
[5404]155    </Reference>
156    <Reference Include="HeuristicLab.Optimization-3.3">
[5852]157      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
[5404]158    </Reference>
159    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
[5852]160      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[5404]161    </Reference>
162    <Reference Include="HeuristicLab.Optimization.Views-3.3">
[5852]163      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
[5404]164    </Reference>
165    <Reference Include="HeuristicLab.Optimizer-3.3">
[5852]166      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
[5404]167    </Reference>
168    <Reference Include="HeuristicLab.ParallelEngine-3.3">
[5852]169      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
[5404]170    </Reference>
171    <Reference Include="HeuristicLab.Parameters-3.3">
[5852]172      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
[5404]173    </Reference>
174    <Reference Include="HeuristicLab.Parameters.Views-3.3">
[5852]175      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
[5404]176    </Reference>
177    <Reference Include="HeuristicLab.Persistence-3.3">
[5852]178      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
[5404]179    </Reference>
180    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
[5852]181      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
[5404]182    </Reference>
183    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[5852]184      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[5404]185    </Reference>
186    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.3">
[5852]187      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt-3.3.dll</HintPath>
[5404]188    </Reference>
189    <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.3">
[5852]190      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll</HintPath>
[5404]191    </Reference>
192    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
[5852]193      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
[5404]194    </Reference>
195    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification-3.3">
[5852]196      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll</HintPath>
[5404]197    </Reference>
198    <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3">
[5852]199      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll</HintPath>
[5404]200    </Reference>
201    <Reference Include="HeuristicLab.Problems.DataAnalysis.Regression-3.3">
[5852]202      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll</HintPath>
[5404]203    </Reference>
204    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.3">
[5852]205      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.dll</HintPath>
[5404]206    </Reference>
207    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
[5852]208      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
[5404]209    </Reference>
210    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.3">
[5852]211      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.dll</HintPath>
[5404]212    </Reference>
213    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3">
[5852]214      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll</HintPath>
[5404]215    </Reference>
216    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
[5852]217      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
[5404]218    </Reference>
219    <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
[5852]220      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
[5404]221    </Reference>
222    <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
[5852]223      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
[5404]224    </Reference>
225    <Reference Include="HeuristicLab.Problems.OneMax-3.3">
[5852]226      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
[5404]227    </Reference>
228    <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
[5852]229      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
[5404]230    </Reference>
231    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
[5852]232      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
[5404]233    </Reference>
234    <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
[5852]235      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
[5404]236    </Reference>
237    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
[5852]238      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
[5404]239    </Reference>
240    <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
[5852]241      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
[5404]242    </Reference>
243    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
[5852]244      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
[5404]245    </Reference>
246    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
[5852]247      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
[5404]248    </Reference>
249    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
[5852]250      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
[5404]251    </Reference>
252    <Reference Include="HeuristicLab.Random-3.3">
[5852]253      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
[5404]254    </Reference>
255    <Reference Include="HeuristicLab.Selection-3.3">
[5852]256      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Selection-3.3.dll</HintPath>
[5404]257    </Reference>
258    <Reference Include="HeuristicLab.SequentialEngine-3.3">
[5852]259      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
[5404]260    </Reference>
261    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
[5852]262      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
[5404]263    </Reference>
264    <Reference Include="HeuristicLab.Tracing-3.3">
[5852]265      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
[5404]266    </Reference>
267    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
[5852]268      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
[5404]269    </Reference>
270    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
[5852]271      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
[5404]272    </Reference>
273    <Reference Include="ICSharpCode.NRefactory">
[5852]274      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.NRefactory.dll</HintPath>
[5404]275    </Reference>
276    <Reference Include="ICSharpCode.SharpDevelop.Dom">
[5852]277      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
[5404]278    </Reference>
279    <Reference Include="ICSharpCode.SharpZipLib">
[5852]280      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpZipLib.dll</HintPath>
[5404]281    </Reference>
282    <Reference Include="ICSharpCode.TextEditor">
[5852]283      <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.TextEditor.dll</HintPath>
[5404]284    </Reference>
285    <Reference Include="LibSVM-1.6.3">
[5852]286      <HintPath>C:\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
[5404]287    </Reference>
288    <Reference Include="log4net">
[5852]289      <HintPath>C:\Program Files\HeuristicLab 3.3\log4net.dll</HintPath>
[5404]290    </Reference>
[5599]291    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
[5852]292      <HintPath>C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
[5599]293    </Reference>
[5404]294    <Reference Include="Mono.Cecil">
[5852]295      <HintPath>C:\Program Files\HeuristicLab 3.3\Mono.Cecil.dll</HintPath>
[5404]296    </Reference>
297    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
[5852]298      <HintPath>C:\Program Files\HeuristicLab 3.3\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
[5404]299    </Reference>
300    <Reference Include="System" />
301    <Reference Include="System.Core">
302      <RequiredTargetFramework>3.5</RequiredTargetFramework>
303    </Reference>
[5599]304    <Reference Include="System.Runtime.Serialization" />
305    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
306    <Reference Include="System.ServiceModel" />
307    <Reference Include="System.ServiceModel.Web" />
[5404]308    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
[5852]309      <HintPath>C:\Program Files\HeuristicLab 3.3\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
[5404]310    </Reference>
311  </ItemGroup>
312  <ItemGroup>
313    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
314      <Visible>False</Visible>
315    </CodeAnalysisDependentAssemblyPaths>
316  </ItemGroup>
317  <ItemGroup>
[5599]318    <Compile Include="ExperimentManagerTests.cs">
319      <SubType>Code</SubType>
320    </Compile>
321    <Compile Include="Mocks\MockServiceLocator.cs">
322      <SubType>Code</SubType>
323    </Compile>
[5404]324    <Compile Include="Properties\AssemblyInfo.cs" />
325  </ItemGroup>
326  <ItemGroup>
327    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Views\3.4\HeuristicLab.Clients.Hive.Views-3.4.csproj">
328      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
329      <Name>HeuristicLab.Clients.Hive.Views-3.4</Name>
330    </ProjectReference>
331    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
332      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
333      <Name>HeuristicLab.Clients.Hive-3.4</Name>
334    </ProjectReference>
335    <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
336      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
337      <Name>HeuristicLab.Hive-3.4</Name>
338    </ProjectReference>
339    <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
340      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
341      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
342    </ProjectReference>
343    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
344      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
345      <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
346    </ProjectReference>
[6385]347    <ProjectReference Include="..\HeuristicLab.Services.Hive.Tests\HeuristicLab.Services.Hive-3.4.Tests.csproj">
[5404]348      <Project>{17187EAC-5D8C-4B11-9CEA-D88F71B59658}</Project>
349      <Name>HeuristicLab.Services.Hive.Tests-3.4</Name>
350    </ProjectReference>
351    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.4\HeuristicLab.Services.Hive-3.4.csproj">
352      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
353      <Name>HeuristicLab.Services.Hive-3.4</Name>
354    </ProjectReference>
355  </ItemGroup>
356  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
357  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
358       Other similar extension points exist, see Microsoft.Common.targets.
359  <Target Name="BeforeBuild">
360  </Target>
361  <Target Name="AfterBuild">
362  </Target>
363  -->
364</Project>
Note: See TracBrowser for help on using the repository browser.