Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj @ 7743

Last change on this file since 7743 was 7743, checked in by abeham, 12 years ago

#1834

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