Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Tests/HeuristicLab.Tests.csproj @ 6844

Last change on this file since 6844 was 6844, checked in by mkommend, 13 years ago

#1653: Restructured unit tests.

File size: 39.2 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  <ItemGroup>
42    <Reference Include="ALGLIB-3.1.0">
43      <HintPath>..\bin\ALGLIB-3.1.0.dll</HintPath>
44    </Reference>
45    <Reference Include="Calendar.DayView">
46      <HintPath>..\bin\Calendar.DayView.dll</HintPath>
47    </Reference>
48    <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=AMD64">
49      <HintPath>..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
52      <HintPath>..\bin\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.LibSVM-1.6.3">
55      <HintPath>..\bin\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.log4net-1.2.10.0">
58      <HintPath>..\bin\HeuristicLab.log4net-1.2.10.0.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Netron-3.0.2672.12446">
61      <HintPath>..\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.ProtobufCS-0.9.1">
64      <HintPath>..\bin\HeuristicLab.ProtobufCS-0.9.1.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.SharpDevelop-3.1.1.5327">
67      <HintPath>..\bin\HeuristicLab.SharpDevelop-3.1.1.5327.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.WinFormsUI-2.3.1">
70      <HintPath>..\bin\HeuristicLab.WinFormsUI-2.3.1.dll</HintPath>
71    </Reference>
72    <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
73      <HintPath>..\bin\ICSharpCode.NRefactory.dll</HintPath>
74    </Reference>
75    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
76      <HintPath>..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
77    </Reference>
78    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
79      <HintPath>..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
80    </Reference>
81    <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
82      <HintPath>..\bin\ICSharpCode.TextEditor.dll</HintPath>
83    </Reference>
84    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=AMD64">
85      <HintPath>..\bin\LibSVM-1.6.3.dll</HintPath>
86    </Reference>
87    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
88      <HintPath>..\bin\log4net.dll</HintPath>
89    </Reference>
90    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
91    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=AMD64">
92      <HintPath>..\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
93    </Reference>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Runtime.Serialization" />
100    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=AMD64">
101      <HintPath>..\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
102    </Reference>
103  </ItemGroup>
104  <ItemGroup>
105    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
106      <Visible>False</Visible>
107    </CodeAnalysisDependentAssemblyPaths>
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
111    <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
112    <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
113    <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
114    <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
115    <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
116    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
117    <Compile Include="HeuristicLab-3.3\SamplesTest.cs" />
118    <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
119    <Compile Include="HeuristicLab-3.3\SupportVectorMachineTest.cs" />
120    <Compile Include="HeuristicLab-3.3\SymbolicRegressionTest.cs" />
121    <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
122    <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
123    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
124    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
125    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
126    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
127    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
128    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\TestRandom.cs" />
129    <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
130    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
131    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
132    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
133    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\TestRandom.cs" />
134    <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
135    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
136    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
137    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
138    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
139    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
140    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
141    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
142    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
143    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
144    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
145    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
146    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
147    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
148    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
149    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Random.cs" />
150    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
151    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
152    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
153    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
154    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
155    <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
156    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
157    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
158    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
159    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
160    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
161    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
162    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
163    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
164    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
165    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
166    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
167    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
168    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
169    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\TestRandom.cs" />
170    <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
171    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
172    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
173    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
174    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
175    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
176    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
177    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
178    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
179    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
180    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
181    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
182    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
183    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
184    <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
185    <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
186    <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
187    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
188    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
189    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\TableFileParserTest.cs" />
190    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
191    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
192    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionImporter.cs" />
193    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Token.cs" />
194    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
195    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
196    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
197    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
198    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
199    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
200    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
201    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
202    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
203    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
204    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
205    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
206    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
207    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
208    <Compile Include="Properties\AssemblyInfo.cs" />
209  </ItemGroup>
210  <ItemGroup>
211    <None Include="app.config" />
212    <None Include="Builder.testsettings" />
213    <None Include="HeuristicLab-3.3\Resources\ch130.opt.tour">
214      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
215    </None>
216    <None Include="HeuristicLab-3.3\Resources\ch130.tsp">
217      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
218    </None>
219    <None Include="HeuristicLab-3.3\Resources\GA_SymbReg.hl">
220      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
221    </None>
222    <None Include="HeuristicLab-3.3\Resources\GA_TSP.hl">
223      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
224    </None>
225    <None Include="HeuristicLab.snk" />
226    <Shadow Include="Test References\HeuristicLab.PluginInfrastructure-3.3.accessor" />
227    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
228    <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" />
229    <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" />
230    <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor" />
231    <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
232    <Shadow Include="Test References\HeuristicLab.Problems.TestFunctions-3.3.accessor" />
233  </ItemGroup>
234  <ItemGroup>
235    <Content Include="HeuristicLab-3.3\Resources\C101.opt.txt">
236      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
237    </Content>
238    <Content Include="HeuristicLab-3.3\Resources\C101.txt">
239      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
240    </Content>
241    <Content Include="HeuristicLab-3.3\Resources\mammographic_masses.txt">
242      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
243    </Content>
244    <Content Include="HeuristicLab-3.3\Resources\towerData.txt">
245      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
246    </Content>
247  </ItemGroup>
248  <ItemGroup>
249    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
250      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
251      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</Name>
252    </ProjectReference>
253    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
254      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
255      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
256    </ProjectReference>
257    <ProjectReference Include="..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
258      <Project>{E0B45023-CB84-48A1-A1B7-8295B64B7BAD}</Project>
259      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
260    </ProjectReference>
261    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
262      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
263      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
264    </ProjectReference>
265    <ProjectReference Include="..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
266      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
267      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
268    </ProjectReference>
269    <ProjectReference Include="..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
270      <Project>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</Project>
271      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
272    </ProjectReference>
273    <ProjectReference Include="..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
274      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
275      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
276    </ProjectReference>
277    <ProjectReference Include="..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
278      <Project>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</Project>
279      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
280    </ProjectReference>
281    <ProjectReference Include="..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
282      <Project>{96E5ED5B-187D-4012-9CDA-D85CDAD38342}</Project>
283      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
284    </ProjectReference>
285    <ProjectReference Include="..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
286      <Project>{D58A232D-04BA-4186-B73E-0EC86FD31ABE}</Project>
287      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
288    </ProjectReference>
289    <ProjectReference Include="..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
290      <Project>{E4CFB0C3-0589-4893-B38E-8BEDF885C765}</Project>
291      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
292    </ProjectReference>
293    <ProjectReference Include="..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
294      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
295      <Name>HeuristicLab.Analysis.Views-3.3</Name>
296    </ProjectReference>
297    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
298      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
299      <Name>HeuristicLab.Analysis-3.3</Name>
300    </ProjectReference>
301    <ProjectReference Include="..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
302      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
303      <Name>HeuristicLab.Clients.Common-3.3</Name>
304    </ProjectReference>
305    <ProjectReference Include="..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
306      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
307      <Name>HeuristicLab.CodeEditor-3.3</Name>
308    </ProjectReference>
309    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
310      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
311      <Name>HeuristicLab.Collections-3.3</Name>
312    </ProjectReference>
313    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
314      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
315      <Name>HeuristicLab.Common.Resources-3.3</Name>
316    </ProjectReference>
317    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
318      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
319      <Name>HeuristicLab.Common-3.3</Name>
320    </ProjectReference>
321    <ProjectReference Include="..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
322      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
323      <Name>HeuristicLab.Core.Views-3.3</Name>
324    </ProjectReference>
325    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
326      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
327      <Name>HeuristicLab.Core-3.3</Name>
328    </ProjectReference>
329    <ProjectReference Include="..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
330      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
331      <Name>HeuristicLab.Data.Views-3.3</Name>
332    </ProjectReference>
333    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
334      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
335      <Name>HeuristicLab.Data-3.3</Name>
336    </ProjectReference>
337    <ProjectReference Include="..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
338      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
339      <Name>HeuristicLab.DebugEngine-3.3</Name>
340    </ProjectReference>
341    <ProjectReference Include="..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
342      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
343      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
344    </ProjectReference>
345    <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
346      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
347      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
348    </ProjectReference>
349    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
350      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
351      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
352    </ProjectReference>
353    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
354      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
355      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
356    </ProjectReference>
357    <ProjectReference Include="..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
358      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
359      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
360    </ProjectReference>
361    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
362      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
363      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
364    </ProjectReference>
365    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
366      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
367      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
368    </ProjectReference>
369    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
370      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
371      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
372    </ProjectReference>
373    <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
374      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
375      <Name>HeuristicLab.MainForm-3.3</Name>
376    </ProjectReference>
377    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
378      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
379      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
380    </ProjectReference>
381    <ProjectReference Include="..\HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj">
382      <Project>{0C39A349-1979-419A-89BD-E4E2F26BD287}</Project>
383      <Name>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</Name>
384    </ProjectReference>
385    <ProjectReference Include="..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
386      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
387      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
388    </ProjectReference>
389    <ProjectReference Include="..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
390      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
391      <Name>HeuristicLab.Operators.Views-3.3</Name>
392    </ProjectReference>
393    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
394      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
395      <Name>HeuristicLab.Operators-3.3</Name>
396    </ProjectReference>
397    <ProjectReference Include="..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
398      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
399      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
400    </ProjectReference>
401    <ProjectReference Include="..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
402      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
403      <Name>HeuristicLab.Optimization.Views-3.3</Name>
404    </ProjectReference>
405    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
406      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
407      <Name>HeuristicLab.Optimization-3.3</Name>
408    </ProjectReference>
409    <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
410      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
411      <Name>HeuristicLab.Optimizer-3.3</Name>
412    </ProjectReference>
413    <ProjectReference Include="..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
414      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
415      <Name>HeuristicLab.ParallelEngine-3.3</Name>
416    </ProjectReference>
417    <ProjectReference Include="..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
418      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
419      <Name>HeuristicLab.Parameters.Views-3.3</Name>
420    </ProjectReference>
421    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
422      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
423      <Name>HeuristicLab.Parameters-3.3</Name>
424    </ProjectReference>
425    <ProjectReference Include="..\HeuristicLab.Persistence.GUI\3.3\HeuristicLab.Persistence.GUI-3.3.csproj">
426      <Project>{A9E282EA-180F-4233-B809-AEDF0787545C}</Project>
427      <Name>HeuristicLab.Persistence.GUI-3.3</Name>
428    </ProjectReference>
429    <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
430      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
431      <Name>HeuristicLab.Persistence-3.3</Name>
432    </ProjectReference>
433    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
434      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
435      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
436    </ProjectReference>
437    <ProjectReference Include="..\HeuristicLab.Problems.ArtificialAnt.Views\3.4\HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj">
438      <Project>{3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}</Project>
439      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.4</Name>
440    </ProjectReference>
441    <ProjectReference Include="..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
442      <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project>
443      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
444    </ProjectReference>
445    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
446      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
447      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
448    </ProjectReference>
449    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
450      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
451      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
452    </ProjectReference>
453    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
454      <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
455      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
456    </ProjectReference>
457    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
458      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
459      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
460    </ProjectReference>
461    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views-3.4.csproj">
462      <Project>{E6CB1FC5-78EC-4EB8-BF12-35303C36F962}</Project>
463      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views-3.4</Name>
464    </ProjectReference>
465    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
466      <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
467      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
468    </ProjectReference>
469    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
470      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
471      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
472    </ProjectReference>
473    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
474      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
475      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
476    </ProjectReference>
477    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
478      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
479      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
480    </ProjectReference>
481    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
482      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
483      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
484    </ProjectReference>
485    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation.GP\3.4\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj">
486      <Project>{B7A64A60-B538-479F-9C47-A3180C458F6C}</Project>
487      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</Name>
488    </ProjectReference>
489    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
490      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
491      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
492    </ProjectReference>
493    <ProjectReference Include="..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj">
494      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
495      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
496    </ProjectReference>
497    <ProjectReference Include="..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
498      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
499      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
500    </ProjectReference>
501    <ProjectReference Include="..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
502      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
503      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
504    </ProjectReference>
505    <ProjectReference Include="..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
506      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
507      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
508    </ProjectReference>
509    <ProjectReference Include="..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
510      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
511      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
512    </ProjectReference>
513    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj">
514      <Project>{5B9B9E8C-2706-43C2-80B8-A08341E431F7}</Project>
515      <Name>HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3</Name>
516    </ProjectReference>
517    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
518      <Project>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</Project>
519      <Name>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</Name>
520    </ProjectReference>
521    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
522      <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
523      <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
524    </ProjectReference>
525    <ProjectReference Include="..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
526      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
527      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
528    </ProjectReference>
529    <ProjectReference Include="..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
530      <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
531      <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
532    </ProjectReference>
533    <ProjectReference Include="..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
534      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
535      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
536    </ProjectReference>
537    <ProjectReference Include="..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
538      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
539      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
540    </ProjectReference>
541    <ProjectReference Include="..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
542      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
543      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
544    </ProjectReference>
545    <ProjectReference Include="..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
546      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
547      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
548    </ProjectReference>
549    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
550      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
551      <Name>HeuristicLab.Random-3.3</Name>
552    </ProjectReference>
553    <ProjectReference Include="..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
554      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
555      <Name>HeuristicLab.Selection-3.3</Name>
556    </ProjectReference>
557    <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
558      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
559      <Name>HeuristicLab.SequentialEngine-3.3</Name>
560    </ProjectReference>
561    <ProjectReference Include="..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
562      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
563      <Name>HeuristicLab.Tracing-3.3</Name>
564    </ProjectReference>
565    <ProjectReference Include="..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
566      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
567      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
568    </ProjectReference>
569  </ItemGroup>
570  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
571  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
572       Other similar extension points exist, see Microsoft.Common.targets.
573  <Target Name="BeforeBuild">
574  </Target>
575  <Target Name="AfterBuild">
576  </Target>
577  -->
578</Project>
Note: See TracBrowser for help on using the repository browser.