1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>
|
---|
7 | </ProductVersion>
|
---|
8 | <SchemaVersion>2.0</SchemaVersion>
|
---|
9 | <ProjectGuid>{B62872C1-6752-4758-9823-751A2D28C388}</ProjectGuid>
|
---|
10 | <OutputType>Library</OutputType>
|
---|
11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
12 | <RootNamespace>HeuristicLab.Tests</RootNamespace>
|
---|
13 | <AssemblyName>HeuristicLab.Tests</AssemblyName>
|
---|
14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>false</Optimize>
|
---|
22 | <OutputPath>..\bin\</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\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup>
|
---|
36 | <SignAssembly>true</SignAssembly>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup>
|
---|
39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
42 | <DebugSymbols>true</DebugSymbols>
|
---|
43 | <OutputPath>..\bin\</OutputPath>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <DebugType>full</DebugType>
|
---|
46 | <PlatformTarget>x64</PlatformTarget>
|
---|
47 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
48 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
49 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
52 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
53 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
54 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
55 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
58 | <OutputPath>..\bin\</OutputPath>
|
---|
59 | <DefineConstants>TRACE</DefineConstants>
|
---|
60 | <Optimize>true</Optimize>
|
---|
61 | <DebugType>pdbonly</DebugType>
|
---|
62 | <PlatformTarget>x64</PlatformTarget>
|
---|
63 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
64 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
65 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
66 | <ErrorReport>prompt</ErrorReport>
|
---|
67 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
68 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
69 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
70 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
71 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
72 | </PropertyGroup>
|
---|
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
74 | <DebugSymbols>true</DebugSymbols>
|
---|
75 | <OutputPath>..\bin\</OutputPath>
|
---|
76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
77 | <DebugType>full</DebugType>
|
---|
78 | <PlatformTarget>x86</PlatformTarget>
|
---|
79 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
80 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
81 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
82 | <ErrorReport>prompt</ErrorReport>
|
---|
83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
84 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
85 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
86 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
87 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
88 | </PropertyGroup>
|
---|
89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
90 | <OutputPath>..\bin\</OutputPath>
|
---|
91 | <DefineConstants>TRACE</DefineConstants>
|
---|
92 | <Optimize>true</Optimize>
|
---|
93 | <DebugType>pdbonly</DebugType>
|
---|
94 | <PlatformTarget>x86</PlatformTarget>
|
---|
95 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
96 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
97 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
98 | <ErrorReport>prompt</ErrorReport>
|
---|
99 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
100 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
101 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
102 | </PropertyGroup>
|
---|
103 | <ItemGroup>
|
---|
104 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
105 | <HintPath>..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
106 | <Private>False</Private>
|
---|
107 | </Reference>
|
---|
108 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
109 | <HintPath>..\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
110 | <Private>False</Private>
|
---|
111 | </Reference>
|
---|
112 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
113 | <HintPath>..\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
117 | <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
121 | <HintPath>..\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
122 | <Private>False</Private>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
125 | <SpecificVersion>False</SpecificVersion>
|
---|
126 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
129 | <HintPath>..\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
130 | <Private>False</Private>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3">
|
---|
133 | <HintPath>..\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3">
|
---|
137 | <HintPath>..\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>
|
---|
138 | <Private>False</Private>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
141 | <HintPath>..\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
142 | <Private>False</Private>
|
---|
143 | </Reference>
|
---|
144 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
145 | <HintPath>..\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
146 | <Private>False</Private>
|
---|
147 | </Reference>
|
---|
148 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
149 | <HintPath>..\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
150 | <Private>False</Private>
|
---|
151 | </Reference>
|
---|
152 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0">
|
---|
153 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
154 | <Private>False</Private>
|
---|
155 | </Reference>
|
---|
156 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
157 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
158 | <Private>False</Private>
|
---|
159 | </Reference>
|
---|
160 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
161 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
162 | <Private>False</Private>
|
---|
163 | </Reference>
|
---|
164 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
165 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
166 | <Private>False</Private>
|
---|
167 | </Reference>
|
---|
168 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
169 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
170 | <Private>False</Private>
|
---|
171 | </Reference>
|
---|
172 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
173 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
174 | <Private>False</Private>
|
---|
175 | </Reference>
|
---|
176 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
177 | <Private>False</Private>
|
---|
178 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
179 | </Reference>
|
---|
180 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
181 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
182 | <Private>False</Private>
|
---|
183 | </Reference>
|
---|
184 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
185 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
186 | <Private>False</Private>
|
---|
187 | </Reference>
|
---|
188 | <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3">
|
---|
189 | <HintPath>..\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>
|
---|
190 | <Private>False</Private>
|
---|
191 | </Reference>
|
---|
192 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
193 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
194 | <Private>False</Private>
|
---|
195 | </Reference>
|
---|
196 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
197 | <HintPath>..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
198 | <Private>False</Private>
|
---|
199 | </Reference>
|
---|
200 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
201 | <HintPath>..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
202 | <Private>False</Private>
|
---|
203 | </Reference>
|
---|
204 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
205 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
206 | <Private>False</Private>
|
---|
207 | </Reference>
|
---|
208 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
209 | <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
210 | <Private>False</Private>
|
---|
211 | </Reference>
|
---|
212 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
213 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
214 | <Private>False</Private>
|
---|
215 | </Reference>
|
---|
216 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
217 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
218 | <Private>False</Private>
|
---|
219 | </Reference>
|
---|
220 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
221 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
222 | <Private>False</Private>
|
---|
223 | </Reference>
|
---|
224 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
225 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
226 | <Private>False</Private>
|
---|
227 | </Reference>
|
---|
228 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
229 | <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
230 | <Private>False</Private>
|
---|
231 | </Reference>
|
---|
232 | <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
|
---|
233 | <HintPath>..\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
|
---|
234 | <Private>False</Private>
|
---|
235 | </Reference>
|
---|
236 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
237 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
238 | <Private>False</Private>
|
---|
239 | </Reference>
|
---|
240 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
241 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
242 | <Private>False</Private>
|
---|
243 | </Reference>
|
---|
244 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
245 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
246 | <Private>False</Private>
|
---|
247 | </Reference>
|
---|
248 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
249 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
250 | <Private>False</Private>
|
---|
251 | </Reference>
|
---|
252 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
|
---|
253 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
|
---|
254 | <Private>False</Private>
|
---|
255 | </Reference>
|
---|
256 | <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
257 | <SpecificVersion>False</SpecificVersion>
|
---|
258 | <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.3.dll</HintPath>
|
---|
259 | </Reference>
|
---|
260 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
261 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
262 | <Private>False</Private>
|
---|
263 | </Reference>
|
---|
264 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
265 | <HintPath>..\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
266 | <Private>False</Private>
|
---|
267 | </Reference>
|
---|
268 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
269 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
270 | <Private>False</Private>
|
---|
271 | </Reference>
|
---|
272 | <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3">
|
---|
273 | <HintPath>..\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>
|
---|
274 | <Private>False</Private>
|
---|
275 | </Reference>
|
---|
276 | <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
|
---|
277 | <HintPath>..\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
|
---|
278 | <Private>False</Private>
|
---|
279 | </Reference>
|
---|
280 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3">
|
---|
281 | <HintPath>..\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
282 | <Private>False</Private>
|
---|
283 | </Reference>
|
---|
284 | <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4">
|
---|
285 | <HintPath>..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>
|
---|
286 | <Private>False</Private>
|
---|
287 | </Reference>
|
---|
288 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
289 | <HintPath>..\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
290 | <Private>False</Private>
|
---|
291 | </Reference>
|
---|
292 | <Reference Include="HeuristicLab.Problems.LawnMower-3.3">
|
---|
293 | <HintPath>..\bin\HeuristicLab.Problems.LawnMower-3.3.dll</HintPath>
|
---|
294 | <Private>False</Private>
|
---|
295 | </Reference>
|
---|
296 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
|
---|
297 | <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
298 | <Private>False</Private>
|
---|
299 | </Reference>
|
---|
300 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
301 | <HintPath>..\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
302 | <Private>False</Private>
|
---|
303 | </Reference>
|
---|
304 | <Reference Include="HeuristicLab.Problems.Scheduling-3.3">
|
---|
305 | <HintPath>..\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>
|
---|
306 | <Private>False</Private>
|
---|
307 | </Reference>
|
---|
308 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
309 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
310 | <Private>False</Private>
|
---|
311 | </Reference>
|
---|
312 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
313 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
314 | <Private>False</Private>
|
---|
315 | </Reference>
|
---|
316 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
317 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
318 | <Private>False</Private>
|
---|
319 | </Reference>
|
---|
320 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
321 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
322 | <Private>False</Private>
|
---|
323 | </Reference>
|
---|
324 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
325 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
326 | <Private>False</Private>
|
---|
327 | </Reference>
|
---|
328 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
329 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
330 | <Private>False</Private>
|
---|
331 | </Reference>
|
---|
332 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
333 | <Private>false</Private>
|
---|
334 | </Reference>
|
---|
335 | <Reference Include="System" />
|
---|
336 | <Reference Include="System.Core">
|
---|
337 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
338 | </Reference>
|
---|
339 | <Reference Include="System.Drawing" />
|
---|
340 | <Reference Include="System.Runtime.Serialization" />
|
---|
341 | </ItemGroup>
|
---|
342 | <ItemGroup>
|
---|
343 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
344 | <Visible>False</Visible>
|
---|
345 | </CodeAnalysisDependentAssemblyPaths>
|
---|
346 | </ItemGroup>
|
---|
347 | <ItemGroup>
|
---|
348 | <Compile Include="HeuristicLab-3.3\AlgorithmExtensions.cs" />
|
---|
349 | <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
|
---|
350 | <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
|
---|
351 | <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
|
---|
352 | <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
|
---|
353 | <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
|
---|
354 | <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
|
---|
355 | <Compile Include="HeuristicLab-3.3\NamedItemTest.cs" />
|
---|
356 | <Compile Include="HeuristicLab-3.3\ParameterVisibilityTest.cs" />
|
---|
357 | <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
|
---|
358 | <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
|
---|
359 | <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
|
---|
360 | <Compile Include="HeuristicLab-3.3\Samples\SamplesTest.cs" />
|
---|
361 | <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
|
---|
362 | <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
|
---|
363 | <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
|
---|
364 | <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
|
---|
365 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
|
---|
366 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessModelTest.cs" />
|
---|
367 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessFunctionsTest.cs" />
|
---|
368 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessRegressionTest.cs" />
|
---|
369 | <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
|
---|
370 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalDictionaryTest.cs" />
|
---|
371 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" />
|
---|
372 | <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" />
|
---|
373 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
|
---|
374 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
|
---|
375 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
376 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
|
---|
377 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
|
---|
378 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
|
---|
379 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
|
---|
380 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
381 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
382 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
383 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
|
---|
384 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
|
---|
385 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
|
---|
386 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
|
---|
387 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
|
---|
388 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
|
---|
389 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
|
---|
390 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
|
---|
391 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
|
---|
392 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
|
---|
393 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
|
---|
394 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
|
---|
395 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
|
---|
396 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
|
---|
397 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
|
---|
398 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
|
---|
399 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
|
---|
400 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
|
---|
401 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
|
---|
402 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
|
---|
403 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
|
---|
404 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
|
---|
405 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
|
---|
406 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
407 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
|
---|
408 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
|
---|
409 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
|
---|
410 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
|
---|
411 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
|
---|
412 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
|
---|
413 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
|
---|
414 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
|
---|
415 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
416 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
417 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\DirectScheduleGTCrossoverTest.cs" />
|
---|
418 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMJOXCrossoverTest.cs" />
|
---|
419 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMShiftChangeManipulatorTest.cs" />
|
---|
420 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMSXXCrossoverTest.cs" />
|
---|
421 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRGOXCrossoverTest.cs" />
|
---|
422 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRPPXCrossoverTest.cs" />
|
---|
423 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\TestUtils.cs" />
|
---|
424 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
|
---|
425 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
|
---|
426 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
|
---|
427 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
|
---|
428 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
|
---|
429 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
|
---|
430 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
|
---|
431 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
|
---|
432 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
|
---|
433 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
|
---|
434 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
|
---|
435 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
|
---|
436 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
|
---|
437 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
|
---|
438 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
|
---|
439 | <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
|
---|
440 | <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
|
---|
441 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\InstallationManagerTest.cs" />
|
---|
442 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
|
---|
443 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ThresholdCalculatorsTest.cs" />
|
---|
444 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
|
---|
445 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
|
---|
446 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
447 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\Util.cs" />
|
---|
448 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\RegressionInstanceProviderTest.cs" />
|
---|
449 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\TableFileParserTest.cs" />
|
---|
450 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
|
---|
451 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
452 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
|
---|
453 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionImporter.cs" />
|
---|
454 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Token.cs" />
|
---|
455 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
|
---|
456 | <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
|
---|
457 | <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
|
---|
458 | <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
|
---|
459 | <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
|
---|
460 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
|
---|
461 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
|
---|
462 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
|
---|
463 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
|
---|
464 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
|
---|
465 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
|
---|
466 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
|
---|
467 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
|
---|
468 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
|
---|
469 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
|
---|
470 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
|
---|
471 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
|
---|
472 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
|
---|
473 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
|
---|
474 | <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
|
---|
475 | <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
|
---|
476 | <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
|
---|
477 | <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
|
---|
478 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
479 | <Compile Include="TestRandom.cs" />
|
---|
480 | </ItemGroup>
|
---|
481 | <ItemGroup>
|
---|
482 | <None Include="app.config" />
|
---|
483 | <None Include="Builder.testsettings">
|
---|
484 | <SubType>Designer</SubType>
|
---|
485 | </None>
|
---|
486 | <None Include="HeuristicLab.snk" />
|
---|
487 | <None Include="Test Resources\GA_SymbReg.hl">
|
---|
488 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
489 | </None>
|
---|
490 | <None Include="Test Resources\GA_TSP.hl">
|
---|
491 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
492 | </None>
|
---|
493 | <None Include="Test Resources\Multiplexer11.csv">
|
---|
494 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
495 | </None>
|
---|
496 | <None Include="Test Resources\SamplesExperimentFinished.hl">
|
---|
497 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
498 | </None>
|
---|
499 | <Shadow Include="Test References\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.accessor" />
|
---|
500 | <Shadow Include="Test References\HeuristicLab.PluginInfrastructure-3.3.accessor" />
|
---|
501 | <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
|
---|
502 | <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" />
|
---|
503 | <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" />
|
---|
504 | <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.accessor" />
|
---|
505 | <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
|
---|
506 | <Shadow Include="Test References\HeuristicLab.Problems.TestFunctions-3.3.accessor" />
|
---|
507 | </ItemGroup>
|
---|
508 | <ItemGroup>
|
---|
509 | <Content Include="Test Resources\C101.opt.txt">
|
---|
510 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
511 | </Content>
|
---|
512 | <Content Include="Test Resources\C101.txt">
|
---|
513 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
514 | </Content>
|
---|
515 | <Content Include="Test Resources\co2.txt">
|
---|
516 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
517 | </Content>
|
---|
518 | </ItemGroup>
|
---|
519 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
520 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
521 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
522 | <Target Name="BeforeBuild">
|
---|
523 | </Target>
|
---|
524 | <Target Name="AfterBuild">
|
---|
525 | </Target>
|
---|
526 | -->
|
---|
527 | </Project> |
---|