[5078] | 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>{17187EAC-5D8C-4B11-9CEA-D88F71B59658}</ProjectGuid>
|
---|
| 10 | <OutputType>Library</OutputType>
|
---|
| 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 12 | <RootNamespace>HeuristicLab.Services.Hive.Tests</RootNamespace>
|
---|
| 13 | <AssemblyName>HeuristicLab.Services.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>
|
---|
[5402] | 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.Services.Hive.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.Services.Hive.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>
|
---|
[5078] | 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="ALGLIB-2.5.0">
|
---|
[5852] | 69 | <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
|
---|
[5078] | 70 | </Reference>
|
---|
| 71 | <Reference Include="ALGLIB-3.1.0">
|
---|
[5852] | 72 | <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
|
---|
[5078] | 73 | </Reference>
|
---|
| 74 | <Reference Include="Google.ProtocolBuffers-0.9.1">
|
---|
[5852] | 75 | <HintPath>C:\Program Files\HeuristicLab 3.3\Google.ProtocolBuffers-0.9.1.dll</HintPath>
|
---|
[5078] | 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.ALGLIB-2.5.0">
|
---|
[5852] | 78 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-2.5.0.dll</HintPath>
|
---|
[5078] | 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.ALGLIB-3.1.0">
|
---|
[5852] | 81 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
|
---|
[5078] | 82 | </Reference>
|
---|
| 83 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.3">
|
---|
[5852] | 84 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.dll</HintPath>
|
---|
[5078] | 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.3">
|
---|
[5852] | 87 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll</HintPath>
|
---|
[5078] | 88 | </Reference>
|
---|
| 89 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
[5852] | 90 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
[5078] | 91 | </Reference>
|
---|
| 92 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[5852] | 93 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
[5078] | 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
[5852] | 96 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
[5078] | 97 | </Reference>
|
---|
| 98 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
|
---|
[5852] | 99 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
[5078] | 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
[5852] | 102 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
[5078] | 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
[5852] | 105 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
[5078] | 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[5852] | 108 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[5078] | 109 | </Reference>
|
---|
| 110 | <Reference Include="HeuristicLab.Analysis.Views-3.3">
|
---|
[5852] | 111 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
|
---|
[5078] | 112 | </Reference>
|
---|
| 113 | <Reference Include="HeuristicLab.Clients.Common-3.3">
|
---|
[5852] | 114 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
|
---|
[5078] | 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.CodeEditor-3.3">
|
---|
[5852] | 117 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.CodeEditor-3.3.dll</HintPath>
|
---|
[5078] | 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[5852] | 120 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[5078] | 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[5852] | 123 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[5078] | 124 | </Reference>
|
---|
| 125 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[5852] | 126 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[5078] | 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[5852] | 129 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[5078] | 130 | </Reference>
|
---|
| 131 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
[5852] | 132 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[5078] | 133 | </Reference>
|
---|
| 134 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[5852] | 135 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[5078] | 136 | </Reference>
|
---|
| 137 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
[5852] | 138 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
[5078] | 139 | </Reference>
|
---|
| 140 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[5852] | 141 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[5078] | 142 | </Reference>
|
---|
| 143 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[5852] | 144 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
[5078] | 145 | </Reference>
|
---|
| 146 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[5852] | 147 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
[5078] | 148 | </Reference>
|
---|
| 149 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
|
---|
[5852] | 150 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
|
---|
[5078] | 151 | </Reference>
|
---|
| 152 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[5852] | 153 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[5078] | 154 | </Reference>
|
---|
| 155 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
|
---|
[5852] | 156 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
|
---|
[5078] | 157 | </Reference>
|
---|
| 158 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
|
---|
[5852] | 159 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
|
---|
[5078] | 160 | </Reference>
|
---|
| 161 | <Reference Include="HeuristicLab.LibSVM-1.6.3">
|
---|
[5852] | 162 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
|
---|
[5078] | 163 | </Reference>
|
---|
| 164 | <Reference Include="HeuristicLab.log4net-1.2.10.0">
|
---|
[5852] | 165 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
|
---|
[5078] | 166 | </Reference>
|
---|
| 167 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[5852] | 168 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[5078] | 169 | </Reference>
|
---|
| 170 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[5852] | 171 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[5078] | 172 | </Reference>
|
---|
| 173 | <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
|
---|
[5852] | 174 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
|
---|
[5078] | 175 | </Reference>
|
---|
| 176 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[5852] | 177 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[5078] | 178 | </Reference>
|
---|
| 179 | <Reference Include="HeuristicLab.Operators.Programmable-3.3">
|
---|
[5852] | 180 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Programmable-3.3.dll</HintPath>
|
---|
[5078] | 181 | </Reference>
|
---|
| 182 | <Reference Include="HeuristicLab.Operators.Views-3.3">
|
---|
[5852] | 183 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>
|
---|
[5078] | 184 | </Reference>
|
---|
| 185 | <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
|
---|
[5852] | 186 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
|
---|
[5078] | 187 | </Reference>
|
---|
| 188 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[5852] | 189 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[5078] | 190 | </Reference>
|
---|
| 191 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[5852] | 192 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[5078] | 193 | </Reference>
|
---|
| 194 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
[5852] | 195 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
[5078] | 196 | </Reference>
|
---|
| 197 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
[5852] | 198 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
[5078] | 199 | </Reference>
|
---|
| 200 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[5852] | 201 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[5078] | 202 | </Reference>
|
---|
| 203 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
[5852] | 204 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
[5078] | 205 | </Reference>
|
---|
| 206 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[5852] | 207 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[5078] | 208 | </Reference>
|
---|
| 209 | <Reference Include="HeuristicLab.Persistence.GUI-3.3">
|
---|
[5852] | 210 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
|
---|
[5078] | 211 | </Reference>
|
---|
| 212 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[5852] | 213 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[5078] | 214 | </Reference>
|
---|
| 215 | <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.3">
|
---|
[5852] | 216 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt-3.3.dll</HintPath>
|
---|
[5078] | 217 | </Reference>
|
---|
| 218 | <Reference Include="HeuristicLab.Problems.ArtificialAnt.Views-3.3">
|
---|
[5852] | 219 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll</HintPath>
|
---|
[5078] | 220 | </Reference>
|
---|
| 221 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
|
---|
[5852] | 222 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
|
---|
[5078] | 223 | </Reference>
|
---|
| 224 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification-3.3">
|
---|
[5852] | 225 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll</HintPath>
|
---|
[5078] | 226 | </Reference>
|
---|
| 227 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3">
|
---|
[5852] | 228 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll</HintPath>
|
---|
[5078] | 229 | </Reference>
|
---|
| 230 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Regression-3.3">
|
---|
[5852] | 231 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll</HintPath>
|
---|
[5078] | 232 | </Reference>
|
---|
| 233 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.3">
|
---|
[5852] | 234 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.dll</HintPath>
|
---|
[5078] | 235 | </Reference>
|
---|
| 236 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3">
|
---|
[5852] | 237 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
|
---|
[5078] | 238 | </Reference>
|
---|
| 239 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.3">
|
---|
[5852] | 240 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.dll</HintPath>
|
---|
[5078] | 241 | </Reference>
|
---|
| 242 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3">
|
---|
[5852] | 243 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll</HintPath>
|
---|
[5078] | 244 | </Reference>
|
---|
| 245 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.3">
|
---|
[5852] | 246 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.dll</HintPath>
|
---|
[5078] | 247 | </Reference>
|
---|
| 248 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
[5852] | 249 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
[5078] | 250 | </Reference>
|
---|
| 251 | <Reference Include="HeuristicLab.Problems.Knapsack.Views-3.3">
|
---|
[5852] | 252 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Knapsack.Views-3.3.dll</HintPath>
|
---|
[5078] | 253 | </Reference>
|
---|
| 254 | <Reference Include="HeuristicLab.Problems.OneMax-3.3">
|
---|
[5852] | 255 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax-3.3.dll</HintPath>
|
---|
[5078] | 256 | </Reference>
|
---|
| 257 | <Reference Include="HeuristicLab.Problems.OneMax.Views-3.3">
|
---|
[5852] | 258 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.OneMax.Views-3.3.dll</HintPath>
|
---|
[5078] | 259 | </Reference>
|
---|
| 260 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[5852] | 261 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[5078] | 262 | </Reference>
|
---|
| 263 | <Reference Include="HeuristicLab.Problems.TestFunctions.Views-3.3">
|
---|
[5852] | 264 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.dll</HintPath>
|
---|
[5078] | 265 | </Reference>
|
---|
| 266 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
[5852] | 267 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
[5078] | 268 | </Reference>
|
---|
| 269 | <Reference Include="HeuristicLab.Problems.TravelingSalesman.Views-3.3">
|
---|
[5852] | 270 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll</HintPath>
|
---|
[5078] | 271 | </Reference>
|
---|
| 272 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
|
---|
[5852] | 273 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
|
---|
[5078] | 274 | </Reference>
|
---|
| 275 | <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.3">
|
---|
[5852] | 276 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.dll</HintPath>
|
---|
[5078] | 277 | </Reference>
|
---|
| 278 | <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
|
---|
[5852] | 279 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
|
---|
[5078] | 280 | </Reference>
|
---|
| 281 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[5852] | 282 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[5078] | 283 | </Reference>
|
---|
| 284 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[5852] | 285 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[5078] | 286 | </Reference>
|
---|
| 287 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[5852] | 288 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[5078] | 289 | </Reference>
|
---|
| 290 | <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
|
---|
[5852] | 291 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
|
---|
[5078] | 292 | </Reference>
|
---|
| 293 | <Reference Include="HeuristicLab.Tracing-3.3">
|
---|
[5852] | 294 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
|
---|
[5078] | 295 | </Reference>
|
---|
| 296 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
|
---|
[5852] | 297 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
[5078] | 298 | </Reference>
|
---|
| 299 | <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
|
---|
[5852] | 300 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
|
---|
[5078] | 301 | </Reference>
|
---|
| 302 | <Reference Include="ICSharpCode.NRefactory">
|
---|
[5852] | 303 | <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.NRefactory.dll</HintPath>
|
---|
[5078] | 304 | </Reference>
|
---|
| 305 | <Reference Include="ICSharpCode.SharpDevelop.Dom">
|
---|
[5852] | 306 | <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
[5078] | 307 | </Reference>
|
---|
| 308 | <Reference Include="ICSharpCode.SharpZipLib">
|
---|
[5852] | 309 | <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.SharpZipLib.dll</HintPath>
|
---|
[5078] | 310 | </Reference>
|
---|
| 311 | <Reference Include="ICSharpCode.TextEditor">
|
---|
[5852] | 312 | <HintPath>C:\Program Files\HeuristicLab 3.3\ICSharpCode.TextEditor.dll</HintPath>
|
---|
[5078] | 313 | </Reference>
|
---|
| 314 | <Reference Include="LibSVM-1.6.3">
|
---|
[5852] | 315 | <HintPath>C:\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
|
---|
[5078] | 316 | </Reference>
|
---|
| 317 | <Reference Include="log4net">
|
---|
[5852] | 318 | <HintPath>C:\Program Files\HeuristicLab 3.3\log4net.dll</HintPath>
|
---|
[5078] | 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">
|
---|
[5852] | 322 | <HintPath>C:\Program Files\HeuristicLab 3.3\Mono.Cecil.dll</HintPath>
|
---|
[5078] | 323 | </Reference>
|
---|
| 324 | <Reference Include="Netron.Diagramming.Core-3.0.2672.12446">
|
---|
[5852] | 325 | <HintPath>C:\Program Files\HeuristicLab 3.3\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
|
---|
[5078] | 326 | </Reference>
|
---|
| 327 | <Reference Include="System" />
|
---|
| 328 | <Reference Include="System.Core">
|
---|
| 329 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 330 | </Reference>
|
---|
[5106] | 331 | <Reference Include="System.Data" />
|
---|
| 332 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 333 | <Reference Include="System.Drawing" />
|
---|
| 334 | <Reference Include="System.Runtime.Serialization" />
|
---|
[5526] | 335 | <Reference Include="System.Security" />
|
---|
[5106] | 336 | <Reference Include="System.ServiceModel" />
|
---|
| 337 | <Reference Include="System.ServiceProcess" />
|
---|
[5526] | 338 | <Reference Include="System.Web" />
|
---|
| 339 | <Reference Include="System.Web.ApplicationServices" />
|
---|
[5106] | 340 | <Reference Include="System.Windows.Forms" />
|
---|
| 341 | <Reference Include="System.Xml" />
|
---|
| 342 | <Reference Include="System.Xml.Linq" />
|
---|
[5078] | 343 | <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
|
---|
[5852] | 344 | <HintPath>C:\Program Files\HeuristicLab 3.3\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
|
---|
[5078] | 345 | </Reference>
|
---|
| 346 | </ItemGroup>
|
---|
| 347 | <ItemGroup>
|
---|
| 348 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 349 | <Visible>False</Visible>
|
---|
| 350 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 351 | </ItemGroup>
|
---|
| 352 | <ItemGroup>
|
---|
[5106] | 353 | <Compile Include="PluginLoader.cs" />
|
---|
| 354 | <Compile Include="ServiceTests.cs" />
|
---|
[5095] | 355 | <Compile Include="Mocks\MockAuthorizationManager.cs" />
|
---|
| 356 | <Compile Include="Mocks\MockLifecycleManager.cs" />
|
---|
| 357 | <Compile Include="Mocks\MockServiceLocator.cs" />
|
---|
[5078] | 358 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[5106] | 359 | <Compile Include="DaoTests.cs" />
|
---|
[5078] | 360 | </ItemGroup>
|
---|
| 361 | <ItemGroup>
|
---|
[5095] | 362 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.Tests\HeuristicLab.Clients.Hive.Slave.Tests-3.4.csproj">
|
---|
| 363 | <Project>{C4CBD11E-1B83-464A-B0AD-0DC0FF7E57AA}</Project>
|
---|
| 364 | <Name>HeuristicLab.Clients.Hive.Slave.Tests-3.4</Name>
|
---|
| 365 | </ProjectReference>
|
---|
[5106] | 366 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.Views\3.4\HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj">
|
---|
| 367 | <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
|
---|
| 368 | <Name>HeuristicLab.Clients.Hive.Slave.Views-3.4</Name>
|
---|
| 369 | </ProjectReference>
|
---|
| 370 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
|
---|
| 371 | <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
|
---|
| 372 | <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
|
---|
| 373 | </ProjectReference>
|
---|
| 374 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Views\3.4\HeuristicLab.Clients.Hive.Views-3.4.csproj">
|
---|
| 375 | <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
|
---|
| 376 | <Name>HeuristicLab.Clients.Hive.Views-3.4</Name>
|
---|
| 377 | </ProjectReference>
|
---|
[5095] | 378 | <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
|
---|
| 379 | <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
|
---|
| 380 | <Name>HeuristicLab.Clients.Hive-3.4</Name>
|
---|
| 381 | </ProjectReference>
|
---|
[5078] | 382 | <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
|
---|
| 383 | <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
|
---|
| 384 | <Name>HeuristicLab.Hive-3.4</Name>
|
---|
| 385 | </ProjectReference>
|
---|
| 386 | <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
|
---|
| 387 | <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
|
---|
| 388 | <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
|
---|
| 389 | </ProjectReference>
|
---|
| 390 | <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
|
---|
| 391 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
| 392 | <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
|
---|
| 393 | </ProjectReference>
|
---|
| 394 | <ProjectReference Include="..\HeuristicLab.Services.Hive\3.4\HeuristicLab.Services.Hive-3.4.csproj">
|
---|
| 395 | <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
|
---|
| 396 | <Name>HeuristicLab.Services.Hive-3.4</Name>
|
---|
| 397 | </ProjectReference>
|
---|
| 398 | </ItemGroup>
|
---|
| 399 | <ItemGroup>
|
---|
[5095] | 400 | <None Include="HeuristicLab 3.3.exe.config">
|
---|
| 401 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[5526] | 402 | <SubType>Designer</SubType>
|
---|
[5095] | 403 | </None>
|
---|
[5106] | 404 | <Shadow Include="Test References\HeuristicLab.Clients.Hive.Views-3.4.accessor" />
|
---|
| 405 | <Shadow Include="Test References\HeuristicLab.Clients.Hive-3.4.accessor" />
|
---|
[5078] | 406 | </ItemGroup>
|
---|
| 407 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 408 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 409 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 410 | <Target Name="BeforeBuild">
|
---|
| 411 | </Target>
|
---|
| 412 | <Target Name="AfterBuild">
|
---|
| 413 | </Target>
|
---|
| 414 | -->
|
---|
| 415 | </Project> |
---|