Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Tests/HeuristicLab.Tests.csproj @ 7669

Last change on this file since 7669 was 7669, checked in by spimming, 12 years ago

#1680: merged changes from trunk into branch

File size: 47.9 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>{B62872C1-6752-4758-9823-751A2D28C388}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Tests</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>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x64\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x86\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
80    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
84    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
85    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
86    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
87    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
90    <OutputPath>bin\x86\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98    <ErrorReport>prompt</ErrorReport>
99    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="ALGLIB-3.4.0">
105      <HintPath>..\bin\ALGLIB-3.4.0.dll</HintPath>
106    </Reference>
107    <Reference Include="Calendar.DayView">
108      <HintPath>..\bin\Calendar.DayView.dll</HintPath>
109      <Private>True</Private>
110    </Reference>
111    <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=AMD64">
112      <HintPath>..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
113      <Private>True</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.ALGLIB-3.4.0">
116      <HintPath>..\bin\HeuristicLab.ALGLIB-3.4.0.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.LibSVM-1.6.3">
119      <HintPath>..\bin\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
120      <Private>True</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.log4net-1.2.10.0">
123      <HintPath>..\bin\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
124      <Private>True</Private>
125    </Reference>
126    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
127      <HintPath>..\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
128      <Private>True</Private>
129    </Reference>
130    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
131      <HintPath>..\bin\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
132      <Private>True</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
135      <HintPath>..\bin\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
136      <Private>True</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
139      <HintPath>..\bin\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
140      <Private>True</Private>
141    </Reference>
142    <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
143      <HintPath>..\bin\ICSharpCode.NRefactory.dll</HintPath>
144      <Private>True</Private>
145    </Reference>
146    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
147      <HintPath>..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
148      <Private>True</Private>
149    </Reference>
150    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
151      <HintPath>..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
152      <Private>True</Private>
153    </Reference>
154    <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
155      <HintPath>..\bin\ICSharpCode.TextEditor.dll</HintPath>
156      <Private>True</Private>
157    </Reference>
158    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <HintPath>..\bin\LibSVM-1.6.3.dll</HintPath>
160      <Private>True</Private>
161    </Reference>
162    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
163      <HintPath>..\bin\log4net.dll</HintPath>
164      <Private>True</Private>
165    </Reference>
166    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <HintPath>..\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
171      <Private>True</Private>
172    </Reference>
173    <Reference Include="System" />
174    <Reference Include="System.Core">
175      <RequiredTargetFramework>3.5</RequiredTargetFramework>
176    </Reference>
177    <Reference Include="System.Drawing" />
178    <Reference Include="System.Runtime.Serialization" />
179    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
180      <HintPath>..\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
181      <Private>True</Private>
182    </Reference>
183  </ItemGroup>
184  <ItemGroup>
185    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
186      <Visible>False</Visible>
187    </CodeAnalysisDependentAssemblyPaths>
188  </ItemGroup>
189  <ItemGroup>
190    <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
191    <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
192    <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
193    <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
194    <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
195    <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
196    <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
197    <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
198    <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
199    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
200    <Compile Include="HeuristicLab-3.3\SamplesTest.cs" />
201    <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
202    <Compile Include="HeuristicLab-3.3\SupportVectorMachineTest.cs" />
203    <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
204    <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
205    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
206    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
207    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
208    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
209    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
210    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
211    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
212    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
213    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
214    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
215    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
216    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
217    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
218    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
219    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
220    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
221    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
222    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
223    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
224    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
225    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
226    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
227    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
228    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
229    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
230    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
231    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
232    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
233    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
234    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
235    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
236    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
237    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
238    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
239    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
240    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
241    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
242    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
243    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
244    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
245    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
246    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
247    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
248    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
249    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
250    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
251    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
252    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
253    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
254    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
255    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
256    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
257    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
258    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
259    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
260    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
261    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
262    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
263    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
264    <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
265    <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
266    <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
267    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
268    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
269    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\TableFileParserTest.cs" />
270    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
271    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
272    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
273    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionImporter.cs" />
274    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Token.cs" />
275    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
276    <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
277    <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
278    <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
279    <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
280    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
281    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
282    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
283    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
284    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
285    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
286    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
287    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
288    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
289    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
290    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
291    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
292    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
293    <Compile Include="Properties\AssemblyInfo.cs" />
294    <Compile Include="TestRandom.cs" />
295  </ItemGroup>
296  <ItemGroup>
297    <None Include="app.config" />
298    <None Include="Builder.testsettings" />
299    <None Include="HeuristicLab-3.3\Resources\GA_SymbReg.hl">
300      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
301    </None>
302    <None Include="HeuristicLab-3.3\Resources\GA_TSP.hl">
303      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
304    </None>
305    <Content Include="HeuristicLab-3.3\Resources\SamplesExperimentFinished.hl">
306      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
307    </Content>
308    <None Include="HeuristicLab.snk" />
309    <Shadow Include="Test References\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.accessor" />
310    <Shadow Include="Test References\HeuristicLab.PluginInfrastructure-3.3.accessor" />
311    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
312    <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" />
313    <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" />
314    <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor" />
315    <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
316    <Shadow Include="Test References\HeuristicLab.Problems.TestFunctions-3.3.accessor" />
317  </ItemGroup>
318  <ItemGroup>
319    <Content Include="HeuristicLab-3.3\Resources\C101.opt.txt">
320      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
321    </Content>
322    <Content Include="HeuristicLab-3.3\Resources\C101.txt">
323      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
324    </Content>
325    <Content Include="HeuristicLab-3.3\Resources\mammographic_masses.txt">
326      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
327    </Content>
328    <Content Include="HeuristicLab-3.3\Resources\towerData.txt">
329      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
330    </Content>
331  </ItemGroup>
332  <ItemGroup>
333    <ProjectReference Include="..\HeuristicLab.Algorithms.Benchmarks.Views\3.3\HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj">
334      <Project>{3C906172-E044-4DF0-B4FD-AA21192D5D3E}</Project>
335      <Name>HeuristicLab.Algorithms.Benchmarks.Views-3.3</Name>
336    </ProjectReference>
337    <ProjectReference Include="..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
338      <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project>
339      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
340    </ProjectReference>
341    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
342      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
343      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</Name>
344    </ProjectReference>
345    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
346      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
347      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
348    </ProjectReference>
349    <ProjectReference Include="..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
350      <Project>{E0B45023-CB84-48A1-A1B7-8295B64B7BAD}</Project>
351      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
352    </ProjectReference>
353    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
354      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
355      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
356    </ProjectReference>
357    <ProjectReference Include="..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
358      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
359      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
360    </ProjectReference>
361    <ProjectReference Include="..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
362      <Project>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</Project>
363      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
364    </ProjectReference>
365    <ProjectReference Include="..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
366      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
367      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
368    </ProjectReference>
369    <ProjectReference Include="..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
370      <Project>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</Project>
371      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
372    </ProjectReference>
373    <ProjectReference Include="..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
374      <Project>{96E5ED5B-187D-4012-9CDA-D85CDAD38342}</Project>
375      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
376    </ProjectReference>
377    <ProjectReference Include="..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
378      <Project>{D58A232D-04BA-4186-B73E-0EC86FD31ABE}</Project>
379      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
380    </ProjectReference>
381    <ProjectReference Include="..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
382      <Project>{E4CFB0C3-0589-4893-B38E-8BEDF885C765}</Project>
383      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
384    </ProjectReference>
385    <ProjectReference Include="..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
386      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
387      <Name>HeuristicLab.Analysis.Views-3.3</Name>
388    </ProjectReference>
389    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
390      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
391      <Name>HeuristicLab.Analysis-3.3</Name>
392    </ProjectReference>
393    <ProjectReference Include="..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
394      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
395      <Name>HeuristicLab.Clients.Common-3.3</Name>
396    </ProjectReference>
397    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Administrator\3.3\HeuristicLab.Clients.Hive.Administrator-3.3.csproj">
398      <Project>{5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8}</Project>
399      <Name>HeuristicLab.Clients.Hive.Administrator-3.3</Name>
400    </ProjectReference>
401    <ProjectReference Include="..\HeuristicLab.Clients.Hive.JobManager\3.3\HeuristicLab.Clients.Hive.JobManager-3.3.csproj">
402      <Project>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</Project>
403      <Name>HeuristicLab.Clients.Hive.JobManager-3.3</Name>
404    </ProjectReference>
405    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
406      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
407      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
408    </ProjectReference>
409    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
410      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
411      <Name>HeuristicLab.Clients.Hive-3.3</Name>
412    </ProjectReference>
413    <ProjectReference Include="..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
414      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
415      <Name>HeuristicLab.CodeEditor-3.3</Name>
416    </ProjectReference>
417    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
418      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
419      <Name>HeuristicLab.Collections-3.3</Name>
420    </ProjectReference>
421    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
422      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
423      <Name>HeuristicLab.Common.Resources-3.3</Name>
424    </ProjectReference>
425    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
426      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
427      <Name>HeuristicLab.Common-3.3</Name>
428    </ProjectReference>
429    <ProjectReference Include="..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
430      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
431      <Name>HeuristicLab.Core.Views-3.3</Name>
432    </ProjectReference>
433    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
434      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
435      <Name>HeuristicLab.Core-3.3</Name>
436    </ProjectReference>
437    <ProjectReference Include="..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
438      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
439      <Name>HeuristicLab.Data.Views-3.3</Name>
440    </ProjectReference>
441    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
442      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
443      <Name>HeuristicLab.Data-3.3</Name>
444    </ProjectReference>
445    <ProjectReference Include="..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
446      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
447      <Name>HeuristicLab.DebugEngine-3.3</Name>
448    </ProjectReference>
449    <ProjectReference Include="..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
450      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
451      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
452    </ProjectReference>
453    <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
454      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
455      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
456    </ProjectReference>
457    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
458      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
459      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
460    </ProjectReference>
461    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
462      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
463      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
464    </ProjectReference>
465    <ProjectReference Include="..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
466      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
467      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
468    </ProjectReference>
469    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
470      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
471      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
472    </ProjectReference>
473    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
474      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
475      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
476    </ProjectReference>
477    <ProjectReference Include="..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
478      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
479      <Name>HeuristicLab.Hive-3.3</Name>
480    </ProjectReference>
481    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
482      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
483      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
484    </ProjectReference>
485    <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
486      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
487      <Name>HeuristicLab.MainForm-3.3</Name>
488    </ProjectReference>
489    <ProjectReference Include="..\HeuristicLab.Operators.Programmable.Views\3.3\HeuristicLab.Operators.Programmable.Views-3.3.csproj">
490      <Project>{8C426FA3-6614-412C-B669-BCE58DB9710E}</Project>
491      <Name>HeuristicLab.Operators.Programmable.Views-3.3</Name>
492    </ProjectReference>
493    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
494      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
495      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
496    </ProjectReference>
497    <ProjectReference Include="..\HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj">
498      <Project>{0C39A349-1979-419A-89BD-E4E2F26BD287}</Project>
499      <Name>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</Name>
500    </ProjectReference>
501    <ProjectReference Include="..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
502      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
503      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
504    </ProjectReference>
505    <ProjectReference Include="..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
506      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
507      <Name>HeuristicLab.Operators.Views-3.3</Name>
508    </ProjectReference>
509    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
510      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
511      <Name>HeuristicLab.Operators-3.3</Name>
512    </ProjectReference>
513    <ProjectReference Include="..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
514      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
515      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
516    </ProjectReference>
517    <ProjectReference Include="..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
518      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
519      <Name>HeuristicLab.Optimization.Views-3.3</Name>
520    </ProjectReference>
521    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
522      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
523      <Name>HeuristicLab.Optimization-3.3</Name>
524    </ProjectReference>
525    <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
526      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
527      <Name>HeuristicLab.Optimizer-3.3</Name>
528    </ProjectReference>
529    <ProjectReference Include="..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
530      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
531      <Name>HeuristicLab.ParallelEngine-3.3</Name>
532    </ProjectReference>
533    <ProjectReference Include="..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
534      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
535      <Name>HeuristicLab.Parameters.Views-3.3</Name>
536    </ProjectReference>
537    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
538      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
539      <Name>HeuristicLab.Parameters-3.3</Name>
540    </ProjectReference>
541    <ProjectReference Include="..\HeuristicLab.Persistence.GUI\3.3\HeuristicLab.Persistence.GUI-3.3.csproj">
542      <Project>{A9E282EA-180F-4233-B809-AEDF0787545C}</Project>
543      <Name>HeuristicLab.Persistence.GUI-3.3</Name>
544    </ProjectReference>
545    <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
546      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
547      <Name>HeuristicLab.Persistence-3.3</Name>
548    </ProjectReference>
549    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
550      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
551      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
552    </ProjectReference>
553    <ProjectReference Include="..\HeuristicLab.Problems.ArtificialAnt.Views\3.4\HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj">
554      <Project>{3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}</Project>
555      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.4</Name>
556    </ProjectReference>
557    <ProjectReference Include="..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
558      <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project>
559      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
560    </ProjectReference>
561    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
562      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
563      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
564    </ProjectReference>
565    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
566      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
567      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
568    </ProjectReference>
569    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
570      <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
571      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
572    </ProjectReference>
573    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
574      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
575      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
576    </ProjectReference>
577    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
578      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
579      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
580    </ProjectReference>
581    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
582      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
583      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
584    </ProjectReference>
585    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
586      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
587      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
588    </ProjectReference>
589    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
590      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
591      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
592    </ProjectReference>
593    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation.GP\3.4\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj">
594      <Project>{B7A64A60-B538-479F-9C47-A3180C458F6C}</Project>
595      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</Name>
596    </ProjectReference>
597    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
598      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
599      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
600    </ProjectReference>
601    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj">
602      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
603      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
604    </ProjectReference>
605    <ProjectReference Include="..\HeuristicLab.Problems.Instances.CordeauGQAP\3.3\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj">
606      <Project>{1F2718DA-BF13-40EE-A7FD-EEDB4912E64E}</Project>
607      <Name>HeuristicLab.Problems.Instances.CordeauGQAP-3.3</Name>
608    </ProjectReference>
609    <ProjectReference Include="..\HeuristicLab.Problems.Instances.ElloumiCTAP\3.3\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj">
610      <Project>{CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE}</Project>
611      <Name>HeuristicLab.Problems.Instances.ElloumiCTAP-3.3</Name>
612    </ProjectReference>
613    <ProjectReference Include="..\HeuristicLab.Problems.Instances.QAPLIB\3.3\HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj">
614      <Project>{73F29D43-5714-4069-8FAB-0D18FEB5F175}</Project>
615      <Name>HeuristicLab.Problems.Instances.QAPLIB-3.3</Name>
616    </ProjectReference>
617    <ProjectReference Include="..\HeuristicLab.Problems.Instances.TSPLIB.Views\3.3\HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.csproj">
618      <Project>{B7FA451C-26BF-4EE5-8E0E-BECAADA5B8E9}</Project>
619      <Name>HeuristicLab.Problems.Instances.TSPLIB.Views-3.3</Name>
620    </ProjectReference>
621    <ProjectReference Include="..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">
622      <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>
623      <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>
624    </ProjectReference>
625    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
626      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
627      <Name>HeuristicLab.Problems.Instances-3.3</Name>
628    </ProjectReference>
629    <ProjectReference Include="..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
630      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
631      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
632    </ProjectReference>
633    <ProjectReference Include="..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
634      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
635      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
636    </ProjectReference>
637    <ProjectReference Include="..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
638      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
639      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
640    </ProjectReference>
641    <ProjectReference Include="..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
642      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
643      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
644    </ProjectReference>
645    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj">
646      <Project>{5B9B9E8C-2706-43C2-80B8-A08341E431F7}</Project>
647      <Name>HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3</Name>
648    </ProjectReference>
649    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
650      <Project>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</Project>
651      <Name>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</Name>
652    </ProjectReference>
653    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
654      <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
655      <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
656    </ProjectReference>
657    <ProjectReference Include="..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
658      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
659      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
660    </ProjectReference>
661    <ProjectReference Include="..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
662      <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
663      <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
664    </ProjectReference>
665    <ProjectReference Include="..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
666      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
667      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
668    </ProjectReference>
669    <ProjectReference Include="..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
670      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
671      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
672    </ProjectReference>
673    <ProjectReference Include="..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
674      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
675      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
676    </ProjectReference>
677    <ProjectReference Include="..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
678      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
679      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
680    </ProjectReference>
681    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
682      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
683      <Name>HeuristicLab.Random-3.3</Name>
684    </ProjectReference>
685    <ProjectReference Include="..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
686      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
687      <Name>HeuristicLab.Selection-3.3</Name>
688    </ProjectReference>
689    <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
690      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
691      <Name>HeuristicLab.SequentialEngine-3.3</Name>
692    </ProjectReference>
693    <ProjectReference Include="..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
694      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
695      <Name>HeuristicLab.Tracing-3.3</Name>
696    </ProjectReference>
697    <ProjectReference Include="..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
698      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
699      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
700    </ProjectReference>
701  </ItemGroup>
702  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
703  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
704       Other similar extension points exist, see Microsoft.Common.targets.
705  <Target Name="BeforeBuild">
706  </Target>
707  <Target Name="AfterBuild">
708  </Target>
709  -->
710</Project>
Note: See TracBrowser for help on using the repository browser.