Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7695 was 7695, checked in by gkronber, 12 years ago

#1810 merged patch to add square and square root function symbols by mkommend

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