Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj @ 6832

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

#1653: Set copy local to false for project references and removed unit tests projects from solution.

File size: 37.7 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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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="AlgorithmExtensions.cs" />
125    <Compile Include="CloningConstructorTest.cs" />
126    <Compile Include="CollectObjectGraphTest.cs" />
127    <Compile Include="ContentViewTests.cs" />
128    <Compile Include="SupportVectorMachineTest.cs" />
129    <Compile Include="ThreadSafeLogTest.cs" />
130    <Compile Include="Properties\Resources.Designer.cs">
131      <AutoGen>True</AutoGen>
132      <DesignTime>True</DesignTime>
133      <DependentUpon>Resources.resx</DependentUpon>
134    </Compile>
135    <Compile Include="SamplesTest.cs" />
136    <Compile Include="SymbolicRegressionTest.cs" />
137    <Compile Include="PluginDependenciesTest.cs" />
138    <Compile Include="PluginLoader.cs" />
139    <Compile Include="Properties\AssemblyInfo.cs" />
140    <Compile Include="GeneticAlgorithmTest.cs" />
141    <Compile Include="StorableConstructorTest.cs" />
142  </ItemGroup>
143  <ItemGroup>
144    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
145      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
146      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</Name>
147  <Private>False</Private></ProjectReference>
148    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
149      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
150      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
151  <Private>False</Private></ProjectReference>
152    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
153      <Project>{E0B45023-CB84-48A1-A1B7-8295B64B7BAD}</Project>
154      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
155  <Private>False</Private></ProjectReference>
156    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
157      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
158      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
159  <Private>False</Private></ProjectReference>
160    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
161      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
162      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
163  <Private>False</Private></ProjectReference>
164    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
165      <Project>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</Project>
166      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
167  <Private>False</Private></ProjectReference>
168    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
169      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
170      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
171  <Private>False</Private></ProjectReference>
172    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
173      <Project>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</Project>
174      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
175  <Private>False</Private></ProjectReference>
176    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
177      <Project>{96E5ED5B-187D-4012-9CDA-D85CDAD38342}</Project>
178      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
179  <Private>False</Private></ProjectReference>
180    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
181      <Project>{D58A232D-04BA-4186-B73E-0EC86FD31ABE}</Project>
182      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
183  <Private>False</Private></ProjectReference>
184    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
185      <Project>{E4CFB0C3-0589-4893-B38E-8BEDF885C765}</Project>
186      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
187  <Private>False</Private></ProjectReference>
188    <ProjectReference Include="..\..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
189      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
190      <Name>HeuristicLab.Analysis.Views-3.3</Name>
191  <Private>False</Private></ProjectReference>
192    <ProjectReference Include="..\..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
193      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
194      <Name>HeuristicLab.Analysis-3.3</Name>
195  <Private>False</Private></ProjectReference>
196    <ProjectReference Include="..\..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
197      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
198      <Name>HeuristicLab.Clients.Common-3.3</Name>
199  <Private>False</Private></ProjectReference>
200    <ProjectReference Include="..\..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
201      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
202      <Name>HeuristicLab.CodeEditor-3.3</Name>
203  <Private>False</Private></ProjectReference>
204    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
205      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
206      <Name>HeuristicLab.Collections-3.3</Name>
207  <Private>False</Private></ProjectReference>
208    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
209      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
210      <Name>HeuristicLab.Common.Resources-3.3</Name>
211  <Private>False</Private></ProjectReference>
212    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
213      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
214      <Name>HeuristicLab.Common-3.3</Name>
215  <Private>False</Private></ProjectReference>
216    <ProjectReference Include="..\..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
217      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
218      <Name>HeuristicLab.Core.Views-3.3</Name>
219  <Private>False</Private></ProjectReference>
220    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
221      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
222      <Name>HeuristicLab.Core-3.3</Name>
223  <Private>False</Private></ProjectReference>
224    <ProjectReference Include="..\..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
225      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
226      <Name>HeuristicLab.Data.Views-3.3</Name>
227  <Private>False</Private></ProjectReference>
228    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
229      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
230      <Name>HeuristicLab.Data-3.3</Name>
231  <Private>False</Private></ProjectReference>
232    <ProjectReference Include="..\..\..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
233      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
234      <Name>HeuristicLab.DebugEngine-3.3</Name>
235  <Private>False</Private></ProjectReference>
236    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
237      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
238      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
239  <Private>False</Private></ProjectReference>
240    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
241      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
242      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
243  <Private>False</Private></ProjectReference>
244    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
245      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
246      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
247  <Private>False</Private></ProjectReference>
248    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
249      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
250      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
251  <Private>False</Private></ProjectReference>
252    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
253      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
254      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
255  <Private>False</Private></ProjectReference>
256    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
257      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
258      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
259  <Private>False</Private></ProjectReference>
260    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
261      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
262      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
263  <Private>False</Private></ProjectReference>
264    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
265      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
266      <Name>ALGLIB-3.1.0</Name>
267  <Private>False</Private></ProjectReference>
268    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
269      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
270      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
271  <Private>False</Private></ProjectReference>
272    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
273      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
274      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
275  <Private>False</Private></ProjectReference>
276    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
277      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
278      <Name>LibSVM-1.6.3</Name>
279  <Private>False</Private></ProjectReference>
280    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\HeuristicLab.log4net-1.2.10.0.csproj">
281      <Project>{1B3063DB-D71C-4A6A-A359-883E8F53A140}</Project>
282      <Name>HeuristicLab.log4net-1.2.10.0</Name>
283  <Private>False</Private></ProjectReference>
284    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446.csproj">
285      <Project>{BB994448-2B21-4564-BB2E-38D8FFF8CF18}</Project>
286      <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>
287  <Private>False</Private></ProjectReference>
288    <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">
289      <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project>
290      <Name>Netron.Diagramming.Core-3.0.2672.12446</Name>
291  <Private>False</Private></ProjectReference>
292    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj">
293      <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project>
294      <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name>
295  <Private>False</Private></ProjectReference>
296    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj">
297      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
298      <Name>ProtocolBuffers</Name>
299  <Private>False</Private></ProjectReference>
300    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtoGen\ProtoGen.csproj">
301      <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project>
302      <Name>ProtoGen</Name>
303  <Private>False</Private></ProjectReference>
304    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
305      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
306      <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
307  <Private>False</Private></ProjectReference>
308    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1.csproj">
309      <Project>{678E2145-8152-4E19-9646-07D439D00301}</Project>
310      <Name>HeuristicLab.WinFormsUI-2.3.1 %28HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1%29</Name>
311  <Private>False</Private></ProjectReference>
312    <ProjectReference Include="..\..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
313      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
314      <Name>WinFormsUI-2.3.1</Name>
315  <Private>False</Private></ProjectReference>
316    <ProjectReference Include="..\..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
317      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
318      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
319  <Private>False</Private></ProjectReference>
320    <ProjectReference Include="..\..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
321      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
322      <Name>HeuristicLab.MainForm-3.3</Name>
323  <Private>False</Private></ProjectReference>
324    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
325      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
326      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
327  <Private>False</Private></ProjectReference>
328    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj">
329      <Project>{0C39A349-1979-419A-89BD-E4E2F26BD287}</Project>
330      <Name>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</Name>
331  <Private>False</Private></ProjectReference>
332    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
333      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
334      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
335  <Private>False</Private></ProjectReference>
336    <ProjectReference Include="..\..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
337      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
338      <Name>HeuristicLab.Operators.Views-3.3</Name>
339  <Private>False</Private></ProjectReference>
340    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
341      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
342      <Name>HeuristicLab.Operators-3.3</Name>
343  <Private>False</Private></ProjectReference>
344    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
345      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
346      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
347  <Private>False</Private></ProjectReference>
348    <ProjectReference Include="..\..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
349      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
350      <Name>HeuristicLab.Optimization.Views-3.3</Name>
351  <Private>False</Private></ProjectReference>
352    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
353      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
354      <Name>HeuristicLab.Optimization-3.3</Name>
355  <Private>False</Private></ProjectReference>
356    <ProjectReference Include="..\..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
357      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
358      <Name>HeuristicLab.Optimizer-3.3</Name>
359  <Private>False</Private></ProjectReference>
360    <ProjectReference Include="..\..\..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
361      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
362      <Name>HeuristicLab.ParallelEngine-3.3</Name>
363  <Private>False</Private></ProjectReference>
364    <ProjectReference Include="..\..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
365      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
366      <Name>HeuristicLab.Parameters.Views-3.3</Name>
367  <Private>False</Private></ProjectReference>
368    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
369      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
370      <Name>HeuristicLab.Parameters-3.3</Name>
371  <Private>False</Private></ProjectReference>
372    <ProjectReference Include="..\..\..\HeuristicLab.Persistence.GUI\3.3\HeuristicLab.Persistence.GUI-3.3.csproj">
373      <Project>{A9E282EA-180F-4233-B809-AEDF0787545C}</Project>
374      <Name>HeuristicLab.Persistence.GUI-3.3</Name>
375  <Private>False</Private></ProjectReference>
376    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
377      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
378      <Name>HeuristicLab.Persistence-3.3</Name>
379  <Private>False</Private></ProjectReference>
380    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
381      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
382      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
383  <Private>False</Private></ProjectReference>
384    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt.Views\3.4\HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj">
385      <Project>{3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}</Project>
386      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.4</Name>
387  <Private>False</Private></ProjectReference>
388    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
389      <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project>
390      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
391  <Private>False</Private></ProjectReference>
392    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
393      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
394      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
395  <Private>False</Private></ProjectReference>
396    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
397      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
398      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
399  <Private>False</Private></ProjectReference>
400    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
401      <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
402      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
403  <Private>False</Private></ProjectReference>
404    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
405      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
406      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
407  <Private>False</Private></ProjectReference>
408    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
409      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
410      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
411  <Private>False</Private></ProjectReference>
412    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
413      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
414      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
415  <Private>False</Private></ProjectReference>
416    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
417      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
418      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
419  <Private>False</Private></ProjectReference>
420    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
421      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
422      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
423  <Private>False</Private></ProjectReference>
424    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.4\HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj">
425      <Project>{B7A64A60-B538-479F-9C47-A3180C458F6C}</Project>
426      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</Name>
427  <Private>False</Private></ProjectReference>
428    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
429      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
430      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
431  <Private>False</Private></ProjectReference>
432    <ProjectReference Include="..\..\..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj">
433      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
434      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
435  <Private>False</Private></ProjectReference>
436    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
437      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
438      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
439  <Private>False</Private></ProjectReference>
440    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
441      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
442      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
443  <Private>False</Private></ProjectReference>
444    <ProjectReference Include="..\..\..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
445      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
446      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
447  <Private>False</Private></ProjectReference>
448    <ProjectReference Include="..\..\..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
449      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
450      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
451  <Private>False</Private></ProjectReference>
452    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
453      <Project>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</Project>
454      <Name>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</Name>
455  <Private>False</Private></ProjectReference>
456    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
457      <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
458      <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
459  <Private>False</Private></ProjectReference>
460    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
461      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
462      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
463  <Private>False</Private></ProjectReference>
464    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
465      <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
466      <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
467  <Private>False</Private></ProjectReference>
468    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
469      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
470      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
471  <Private>False</Private></ProjectReference>
472    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
473      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
474      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
475  <Private>False</Private></ProjectReference>
476    <ProjectReference Include="..\..\..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
477      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
478      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
479  <Private>False</Private></ProjectReference>
480    <ProjectReference Include="..\..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
481      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
482      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
483  <Private>False</Private></ProjectReference>
484    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
485      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
486      <Name>HeuristicLab.Random-3.3</Name>
487  <Private>False</Private></ProjectReference>
488    <ProjectReference Include="..\..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
489      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
490      <Name>HeuristicLab.Selection-3.3</Name>
491  <Private>False</Private></ProjectReference>
492    <ProjectReference Include="..\..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
493      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
494      <Name>HeuristicLab.SequentialEngine-3.3</Name>
495  <Private>False</Private></ProjectReference>
496    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
497      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
498      <Name>HeuristicLab.Tracing-3.3</Name>
499  <Private>False</Private></ProjectReference>
500    <ProjectReference Include="..\..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
501      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
502      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
503  <Private>False</Private></ProjectReference>
504  </ItemGroup>
505  <ItemGroup>
506    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
507  </ItemGroup>
508  <ItemGroup>
509    <None Include="Builder.testsettings">
510      <SubType>Designer</SubType>
511    </None>
512    <None Include="GA_SymbReg.hl">
513      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
514    </None>
515    <None Include="GA_TSP.hl">
516      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
517    </None>
518    <Content Include="Resources\ch130.opt.tour">
519      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
520    </Content>
521    <Content Include="Resources\ch130.tsp">
522      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
523    </Content>
524  </ItemGroup>
525  <ItemGroup>
526    <EmbeddedResource Include="Properties\Resources.resx">
527      <Generator>ResXFileCodeGenerator</Generator>
528      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
529    </EmbeddedResource>
530  </ItemGroup>
531  <ItemGroup>
532    <Content Include="Resources\C101.opt.txt">
533      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
534    </Content>
535    <Content Include="Resources\C101.txt">
536      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
537    </Content>
538    <Content Include="Resources\mammographic_masses.txt">
539      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
540    </Content>
541    <Content Include="Resources\towerData.txt">
542      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
543    </Content>
544  </ItemGroup>
545  <ItemGroup />
546  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
547  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
548       Other similar extension points exist, see Microsoft.Common.targets.
549  <Target Name="BeforeBuild">
550  </Target>
551  <Target Name="AfterBuild">
552  </Target>
553  -->
554</Project>
Note: See TracBrowser for help on using the repository browser.