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.5</TargetFrameworkVersion>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
17 | <TargetFrameworkProfile />
|
---|
18 | </PropertyGroup>
|
---|
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
20 | <DebugSymbols>true</DebugSymbols>
|
---|
21 | <DebugType>full</DebugType>
|
---|
22 | <Optimize>false</Optimize>
|
---|
23 | <OutputPath>..\bin\</OutputPath>
|
---|
24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
25 | <ErrorReport>prompt</ErrorReport>
|
---|
26 | <WarningLevel>4</WarningLevel>
|
---|
27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
28 | </PropertyGroup>
|
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
30 | <DebugType>pdbonly</DebugType>
|
---|
31 | <Optimize>true</Optimize>
|
---|
32 | <OutputPath>..\bin\</OutputPath>
|
---|
33 | <DefineConstants>TRACE</DefineConstants>
|
---|
34 | <ErrorReport>prompt</ErrorReport>
|
---|
35 | <WarningLevel>4</WarningLevel>
|
---|
36 | <Prefer32Bit>false</Prefer32Bit>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup>
|
---|
39 | <SignAssembly>true</SignAssembly>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup>
|
---|
42 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
45 | <DebugSymbols>true</DebugSymbols>
|
---|
46 | <OutputPath>..\bin\</OutputPath>
|
---|
47 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
48 | <DebugType>full</DebugType>
|
---|
49 | <PlatformTarget>x64</PlatformTarget>
|
---|
50 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
51 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
52 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
53 | <ErrorReport>prompt</ErrorReport>
|
---|
54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
55 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
56 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
57 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
58 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
60 | </PropertyGroup>
|
---|
61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
62 | <OutputPath>..\bin\</OutputPath>
|
---|
63 | <DefineConstants>TRACE</DefineConstants>
|
---|
64 | <Optimize>true</Optimize>
|
---|
65 | <DebugType>pdbonly</DebugType>
|
---|
66 | <PlatformTarget>x64</PlatformTarget>
|
---|
67 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
68 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
69 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
70 | <ErrorReport>prompt</ErrorReport>
|
---|
71 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
72 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
73 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
74 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
75 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
76 | <Prefer32Bit>false</Prefer32Bit>
|
---|
77 | </PropertyGroup>
|
---|
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
79 | <DebugSymbols>true</DebugSymbols>
|
---|
80 | <OutputPath>..\bin\</OutputPath>
|
---|
81 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
82 | <DebugType>full</DebugType>
|
---|
83 | <PlatformTarget>x86</PlatformTarget>
|
---|
84 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
85 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
86 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
87 | <ErrorReport>prompt</ErrorReport>
|
---|
88 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
89 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
90 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
91 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
92 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
93 | <Prefer32Bit>false</Prefer32Bit>
|
---|
94 | </PropertyGroup>
|
---|
95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
96 | <OutputPath>..\bin\</OutputPath>
|
---|
97 | <DefineConstants>TRACE</DefineConstants>
|
---|
98 | <Optimize>true</Optimize>
|
---|
99 | <DebugType>pdbonly</DebugType>
|
---|
100 | <PlatformTarget>x86</PlatformTarget>
|
---|
101 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
102 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
103 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
104 | <ErrorReport>prompt</ErrorReport>
|
---|
105 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
106 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
107 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
109 | </PropertyGroup>
|
---|
110 | <ItemGroup>
|
---|
111 | <Reference Include="ALGLIB-3.7.0">
|
---|
112 | <HintPath>..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
113 | <Private>False</Private>
|
---|
114 | </Reference>
|
---|
115 | <Reference Include="HeuristicLab.Algorithms.ALPS-3.3">
|
---|
116 | <HintPath>..\bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath>
|
---|
117 | <Private>False</Private>
|
---|
118 | </Reference>
|
---|
119 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
120 | <HintPath>..\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
121 | <Private>False</Private>
|
---|
122 | </Reference>
|
---|
123 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
124 | <HintPath>..\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
125 | <Private>False</Private>
|
---|
126 | </Reference>
|
---|
127 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
128 | <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
129 | <Private>False</Private>
|
---|
130 | </Reference>
|
---|
131 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
132 | <HintPath>..\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
133 | <Private>False</Private>
|
---|
134 | </Reference>
|
---|
135 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
136 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.dll</HintPath>
|
---|
137 | <Private>False</Private>
|
---|
138 | </Reference>
|
---|
139 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
|
---|
140 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
141 | <Private>False</Private>
|
---|
142 | </Reference>
|
---|
143 | <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3">
|
---|
144 | <SpecificVersion>False</SpecificVersion>
|
---|
145 | <HintPath>..\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>
|
---|
146 | <Private>False</Private>
|
---|
147 | </Reference>
|
---|
148 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
149 | <HintPath>..\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
150 | <Private>False</Private>
|
---|
151 | </Reference>
|
---|
152 | <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3">
|
---|
153 | <HintPath>..\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>
|
---|
154 | <Private>False</Private>
|
---|
155 | </Reference>
|
---|
156 | <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3">
|
---|
157 | <HintPath>..\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>
|
---|
158 | <Private>False</Private>
|
---|
159 | </Reference>
|
---|
160 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
161 | <HintPath>..\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
162 | <Private>False</Private>
|
---|
163 | </Reference>
|
---|
164 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
165 | <HintPath>..\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
166 | <Private>False</Private>
|
---|
167 | </Reference>
|
---|
168 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
169 | <HintPath>..\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
170 | <Private>False</Private>
|
---|
171 | </Reference>
|
---|
172 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
173 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
174 | <Private>False</Private>
|
---|
175 | </Reference>
|
---|
176 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
177 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
178 | <Private>False</Private>
|
---|
179 | </Reference>
|
---|
180 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
181 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
182 | <Private>False</Private>
|
---|
183 | </Reference>
|
---|
184 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
185 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
186 | <Private>False</Private>
|
---|
187 | </Reference>
|
---|
188 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
189 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
190 | <Private>False</Private>
|
---|
191 | </Reference>
|
---|
192 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
193 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
194 | <Private>False</Private>
|
---|
195 | </Reference>
|
---|
196 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
197 | <Private>False</Private>
|
---|
198 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
199 | </Reference>
|
---|
200 | <Reference Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
201 | <SpecificVersion>False</SpecificVersion>
|
---|
202 | <HintPath>..\bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.dll</HintPath>
|
---|
203 | <Private>False</Private>
|
---|
204 | </Reference>
|
---|
205 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
206 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
207 | <Private>False</Private>
|
---|
208 | </Reference>
|
---|
209 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
210 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
211 | <Private>False</Private>
|
---|
212 | </Reference>
|
---|
213 | <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3">
|
---|
214 | <HintPath>..\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>
|
---|
215 | <Private>False</Private>
|
---|
216 | </Reference>
|
---|
217 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
218 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
219 | <Private>False</Private>
|
---|
220 | </Reference>
|
---|
221 | <Reference Include="HeuristicLab.IGraph-0.8.0-pre, Version=0.8.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
222 | <SpecificVersion>False</SpecificVersion>
|
---|
223 | <HintPath>..\bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath>
|
---|
224 | <Private>False</Private>
|
---|
225 | </Reference>
|
---|
226 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
227 | <HintPath>..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
228 | <Private>False</Private>
|
---|
229 | </Reference>
|
---|
230 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
231 | <HintPath>..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
232 | <Private>False</Private>
|
---|
233 | </Reference>
|
---|
234 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
235 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
236 | <Private>False</Private>
|
---|
237 | </Reference>
|
---|
238 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
239 | <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
240 | <Private>False</Private>
|
---|
241 | </Reference>
|
---|
242 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
243 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
244 | <Private>False</Private>
|
---|
245 | </Reference>
|
---|
246 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
247 | <HintPath>..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
248 | <Private>False</Private>
|
---|
249 | </Reference>
|
---|
250 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
251 | <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
252 | <Private>False</Private>
|
---|
253 | </Reference>
|
---|
254 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
255 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
256 | <Private>False</Private>
|
---|
257 | </Reference>
|
---|
258 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
259 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
260 | <Private>False</Private>
|
---|
261 | </Reference>
|
---|
262 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
263 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
264 | <Private>False</Private>
|
---|
265 | </Reference>
|
---|
266 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
267 | <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
268 | <Private>False</Private>
|
---|
269 | </Reference>
|
---|
270 | <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
271 | <SpecificVersion>False</SpecificVersion>
|
---|
272 | <HintPath>..\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
|
---|
273 | <Private>False</Private>
|
---|
274 | </Reference>
|
---|
275 | <Reference Include="HeuristicLab.Problems.BinPacking-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
276 | <SpecificVersion>False</SpecificVersion>
|
---|
277 | <HintPath>..\bin\HeuristicLab.Problems.BinPacking-3.3.dll</HintPath>
|
---|
278 | <Private>False</Private>
|
---|
279 | </Reference>
|
---|
280 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
281 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
282 | <Private>False</Private>
|
---|
283 | </Reference>
|
---|
284 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
285 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
286 | <Private>False</Private>
|
---|
287 | </Reference>
|
---|
288 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
289 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
290 | <Private>False</Private>
|
---|
291 | </Reference>
|
---|
292 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
293 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
294 | <Private>False</Private>
|
---|
295 | </Reference>
|
---|
296 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
|
---|
297 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
|
---|
298 | <Private>False</Private>
|
---|
299 | </Reference>
|
---|
300 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
301 | <SpecificVersion>False</SpecificVersion>
|
---|
302 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath>
|
---|
303 | <Private>False</Private>
|
---|
304 | </Reference>
|
---|
305 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
306 | <SpecificVersion>False</SpecificVersion>
|
---|
307 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll</HintPath>
|
---|
308 | <Private>False</Private>
|
---|
309 | </Reference>
|
---|
310 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
311 | <SpecificVersion>False</SpecificVersion>
|
---|
312 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.dll</HintPath>
|
---|
313 | <Private>False</Private>
|
---|
314 | </Reference>
|
---|
315 | <Reference Include="HeuristicLab.Problems.GeneticProgramming-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
316 | <SpecificVersion>False</SpecificVersion>
|
---|
317 | <HintPath>..\bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath>
|
---|
318 | <Private>False</Private>
|
---|
319 | </Reference>
|
---|
320 | <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
321 | <SpecificVersion>False</SpecificVersion>
|
---|
322 | <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.4.dll</HintPath>
|
---|
323 | <Private>False</Private>
|
---|
324 | </Reference>
|
---|
325 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
326 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
327 | <Private>False</Private>
|
---|
328 | </Reference>
|
---|
329 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
330 | <HintPath>..\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
331 | <Private>False</Private>
|
---|
332 | </Reference>
|
---|
333 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
334 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
335 | <Private>False</Private>
|
---|
336 | </Reference>
|
---|
337 | <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3">
|
---|
338 | <HintPath>..\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>
|
---|
339 | <Private>False</Private>
|
---|
340 | </Reference>
|
---|
341 | <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
|
---|
342 | <HintPath>..\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
|
---|
343 | <Private>False</Private>
|
---|
344 | </Reference>
|
---|
345 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3">
|
---|
346 | <HintPath>..\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
347 | <Private>False</Private>
|
---|
348 | </Reference>
|
---|
349 | <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4">
|
---|
350 | <HintPath>..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>
|
---|
351 | <Private>False</Private>
|
---|
352 | </Reference>
|
---|
353 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
354 | <HintPath>..\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
355 | <Private>False</Private>
|
---|
356 | </Reference>
|
---|
357 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
|
---|
358 | <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
359 | <Private>False</Private>
|
---|
360 | </Reference>
|
---|
361 | <Reference Include="HeuristicLab.Problems.Programmable-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
362 | <SpecificVersion>False</SpecificVersion>
|
---|
363 | <HintPath>..\bin\HeuristicLab.Problems.Programmable-3.3.dll</HintPath>
|
---|
364 | <Private>False</Private>
|
---|
365 | </Reference>
|
---|
366 | <Reference Include="HeuristicLab.Problems.Programmable.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
367 | <SpecificVersion>False</SpecificVersion>
|
---|
368 | <HintPath>..\bin\HeuristicLab.Problems.Programmable.Views-3.3.dll</HintPath>
|
---|
369 | <Private>False</Private>
|
---|
370 | </Reference>
|
---|
371 | <Reference Include="HeuristicLab.Problems.Orienteering-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
372 | <HintPath>..\bin\HeuristicLab.Problems.Orienteering-3.3.dll</HintPath>
|
---|
373 | <Private>False</Private>
|
---|
374 | </Reference>
|
---|
375 | <Reference Include="HeuristicLab.Problems.PTSP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
376 | <SpecificVersion>False</SpecificVersion>
|
---|
377 | <HintPath>..\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>
|
---|
378 | <Private>False</Private>
|
---|
379 | </Reference>
|
---|
380 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
381 | <HintPath>..\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
382 | <Private>False</Private>
|
---|
383 | </Reference>
|
---|
384 | <Reference Include="HeuristicLab.Problems.Scheduling-3.3">
|
---|
385 | <HintPath>..\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>
|
---|
386 | <Private>False</Private>
|
---|
387 | </Reference>
|
---|
388 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
389 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
390 | <Private>False</Private>
|
---|
391 | </Reference>
|
---|
392 | <Reference Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
393 | <SpecificVersion>False</SpecificVersion>
|
---|
394 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath>
|
---|
395 | <Private>False</Private>
|
---|
396 | </Reference>
|
---|
397 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
398 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
399 | <Private>False</Private>
|
---|
400 | </Reference>
|
---|
401 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
402 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
403 | <Private>False</Private>
|
---|
404 | </Reference>
|
---|
405 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
406 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
407 | <Private>False</Private>
|
---|
408 | </Reference>
|
---|
409 | <Reference Include="HeuristicLab.Scripting-3.3">
|
---|
410 | <HintPath>..\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
411 | <Private>False</Private>
|
---|
412 | </Reference>
|
---|
413 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
414 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
415 | <Private>False</Private>
|
---|
416 | </Reference>
|
---|
417 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
418 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
419 | <Private>False</Private>
|
---|
420 | </Reference>
|
---|
421 | <Reference Include="LibSVM-3.12">
|
---|
422 | <HintPath>..\bin\LibSVM-3.12.dll</HintPath>
|
---|
423 | <Private>False</Private>
|
---|
424 | </Reference>
|
---|
425 | <Reference Include="Microsoft.CSharp" />
|
---|
426 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
427 | <Private>false</Private>
|
---|
428 | </Reference>
|
---|
429 | <Reference Include="System" />
|
---|
430 | <Reference Include="System.Core">
|
---|
431 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
432 | </Reference>
|
---|
433 | <Reference Include="System.Drawing" />
|
---|
434 | <Reference Include="System.Runtime.Serialization" />
|
---|
435 | <Reference Include="System.Windows.Forms" />
|
---|
436 | </ItemGroup>
|
---|
437 | <ItemGroup>
|
---|
438 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
439 | <Visible>False</Visible>
|
---|
440 | </CodeAnalysisDependentAssemblyPaths>
|
---|
441 | </ItemGroup>
|
---|
442 | <ItemGroup>
|
---|
443 | <Compile Include="AssemblyInitializer.cs" />
|
---|
444 | <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
|
---|
445 | <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
|
---|
446 | <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
|
---|
447 | <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
|
---|
448 | <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
|
---|
449 | <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
|
---|
450 | <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
|
---|
451 | <Compile Include="HeuristicLab-3.3\NamedItemTest.cs" />
|
---|
452 | <Compile Include="HeuristicLab-3.3\ParameterVisibilityTest.cs" />
|
---|
453 | <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
|
---|
454 | <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
|
---|
455 | <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
|
---|
456 | <Compile Include="HeuristicLab-3.3\Samples\GABppSampleTest.cs" />
|
---|
457 | <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
|
---|
458 | <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
|
---|
459 | <Compile Include="HeuristicLab-3.3\Samples\GAGroupingProblemSampleTest.cs" />
|
---|
460 | <Compile Include="HeuristicLab-3.3\Samples\VnsOpSampleTest.cs" />
|
---|
461 | <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
|
---|
462 | <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
|
---|
463 | <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
|
---|
464 | <Compile Include="HeuristicLab-3.3\Samples\GeSymbolicRegressionSampleTest.cs" />
|
---|
465 | <Compile Include="HeuristicLab-3.3\Samples\GPArtificialAntSampleTest.cs" />
|
---|
466 | <Compile Include="HeuristicLab-3.3\Samples\GPLawnMowerSampleTest.cs" />
|
---|
467 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicClassificationSampleTest.cs" />
|
---|
468 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleTest.cs" />
|
---|
469 | <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
|
---|
470 | <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
|
---|
471 | <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
|
---|
472 | <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs" />
|
---|
473 | <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
|
---|
474 | <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
|
---|
475 | <Compile Include="HeuristicLab-3.3\Samples\GATspSampleTest.cs" />
|
---|
476 | <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
|
---|
477 | <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
|
---|
478 | <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
|
---|
479 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
|
---|
480 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
|
---|
481 | <Compile Include="HeuristicLab-3.3\Samples\VnsTspSampleTest.cs" />
|
---|
482 | <Compile Include="HeuristicLab-3.3\StorableTest.cs" />
|
---|
483 | <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
|
---|
484 | <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
|
---|
485 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\MctsSymbolicRegressionTest.cs" />
|
---|
486 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GradientBoostingTest.cs" />
|
---|
487 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
|
---|
488 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessModelTest.cs" />
|
---|
489 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessFunctionsTest.cs" />
|
---|
490 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessRegressionTest.cs" />
|
---|
491 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\EnumerableBoolEqualityComparerTest.cs" />
|
---|
492 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\LinkageTreeTest.cs" />
|
---|
493 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\ParameterlessPopulationPyramidTest.cs" />
|
---|
494 | <Compile Include="HeuristicLab.Analysis-3.3\BonferroniHolmUnitTests.cs" />
|
---|
495 | <Compile Include="HeuristicLab.Analysis-3.3\ConfidenceIntervalsTests.cs" />
|
---|
496 | <Compile Include="HeuristicLab.Analysis-3.3\EffectSizeUnitTests.cs" />
|
---|
497 | <Compile Include="HeuristicLab.Analysis-3.3\KruskalWallisUnitTests.cs" />
|
---|
498 | <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
|
---|
499 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalDictionaryTest.cs" />
|
---|
500 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" />
|
---|
501 | <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" />
|
---|
502 | <Compile Include="HeuristicLab.Common-3.3\EnumerableStatisticExtensions.cs" />
|
---|
503 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
|
---|
504 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
|
---|
505 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
|
---|
506 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
|
---|
507 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
|
---|
508 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
|
---|
509 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
510 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
511 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
512 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.3\MoveTests.cs" />
|
---|
513 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\Auxiliary.cs" />
|
---|
514 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\ConversionsTest.cs" />
|
---|
515 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\GroupCrossoverTest.cs" />
|
---|
516 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
|
---|
517 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
|
---|
518 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
|
---|
519 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
|
---|
520 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
|
---|
521 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
|
---|
522 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
|
---|
523 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
|
---|
524 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
|
---|
525 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
|
---|
526 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
|
---|
527 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
|
---|
528 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
|
---|
529 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
|
---|
530 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
|
---|
531 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
|
---|
532 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
|
---|
533 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
|
---|
534 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
|
---|
535 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
|
---|
536 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
|
---|
537 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
|
---|
538 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
|
---|
539 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
540 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
|
---|
541 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
|
---|
542 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
|
---|
543 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
|
---|
544 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
|
---|
545 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
|
---|
546 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
|
---|
547 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
|
---|
548 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
549 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
550 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\DirectScheduleGTCrossoverTest.cs" />
|
---|
551 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMJOXCrossoverTest.cs" />
|
---|
552 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMShiftChangeManipulatorTest.cs" />
|
---|
553 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMSXXCrossoverTest.cs" />
|
---|
554 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRGOXCrossoverTest.cs" />
|
---|
555 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRPPXCrossoverTest.cs" />
|
---|
556 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\TestUtils.cs" />
|
---|
557 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
|
---|
558 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
|
---|
559 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
|
---|
560 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
|
---|
561 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
|
---|
562 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
|
---|
563 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
|
---|
564 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
|
---|
565 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreatorTest.cs" />
|
---|
566 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
|
---|
567 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
|
---|
568 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
|
---|
569 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
|
---|
570 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
|
---|
571 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrammarsTest.cs" />
|
---|
572 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
|
---|
573 | <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
|
---|
574 | <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
|
---|
575 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
|
---|
576 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
|
---|
577 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ThresholdCalculatorsTest.cs" />
|
---|
578 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
|
---|
579 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
|
---|
580 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" />
|
---|
581 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" />
|
---|
582 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculatorTest.cs" />
|
---|
583 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
584 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\Util.cs" />
|
---|
585 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\RegressionInstanceProviderTest.cs" />
|
---|
586 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\TableFileParserTest.cs" />
|
---|
587 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
|
---|
588 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
589 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
|
---|
590 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
|
---|
591 | <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
|
---|
592 | <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
|
---|
593 | <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
|
---|
594 | <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
|
---|
595 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
|
---|
596 | <Compile Include="HeuristicLab.Problems.PTSP-3.3\PTSPMoveEvaluatorTest.cs" />
|
---|
597 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
|
---|
598 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
|
---|
599 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
|
---|
600 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
|
---|
601 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
|
---|
602 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
|
---|
603 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
|
---|
604 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
|
---|
605 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
|
---|
606 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
|
---|
607 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
|
---|
608 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
|
---|
609 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
|
---|
610 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\CrowdingTest.cs" />
|
---|
611 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\FastHyperVolumeTests.cs" />
|
---|
612 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\GenerationalDistanceTest.cs" />
|
---|
613 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\HyperVolumeTests.cs" />
|
---|
614 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\InvertedGenerationalDistanceTest.cs" />
|
---|
615 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\SpacingTest.cs" />
|
---|
616 | <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
|
---|
617 | <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
|
---|
618 | <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
|
---|
619 | <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
|
---|
620 | <Compile Include="HeuristicLab.Scripting-3.3\GAQAPScriptTest.cs" />
|
---|
621 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchRFClassificationScriptTest.cs" />
|
---|
622 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchRFRegressionScriptTest.cs" />
|
---|
623 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchSVMClassificationScriptTest.cs" />
|
---|
624 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchSVMRegressionScriptTest.cs" />
|
---|
625 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\ScriptSources.Designer.cs">
|
---|
626 | <AutoGen>True</AutoGen>
|
---|
627 | <DesignTime>True</DesignTime>
|
---|
628 | <DependentUpon>ScriptSources.resx</DependentUpon>
|
---|
629 | </Compile>
|
---|
630 | <Compile Include="HeuristicLab.Scripting-3.3\ScriptingUtils.cs" />
|
---|
631 | <Compile Include="HeuristicLab.Scripting-3.3\GUIAutomationScriptTest.cs" />
|
---|
632 | <Compile Include="HeuristicLab.Scripting-3.3\OSGARastriginScriptTest.cs" />
|
---|
633 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
634 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchRFClassificationScriptSource.cs">
|
---|
635 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
636 | </Compile>
|
---|
637 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchRFRegressionScriptSource.cs">
|
---|
638 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
639 | </Compile>
|
---|
640 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchSVMClassificationScriptSource.cs">
|
---|
641 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
642 | </Compile>
|
---|
643 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchSVMRegressionScriptSource.cs">
|
---|
644 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
645 | </Compile>
|
---|
646 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GAQAPScriptSource.cs">
|
---|
647 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
648 | </Compile>
|
---|
649 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\OSGARastriginScriptSource.cs">
|
---|
650 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
651 | </Compile>
|
---|
652 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GUIAutomationScriptSource.cs">
|
---|
653 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
654 | </Compile>
|
---|
655 | <Compile Include="TestRandom.cs" />
|
---|
656 | </ItemGroup>
|
---|
657 | <ItemGroup>
|
---|
658 | <None Include="app.config" />
|
---|
659 | <None Include="Builder.testsettings">
|
---|
660 | <SubType>Designer</SubType>
|
---|
661 | </None>
|
---|
662 | <None Include="HeuristicLab.snk" />
|
---|
663 | <None Include="Test Resources\GA_SymbReg.hl">
|
---|
664 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
665 | </None>
|
---|
666 | <None Include="Test Resources\GA_TSP.hl">
|
---|
667 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
668 | </None>
|
---|
669 | <None Include="Test Resources\SamplesExperimentFinished.hl">
|
---|
670 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
671 | </None>
|
---|
672 | </ItemGroup>
|
---|
673 | <ItemGroup>
|
---|
674 | <Content Include="Test Resources\C101.opt.txt">
|
---|
675 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
676 | </Content>
|
---|
677 | <Content Include="Test Resources\C101.txt">
|
---|
678 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
679 | </Content>
|
---|
680 | <Content Include="Test Resources\co2.txt">
|
---|
681 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
682 | </Content>
|
---|
683 | </ItemGroup>
|
---|
684 | <ItemGroup>
|
---|
685 | <EmbeddedResource Include="HeuristicLab.Scripting-3.3\Script Sources\ScriptSources.resx">
|
---|
686 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
687 | <LastGenOutput>ScriptSources.Designer.cs</LastGenOutput>
|
---|
688 | <CustomToolNamespace>HeuristicLab.Tests</CustomToolNamespace>
|
---|
689 | </EmbeddedResource>
|
---|
690 | </ItemGroup>
|
---|
691 | <ItemGroup />
|
---|
692 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
693 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
694 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
695 | <Target Name="BeforeBuild">
|
---|
696 | </Target>
|
---|
697 | <Target Name="AfterBuild">
|
---|
698 | </Target>
|
---|
699 | -->
|
---|
700 | </Project> |
---|