Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj @ 6406

Last change on this file since 6406 was 6406, checked in by jhelm, 13 years ago

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

File size: 38.6 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>{66DABFD5-5BD2-4478-8DF9-C589F569F7A2}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab_33.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab-3.3.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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <CodeAnalysisLogFile>bin\Debug\HeuristicLab-3.3.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
42    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
43    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
47    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <CodeAnalysisLogFile>bin\Release\HeuristicLab-3.3.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
56    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
57    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
61    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
62    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
63    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>bin\x64\Debug\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <CodeAnalysisLogFile>bin\Debug\HeuristicLab-3.3.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
72    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
73    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
77    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
80    <OutputPath>bin\x64\Release\</OutputPath>
81    <DefineConstants>TRACE</DefineConstants>
82    <Optimize>true</Optimize>
83    <DebugType>pdbonly</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <CodeAnalysisLogFile>bin\Release\HeuristicLab-3.3.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
86    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
87    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
90    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
91    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
92    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
93    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="ICSharpCode.NRefactory">
97      <HintPath>..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
98    </Reference>
99    <Reference Include="ICSharpCode.SharpDevelop.Dom">
100      <HintPath>..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
101    </Reference>
102    <Reference Include="ICSharpCode.TextEditor">
103      <HintPath>..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
104    </Reference>
105    <Reference Include="log4net">
106      <HintPath>..\..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\log4net.dll</HintPath>
107    </Reference>
108    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
109    <Reference Include="Mono.Cecil">
110      <HintPath>..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
111    </Reference>
112    <Reference Include="System" />
113    <Reference Include="System.Core">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Windows.Forms" />
117  </ItemGroup>
118  <ItemGroup>
119    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
120      <Visible>False</Visible>
121    </CodeAnalysisDependentAssemblyPaths>
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="CloningConstructorTest.cs" />
125    <Compile Include="ContentViewTests.cs" />
126    <Compile Include="SymbolicRegressionTest.cs" />
127    <Compile Include="PluginDependenciesTest.cs" />
128    <Compile Include="PluginLoader.cs" />
129    <Compile Include="Properties\AssemblyInfo.cs" />
130    <Compile Include="GeneticAlgorithmTest.cs" />
131    <Compile Include="StorableConstructorTest.cs" />
132  </ItemGroup>
133  <ItemGroup>
134    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.csproj">
135      <Project>{C3E69936-0DB5-42A4-B1B4-12E9700B080E}</Project>
136      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.3</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
139      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
140      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
143      <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
144      <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
147      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
148      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
151      <Project>{E0B45023-CB84-48A1-A1B7-8295B64B7BAD}</Project>
152      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
155      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
156      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
159      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
160      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
163      <Project>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</Project>
164      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
167      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
168      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
171      <Project>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</Project>
172      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
175      <Project>{96E5ED5B-187D-4012-9CDA-D85CDAD38342}</Project>
176      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
179      <Project>{D58A232D-04BA-4186-B73E-0EC86FD31ABE}</Project>
180      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
183      <Project>{E4CFB0C3-0589-4893-B38E-8BEDF885C765}</Project>
184      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
187      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
188      <Name>HeuristicLab.Analysis.Views-3.3</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
191      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
192      <Name>HeuristicLab.Analysis-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
195      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
196      <Name>HeuristicLab.Clients.Common-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
199      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
200      <Name>HeuristicLab.CodeEditor-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
203      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
204      <Name>HeuristicLab.Collections-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
207      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
208      <Name>HeuristicLab.Common.Resources-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
211      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
212      <Name>HeuristicLab.Common-3.3</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
215      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
216      <Name>HeuristicLab.Core.Views-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
219      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
220      <Name>HeuristicLab.Core-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
223      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
224      <Name>HeuristicLab.Data.Views-3.3</Name>
225    </ProjectReference>
226    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
227      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
228      <Name>HeuristicLab.Data-3.3</Name>
229    </ProjectReference>
230    <ProjectReference Include="..\..\..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
231      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
232      <Name>HeuristicLab.DebugEngine-3.3</Name>
233    </ProjectReference>
234    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
235      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
236      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
237    </ProjectReference>
238    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
239      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
240      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
241    </ProjectReference>
242    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
243      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
244      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
245    </ProjectReference>
246    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
247      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
248      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
249    </ProjectReference>
250    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
251      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
252      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
253    </ProjectReference>
254    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
255      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
256      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
257    </ProjectReference>
258    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
259      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
260      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
261    </ProjectReference>
262    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
263      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
264      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
265    </ProjectReference>
266    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
267      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
268      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
269    </ProjectReference>
270    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
271      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
272      <Name>ALGLIB-3.1.0</Name>
273    </ProjectReference>
274    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
275      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
276      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
277    </ProjectReference>
278    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
279      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
280      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
281    </ProjectReference>
282    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
283      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
284      <Name>LibSVM-1.6.3</Name>
285    </ProjectReference>
286    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\HeuristicLab.log4net-1.2.10.0.csproj">
287      <Project>{1B3063DB-D71C-4A6A-A359-883E8F53A140}</Project>
288      <Name>HeuristicLab.log4net-1.2.10.0</Name>
289    </ProjectReference>
290    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446.csproj">
291      <Project>{BB994448-2B21-4564-BB2E-38D8FFF8CF18}</Project>
292      <Name>HeuristicLab.Netron-3.0.2672.12446 %28HeuristicLab.ExtLibs\HeuristicLab.Netron\HeuristicLab.Netron-3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446%29</Name>
293    </ProjectReference>
294    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj">
295      <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project>
296      <Name>Netron.Diagramming.Core-3.0.2672.12446</Name>
297    </ProjectReference>
298    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj">
299      <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project>
300      <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name>
301    </ProjectReference>
302    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj">
303      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
304      <Name>ProtocolBuffers</Name>
305    </ProjectReference>
306    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtoGen\ProtoGen.csproj">
307      <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project>
308      <Name>ProtoGen</Name>
309    </ProjectReference>
310    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
311      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
312      <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
313    </ProjectReference>
314    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1.csproj">
315      <Project>{678E2145-8152-4E19-9646-07D439D00301}</Project>
316      <Name>HeuristicLab.WinFormsUI-2.3.1 %28HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1%29</Name>
317    </ProjectReference>
318    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
319      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
320      <Name>WinFormsUI-2.3.1</Name>
321    </ProjectReference>
322    <ProjectReference Include="..\..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
323      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
324      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
325    </ProjectReference>
326    <ProjectReference Include="..\..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
327      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
328      <Name>HeuristicLab.MainForm-3.3</Name>
329    </ProjectReference>
330    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
331      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
332      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
333    </ProjectReference>
334    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj">
335      <Project>{0C39A349-1979-419A-89BD-E4E2F26BD287}</Project>
336      <Name>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</Name>
337    </ProjectReference>
338    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
339      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
340      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
341    </ProjectReference>
342    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
343      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
344      <Name>HeuristicLab.Operators.Views-3.3</Name>
345    </ProjectReference>
346    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
347      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
348      <Name>HeuristicLab.Operators-3.3</Name>
349    </ProjectReference>
350    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
351      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
352      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
353    </ProjectReference>
354    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
355      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
356      <Name>HeuristicLab.Optimization.Views-3.3</Name>
357    </ProjectReference>
358    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
359      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
360      <Name>HeuristicLab.Optimization-3.3</Name>
361    </ProjectReference>
362    <ProjectReference Include="..\..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
363      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
364      <Name>HeuristicLab.Optimizer-3.3</Name>
365    </ProjectReference>
366    <ProjectReference Include="..\..\..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
367      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
368      <Name>HeuristicLab.ParallelEngine-3.3</Name>
369    </ProjectReference>
370    <ProjectReference Include="..\..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
371      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
372      <Name>HeuristicLab.Parameters.Views-3.3</Name>
373    </ProjectReference>
374    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
375      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
376      <Name>HeuristicLab.Parameters-3.3</Name>
377    </ProjectReference>
378    <ProjectReference Include="..\..\..\HeuristicLab.Persistence.GUI\3.3\HeuristicLab.Persistence.GUI-3.3.csproj">
379      <Project>{A9E282EA-180F-4233-B809-AEDF0787545C}</Project>
380      <Name>HeuristicLab.Persistence.GUI-3.3</Name>
381    </ProjectReference>
382    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
383      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
384      <Name>HeuristicLab.Persistence-3.3</Name>
385    </ProjectReference>
386    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
387      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
388      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
389    </ProjectReference>
390    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt.Views\3.3\HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj">
391      <Project>{30DD3DA2-CA57-49DD-A5BA-50CEF19DB45F}</Project>
392      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.3</Name>
393    </ProjectReference>
394    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt.Views\3.4\HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj">
395      <Project>{3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}</Project>
396      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.4</Name>
397    </ProjectReference>
398    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt\3.3\HeuristicLab.Problems.ArtificialAnt-3.3.csproj">
399      <Project>{F5C0ECAC-EDBA-4024-872A-1F74AFCB20B4}</Project>
400      <Name>HeuristicLab.Problems.ArtificialAnt-3.3</Name>
401    </ProjectReference>
402    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
403      <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project>
404      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
405    </ProjectReference>
406    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Classification.Views\3.3\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.csproj">
407      <Project>{7F038E9A-B91E-4F49-8C27-D47BC86F1220}</Project>
408      <Name>HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3</Name>
409    </ProjectReference>
410    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Classification\3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.csproj">
411      <Project>{D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}</Project>
412      <Name>HeuristicLab.Problems.DataAnalysis.Classification-3.3</Name>
413    </ProjectReference>
414    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
415      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
416      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
417    </ProjectReference>
418    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
419      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
420      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
421    </ProjectReference>
422    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
423      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
424      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
425    </ProjectReference>
426    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
427      <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
428      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
429    </ProjectReference>
430    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
431      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
432      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
433    </ProjectReference>
434    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
435      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
436      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
437    </ProjectReference>
438    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
439      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
440      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
441    </ProjectReference>
442    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Views\3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj">
443      <Project>{799B0B38-E384-4A17-A73C-F211EB854592}</Project>
444      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.3</Name>
445    </ProjectReference>
446    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
447      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
448      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
449    </ProjectReference>
450    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
451      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
452      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
453    </ProjectReference>
454    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
455      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
456      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
457    </ProjectReference>
458    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.GP.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.csproj">
459      <Project>{1778134B-866B-4CB3-BFC0-52B2FAAA5777}</Project>
460      <Name>HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3</Name>
461    </ProjectReference>
462    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.csproj">
463      <Project>{E86E215D-E3CE-4244-978D-555D4E17AC09}</Project>
464      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.3</Name>
465    </ProjectReference>
466    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.4\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj">
467      <Project>{B7A64A60-B538-479F-9C47-A3180C458F6C}</Project>
468      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</Name>
469    </ProjectReference>
470    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
471      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
472      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
473    </ProjectReference>
474    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj">
475      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
476      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
477    </ProjectReference>
478    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
479      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
480      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
481    </ProjectReference>
482    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
483      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
484      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
485    </ProjectReference>
486    <ProjectReference Include="..\..\..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
487      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
488      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
489    </ProjectReference>
490    <ProjectReference Include="..\..\..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
491      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
492      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
493    </ProjectReference>
494    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
495      <Project>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</Project>
496      <Name>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</Name>
497    </ProjectReference>
498    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
499      <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
500      <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
501    </ProjectReference>
502    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Scheduling.Views\3.3\HeuristicLab.Problems.Scheduling.Views-3.3.csproj">
503      <Project>{78763A4E-E163-48C2-98EB-709760D06F25}</Project>
504      <Name>HeuristicLab.Problems.Scheduling.Views-3.3</Name>
505    </ProjectReference>
506    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
507      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
508      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
509    </ProjectReference>
510    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
511      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
512      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
513    </ProjectReference>
514    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
515      <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
516      <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
517    </ProjectReference>
518    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
519      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
520      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
521    </ProjectReference>
522    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
523      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
524      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
525    </ProjectReference>
526    <ProjectReference Include="..\..\..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
527      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
528      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
529    </ProjectReference>
530    <ProjectReference Include="..\..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
531      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
532      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
533    </ProjectReference>
534    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
535      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
536      <Name>HeuristicLab.Random-3.3</Name>
537    </ProjectReference>
538    <ProjectReference Include="..\..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
539      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
540      <Name>HeuristicLab.Selection-3.3</Name>
541    </ProjectReference>
542    <ProjectReference Include="..\..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
543      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
544      <Name>HeuristicLab.SequentialEngine-3.3</Name>
545    </ProjectReference>
546    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
547      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
548      <Name>HeuristicLab.Tracing-3.3</Name>
549    </ProjectReference>
550    <ProjectReference Include="..\..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
551      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
552      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
553    </ProjectReference>
554  </ItemGroup>
555  <ItemGroup>
556    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
557  </ItemGroup>
558  <ItemGroup>
559    <None Include="Builder.testsettings">
560      <SubType>Designer</SubType>
561    </None>
562    <None Include="GA_SymbReg.hl">
563      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
564    </None>
565    <None Include="GA_TSP.hl">
566      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
567    </None>
568  </ItemGroup>
569  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
570  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
571       Other similar extension points exist, see Microsoft.Common.targets.
572  <Target Name="BeforeBuild">
573  </Target>
574  <Target Name="AfterBuild">
575  </Target>
576  -->
577</Project>
Note: See TracBrowser for help on using the repository browser.