Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj @ 18097

Last change on this file since 18097 was 18097, checked in by pfleck, 2 years ago

#3040 Added SOP instances from csv file with vectors.

File size: 30.2 KB
RevLine 
[7849]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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis-3.3</AssemblyName>
[17475]13    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
[7849]14    <FileAlignment>512</FileAlignment>
[11623]15    <TargetFrameworkProfile />
[7849]16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
[11623]25    <Prefer32Bit>false</Prefer32Bit>
[17786]26    <LangVersion>default</LangVersion>
[7849]27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
[11623]35    <Prefer32Bit>false</Prefer32Bit>
[17786]36    <LangVersion>default</LangVersion>
[7849]37  </PropertyGroup>
38  <PropertyGroup>
39    <SignAssembly>true</SignAssembly>
40  </PropertyGroup>
41  <PropertyGroup>
42    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
43  </PropertyGroup>
[7892]44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
[11623]57    <Prefer32Bit>false</Prefer32Bit>
[17786]58    <LangVersion>default</LangVersion>
[7892]59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
61    <OutputPath>..\..\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
67    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
68    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
73    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]75    <Prefer32Bit>false</Prefer32Bit>
[17786]76    <LangVersion>default</LangVersion>
[7892]77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>..\..\bin\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
[11623]91    <Prefer32Bit>false</Prefer32Bit>
[17786]92    <LangVersion>default</LangVersion>
[7892]93  </PropertyGroup>
94  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
95    <OutputPath>..\..\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
101    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
102    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
106    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
107    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
108    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]109    <Prefer32Bit>false</Prefer32Bit>
[17786]110    <LangVersion>default</LangVersion>
[7892]111  </PropertyGroup>
[7849]112  <ItemGroup>
[13939]113    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
116    </Reference>
[17448]117    <Reference Include="MathNet.Numerics, Version=4.9.0.0, Culture=neutral, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\bin\MathNet.Numerics.dll</HintPath>
120    </Reference>
[7849]121    <Reference Include="System" />
122    <Reference Include="System.Core" />
[7860]123    <Reference Include="System.Drawing" />
[11650]124    <Reference Include="System.IO.Compression" />
[7860]125    <Reference Include="System.Windows.Forms" />
[7849]126    <Reference Include="System.Xml.Linq" />
127    <Reference Include="System.Data.DataSetExtensions" />
128    <Reference Include="Microsoft.CSharp" />
129    <Reference Include="System.Data" />
130    <Reference Include="System.Xml" />
131  </ItemGroup>
132  <ItemGroup>
133    <Compile Include="Classification\ArtificialClassificationDataDescriptor.cs" />
134    <Compile Include="Classification\ArtificialClassificationInstanceProvider.cs" />
[8877]135    <Compile Include="Classification\ClassificationImportType.cs" />
[7849]136    <Compile Include="Classification\ClassificationInstanceProvider.cs" />
[7860]137    <Compile Include="Classification\CSV\ClassifiactionCSVInstanceProvider.cs" />
[7849]138    <Compile Include="Classification\ResourceClassificationDataDescriptor.cs" />
139    <Compile Include="Classification\ResourceClassificationInstanceProvider.cs" />
[17401]140    <Compile Include="Classification\TimeSeries\TimeSeriesMultivariateInstanceProvider.cs" />
141    <Compile Include="Classification\TimeSeries\TimeSeriesUnivariateInstanceProvider.cs" />
142    <Compile Include="Classification\TimeSeries\TimeSeriesInstanceProvider.cs" />
143    <Compile Include="Classification\TimeSeries\TimeSeriesDataDescriptor.cs" />
[9208]144    <Compile Include="Classification\UCI\WisconsinDiagnosticBreastCancer.cs" />
[8903]145    <Compile Include="Classification\UCI\Vertebral_3C.cs" />
[9453]146    <Compile Include="Classification\UCI\Parkinsons.cs" />
[8841]147    <Compile Include="Classification\UCI\Iris.cs" />
[9208]148    <Compile Include="Classification\UCI\UCIDataDescriptor.cs" />
[8595]149    <Compile Include="Classification\UCI\Mammography.cs" />
[8841]150    <Compile Include="Classification\UCI\Thyroid.cs" />
[8595]151    <Compile Include="Classification\UCI\UCIInstanceProvider.cs" />
152    <Compile Include="Classification\UCI\Wine.cs" />
[8084]153    <Compile Include="Clustering\ClusteringInstanceProvider.cs" />
154    <Compile Include="Clustering\CSV\ClusteringCSVInstanceProvider.cs" />
[8877]155    <Compile Include="DataAnalysisCSVFormat.cs" />
[8598]156    <Compile Include="DataAnalysisImportType.cs" />
157    <Compile Include="DataAnalysisInstanceProvider.cs" />
[7849]158    <Compile Include="Plugin.cs" />
159    <Compile Include="Properties\AssemblyInfo.cs" />
[9208]160    <Compile Include="Classification\ClassificationDataDescriptor.cs" />
[7849]161    <Compile Include="Regression\ArtificialRegressionDataDescriptor.cs" />
162    <Compile Include="Regression\ArtificialRegressionInstanceProvider.cs" />
[7860]163    <Compile Include="Regression\CSV\RegressionCSVInstanceProvider.cs" />
[9217]164    <Compile Include="Regression\FeatureSelection\FeatureSelectionRegressionProblemData.cs" />
[9093]165    <Compile Include="Regression\FeatureSelection\FeatureSelection.cs" />
166    <Compile Include="Regression\FeatureSelection\FeatureSelectionInstanceProvider.cs" />
[17825]167    <Compile Include="Regression\Feynman\Feynman1.cs" />
168    <Compile Include="Regression\Feynman\Feynman10.cs" />
169    <Compile Include="Regression\Feynman\Feynman100.cs" />
170    <Compile Include="Regression\Feynman\Feynman11.cs" />
171    <Compile Include="Regression\Feynman\Feynman12.cs" />
172    <Compile Include="Regression\Feynman\Feynman13.cs" />
173    <Compile Include="Regression\Feynman\Feynman14.cs" />
174    <Compile Include="Regression\Feynman\Feynman15.cs" />
175    <Compile Include="Regression\Feynman\Feynman16.cs" />
176    <Compile Include="Regression\Feynman\Feynman17.cs" />
177    <Compile Include="Regression\Feynman\Feynman18.cs" />
178    <Compile Include="Regression\Feynman\Feynman19.cs" />
179    <Compile Include="Regression\Feynman\Feynman2.cs" />
180    <Compile Include="Regression\Feynman\Feynman20.cs" />
181    <Compile Include="Regression\Feynman\Feynman21.cs" />
182    <Compile Include="Regression\Feynman\Feynman22.cs" />
183    <Compile Include="Regression\Feynman\Feynman23.cs" />
184    <Compile Include="Regression\Feynman\Feynman24.cs" />
185    <Compile Include="Regression\Feynman\Feynman25.cs" />
186    <Compile Include="Regression\Feynman\Feynman26.cs" />
187    <Compile Include="Regression\Feynman\Feynman27.cs" />
188    <Compile Include="Regression\Feynman\Feynman28.cs" />
189    <Compile Include="Regression\Feynman\Feynman29.cs" />
190    <Compile Include="Regression\Feynman\Feynman3.cs" />
191    <Compile Include="Regression\Feynman\Feynman30.cs" />
192    <Compile Include="Regression\Feynman\Feynman31.cs" />
193    <Compile Include="Regression\Feynman\Feynman32.cs" />
194    <Compile Include="Regression\Feynman\Feynman33.cs" />
195    <Compile Include="Regression\Feynman\Feynman34.cs" />
196    <Compile Include="Regression\Feynman\Feynman35.cs" />
197    <Compile Include="Regression\Feynman\Feynman36.cs" />
198    <Compile Include="Regression\Feynman\Feynman37.cs" />
199    <Compile Include="Regression\Feynman\Feynman38.cs" />
200    <Compile Include="Regression\Feynman\Feynman39.cs" />
201    <Compile Include="Regression\Feynman\Feynman4.cs" />
202    <Compile Include="Regression\Feynman\Feynman40.cs" />
203    <Compile Include="Regression\Feynman\Feynman41.cs" />
204    <Compile Include="Regression\Feynman\Feynman42.cs" />
205    <Compile Include="Regression\Feynman\Feynman43.cs" />
206    <Compile Include="Regression\Feynman\Feynman44.cs" />
207    <Compile Include="Regression\Feynman\Feynman45.cs" />
208    <Compile Include="Regression\Feynman\Feynman46.cs" />
209    <Compile Include="Regression\Feynman\Feynman47.cs" />
210    <Compile Include="Regression\Feynman\Feynman48.cs" />
211    <Compile Include="Regression\Feynman\Feynman49.cs" />
212    <Compile Include="Regression\Feynman\Feynman5.cs" />
213    <Compile Include="Regression\Feynman\Feynman50.cs" />
214    <Compile Include="Regression\Feynman\Feynman51.cs" />
215    <Compile Include="Regression\Feynman\Feynman52.cs" />
216    <Compile Include="Regression\Feynman\Feynman53.cs" />
217    <Compile Include="Regression\Feynman\Feynman54.cs" />
218    <Compile Include="Regression\Feynman\Feynman55.cs" />
219    <Compile Include="Regression\Feynman\Feynman56.cs" />
220    <Compile Include="Regression\Feynman\Feynman57.cs" />
221    <Compile Include="Regression\Feynman\Feynman58.cs" />
222    <Compile Include="Regression\Feynman\Feynman59.cs" />
223    <Compile Include="Regression\Feynman\Feynman6.cs" />
224    <Compile Include="Regression\Feynman\Feynman60.cs" />
225    <Compile Include="Regression\Feynman\Feynman61.cs" />
226    <Compile Include="Regression\Feynman\Feynman62.cs" />
227    <Compile Include="Regression\Feynman\Feynman63.cs" />
228    <Compile Include="Regression\Feynman\Feynman64.cs" />
229    <Compile Include="Regression\Feynman\Feynman65.cs" />
230    <Compile Include="Regression\Feynman\Feynman66.cs" />
231    <Compile Include="Regression\Feynman\Feynman67.cs" />
232    <Compile Include="Regression\Feynman\Feynman68.cs" />
233    <Compile Include="Regression\Feynman\Feynman69.cs" />
234    <Compile Include="Regression\Feynman\Feynman7.cs" />
235    <Compile Include="Regression\Feynman\Feynman70.cs" />
236    <Compile Include="Regression\Feynman\Feynman71.cs" />
237    <Compile Include="Regression\Feynman\Feynman72.cs" />
238    <Compile Include="Regression\Feynman\Feynman73.cs" />
239    <Compile Include="Regression\Feynman\Feynman74.cs" />
240    <Compile Include="Regression\Feynman\Feynman75.cs" />
241    <Compile Include="Regression\Feynman\Feynman76.cs" />
242    <Compile Include="Regression\Feynman\Feynman77.cs" />
243    <Compile Include="Regression\Feynman\Feynman78.cs" />
244    <Compile Include="Regression\Feynman\Feynman79.cs" />
245    <Compile Include="Regression\Feynman\Feynman8.cs" />
246    <Compile Include="Regression\Feynman\Feynman80.cs" />
247    <Compile Include="Regression\Feynman\Feynman81.cs" />
248    <Compile Include="Regression\Feynman\Feynman82.cs" />
249    <Compile Include="Regression\Feynman\Feynman83.cs" />
250    <Compile Include="Regression\Feynman\Feynman84.cs" />
251    <Compile Include="Regression\Feynman\Feynman85.cs" />
252    <Compile Include="Regression\Feynman\Feynman86.cs" />
253    <Compile Include="Regression\Feynman\Feynman87.cs" />
254    <Compile Include="Regression\Feynman\Feynman88.cs" />
255    <Compile Include="Regression\Feynman\Feynman89.cs" />
256    <Compile Include="Regression\Feynman\Feynman9.cs" />
257    <Compile Include="Regression\Feynman\Feynman90.cs" />
258    <Compile Include="Regression\Feynman\Feynman91.cs" />
259    <Compile Include="Regression\Feynman\Feynman92.cs" />
260    <Compile Include="Regression\Feynman\Feynman93.cs" />
261    <Compile Include="Regression\Feynman\Feynman94.cs" />
262    <Compile Include="Regression\Feynman\Feynman95.cs" />
263    <Compile Include="Regression\Feynman\Feynman96.cs" />
264    <Compile Include="Regression\Feynman\Feynman97.cs" />
265    <Compile Include="Regression\Feynman\Feynman98.cs" />
266    <Compile Include="Regression\Feynman\Feynman99.cs" />
267    <Compile Include="Regression\Feynman\FeynmanBonus1.cs" />
268    <Compile Include="Regression\Feynman\FeynmanBonus10.cs" />
269    <Compile Include="Regression\Feynman\FeynmanBonus11.cs" />
270    <Compile Include="Regression\Feynman\FeynmanBonus12.cs" />
271    <Compile Include="Regression\Feynman\FeynmanBonus13.cs" />
272    <Compile Include="Regression\Feynman\FeynmanBonus14.cs" />
273    <Compile Include="Regression\Feynman\FeynmanBonus15.cs" />
274    <Compile Include="Regression\Feynman\FeynmanBonus16.cs" />
275    <Compile Include="Regression\Feynman\FeynmanBonus17.cs" />
276    <Compile Include="Regression\Feynman\FeynmanBonus18.cs" />
277    <Compile Include="Regression\Feynman\FeynmanBonus19.cs" />
278    <Compile Include="Regression\Feynman\FeynmanBonus2.cs" />
279    <Compile Include="Regression\Feynman\FeynmanBonus20.cs" />
280    <Compile Include="Regression\Feynman\FeynmanBonus3.cs" />
281    <Compile Include="Regression\Feynman\FeynmanBonus4.cs" />
282    <Compile Include="Regression\Feynman\FeynmanBonus5.cs" />
283    <Compile Include="Regression\Feynman\FeynmanBonus6.cs" />
284    <Compile Include="Regression\Feynman\FeynmanBonus7.cs" />
285    <Compile Include="Regression\Feynman\FeynmanBonus8.cs" />
286    <Compile Include="Regression\Feynman\FeynmanBonus9.cs" />
287    <Compile Include="Regression\Feynman\FeynmanDescriptor.cs" />
288    <Compile Include="Regression\Feynman\FeynmanLargeInstanceProvider.cs" />
289    <Compile Include="Regression\Feynman\FeynmanSmallInstanceProvider.cs" />
[17915]290    <Compile Include="Regression\GPTP2021VectorBenchmarks\GPTP2021VectorBenchmarkDataDescriptor.cs" />
291    <Compile Include="Regression\GPTP2021VectorBenchmarks\GPTP2021VectorBenchmarksInstanceProvider.cs" />
[14790]292    <Compile Include="Regression\MibaFriction\CF3.cs" />
293    <Compile Include="Regression\MibaFriction\Wear1.cs" />
294    <Compile Include="Regression\MibaFriction\Wear2.cs" />
295    <Compile Include="Regression\MibaFriction\Temp2.cs" />
296    <Compile Include="Regression\MibaFriction\Temp1.cs" />
297    <Compile Include="Regression\MibaFriction\NvhRating.cs" />
298    <Compile Include="Regression\MibaFriction\CF4.cs" />
299    <Compile Include="Regression\MibaFriction\CF2.cs" />
[14789]300    <Compile Include="Regression\MibaFriction\CF1.cs" />
301    <Compile Include="Regression\MibaFriction\MibaFrictionRegressionInstanceProvider.cs" />
[15951]302    <Compile Include="Regression\PennML\PennMLRegressionDataDescriptor.cs" />
303    <Compile Include="Regression\PennML\PennMLRegressionInstanceProvider.cs" />
[16264]304    <Compile Include="Regression\Physics\AircraftLift.cs" />
305    <Compile Include="Regression\Physics\AircraftMaximumLift.cs" />
306    <Compile Include="Regression\Physics\FluidDynamics.cs" />
307    <Compile Include="Regression\Physics\PhysicsInstanceProvider.cs" />
308    <Compile Include="Regression\Physics\RocketFuelFlow.cs" />
[17414]309    <Compile Include="Regression\UCITimeSeries\GasFlowModulation.cs" />
[17415]310    <Compile Include="Regression\UCITimeSeries\HydraulicConditionMonitoring.cs" />
311    <Compile Include="Regression\UCITimeSeries\SocialMediaBuzzTomsHardware.cs" />
312    <Compile Include="Regression\UCITimeSeries\SocialMediaBuzzTwitter.cs" />
[17414]313    <Compile Include="Regression\UCITimeSeries\UCITimeSeriesProvider.cs" />
[14630]314    <Compile Include="Regression\VariableNetworks\LinearVariableNetwork.cs" />
315    <Compile Include="Regression\VariableNetworks\GaussianProcessVariableNetwork.cs" />
[13939]316    <Compile Include="Regression\VariableNetworks\VariableNetwork.cs" />
317    <Compile Include="Regression\VariableNetworks\VariableNetworkInstanceProvider.cs" />
[7860]318    <Compile Include="Regression\Keijzer\KeijzerFunctionFourteen.cs" />
319    <Compile Include="Regression\Keijzer\KeijzerFunctionEleven.cs" />
320    <Compile Include="Regression\Keijzer\KeijzerFunctionFive.cs" />
[7849]321    <Compile Include="Regression\Keijzer\KeijzerFunctionEight.cs" />
322    <Compile Include="Regression\Keijzer\KeijzerFunctionFifteen.cs" />
323    <Compile Include="Regression\Keijzer\KeijzerFunctionFour.cs" />
[8238]324    <Compile Include="Regression\Keijzer\KeijzerFunctionNine.cs" />
[8226]325    <Compile Include="Regression\Keijzer\KeijzerFunctionOne.cs" />
[7849]326    <Compile Include="Regression\Keijzer\KeijzerFunctionSeven.cs" />
327    <Compile Include="Regression\Keijzer\KeijzerFunctionSix.cs" />
[8226]328    <Compile Include="Regression\Keijzer\KeijzerFunctionTen.cs" />
[7849]329    <Compile Include="Regression\Keijzer\KeijzerFunctionThirteen.cs" />
[8238]330    <Compile Include="Regression\Keijzer\KeijzerFunctionThree.cs" />
[7849]331    <Compile Include="Regression\Keijzer\KeijzerFunctionTwelve.cs" />
[8238]332    <Compile Include="Regression\Keijzer\KeijzerFunctionTwo.cs" />
[7849]333    <Compile Include="Regression\Keijzer\KeijzerInstanceProvider.cs" />
334    <Compile Include="Regression\Korns\KornsFunctionEight.cs" />
335    <Compile Include="Regression\Korns\KornsFunctionEleven.cs" />
336    <Compile Include="Regression\Korns\KornsFunctionFive.cs" />
[14228]337    <Compile Include="Regression\Korns\KornsFunctionFifteen.cs" />
[7849]338    <Compile Include="Regression\Korns\KornsFunctionFour.cs" />
339    <Compile Include="Regression\Korns\KornsFunctionFourteen.cs" />
340    <Compile Include="Regression\Korns\KornsFunctionNine.cs" />
341    <Compile Include="Regression\Korns\KornsFunctionOne.cs" />
342    <Compile Include="Regression\Korns\KornsFunctionSeven.cs" />
343    <Compile Include="Regression\Korns\KornsFunctionSix.cs" />
344    <Compile Include="Regression\Korns\KornsFunctionTen.cs" />
345    <Compile Include="Regression\Korns\KornsFunctionThirteen.cs" />
346    <Compile Include="Regression\Korns\KornsFunctionThree.cs" />
347    <Compile Include="Regression\Korns\KornsFunctionTwelve.cs" />
348    <Compile Include="Regression\Korns\KornsFunctionTwo.cs" />
349    <Compile Include="Regression\Korns\KornsInstanceProvider.cs" />
[13939]350    <Compile Include="Regression\Friedman\FriedmanRandomFunction.cs" />
351    <Compile Include="Regression\Friedman\FriedmanRandomFunctionInstanceProvider.cs" />
[7849]352    <Compile Include="Regression\Nguyen\NguyenFunctionEight.cs" />
353    <Compile Include="Regression\Nguyen\NguyenFunctionEleven.cs" />
354    <Compile Include="Regression\Nguyen\NguyenFunctionFive.cs" />
355    <Compile Include="Regression\Nguyen\NguyenFunctionFour.cs" />
356    <Compile Include="Regression\Nguyen\NguyenFunctionNine.cs" />
357    <Compile Include="Regression\Nguyen\NguyenFunctionOne.cs" />
358    <Compile Include="Regression\Nguyen\NguyenFunctionSeven.cs" />
359    <Compile Include="Regression\Nguyen\NguyenFunctionSix.cs" />
360    <Compile Include="Regression\Nguyen\NguyenFunctionTen.cs" />
361    <Compile Include="Regression\Nguyen\NguyenFunctionThree.cs" />
362    <Compile Include="Regression\Nguyen\NguyenFunctionTwelve.cs" />
363    <Compile Include="Regression\Nguyen\NguyenFunctionTwo.cs" />
364    <Compile Include="Regression\Nguyen\NguyenInstanceProvider.cs" />
[9133]365    <Compile Include="Regression\RealWorld\ChemicalOne.cs" />
[12687]366    <Compile Include="Regression\RealWorld\Powermeter.cs" />
[9133]367    <Compile Include="Regression\RealWorld\Housing.cs" />
[9131]368    <Compile Include="Regression\RealWorld\RealWorldRegressionInstanceProvider.cs" />
[13890]369    <Compile Include="Regression\RealWorld\SARCOS.cs" />
[9131]370    <Compile Include="Regression\RealWorld\Tower.cs" />
[9133]371    <Compile Include="Regression\RegressionDataDescriptor.cs" />
[8877]372    <Compile Include="Regression\RegressionImportType.cs" />
[7849]373    <Compile Include="Regression\RegressionInstanceProvider.cs" />
374    <Compile Include="Regression\ResourceRegressionDataDescriptor.cs" />
375    <Compile Include="Regression\ResourceRegressionInstanceProvider.cs" />
376    <Compile Include="Regression\ValueGenerator.cs" />
377    <Compile Include="Regression\Various\BreimanOne.cs" />
[7860]378    <Compile Include="Regression\Various\FriedmanTwo.cs" />
379    <Compile Include="Regression\Various\FriedmanOne.cs" />
[7849]380    <Compile Include="Regression\Various\PolyTen.cs" />
381    <Compile Include="Regression\Various\SpatialCoevolution.cs" />
382    <Compile Include="Regression\Various\VariousInstanceProvider.cs" />
[17401]383    <Compile Include="Regression\VectorData\AzzaliKorns5.cs" />
384    <Compile Include="Regression\VectorData\AzzaliBenchmark3.cs" />
385    <Compile Include="Regression\VectorData\AzzaliBenchmark2.cs" />
386    <Compile Include="Regression\VectorData\AzzaliBenchmark1.cs" />
387    <Compile Include="Regression\VectorData\RandomExtensions.cs" />
[17418]388    <Compile Include="Regression\VectorData\VectorDataInstanceProvider.cs" />
[17741]389    <Compile Include="Regression\VectorData\VectorDataTestFour.cs" />
[17588]390    <Compile Include="Regression\VectorData\VectorDataTestThree.cs" />
[17541]391    <Compile Include="Regression\VectorData\VectorDataTestTwo.cs" />
[17364]392    <Compile Include="Regression\VectorData\VectorDataTestOne.cs" />
[7849]393    <Compile Include="Regression\Vladislavleva\KotanchekFunction.cs" />
394    <Compile Include="Regression\Vladislavleva\RationalPolynomialThreeDimensional.cs" />
395    <Compile Include="Regression\Vladislavleva\RationalPolynomialTwoDimensional.cs" />
396    <Compile Include="Regression\Vladislavleva\RippleFunction.cs" />
397    <Compile Include="Regression\Vladislavleva\SalutowiczFunctionOneDimensional.cs" />
398    <Compile Include="Regression\Vladislavleva\SalutowiczFunctionTwoDimensional.cs" />
399    <Compile Include="Regression\Vladislavleva\SineCosineFunction.cs" />
400    <Compile Include="Regression\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" />
401    <Compile Include="Regression\Vladislavleva\VladislavlevaInstanceProvider.cs" />
[18096]402    <Compile Include="SegmentOptimization\SegmentOptimizationInstanceProvider.cs" />
403    <Compile Include="SegmentOptimization\SOPDataDescriptor.cs" />
[17414]404    <Compile Include="TableFileFormatOptions.cs" />
[7849]405    <Compile Include="TableFileParser.cs" />
[8798]406    <Compile Include="TimeSeries\CSV\TimeSeriesPrognosisCSVInstanceProvider.cs" />
[8885]407    <Compile Include="TimeSeries\TimeSeriesPrognosisImportType.cs" />
[8798]408    <Compile Include="TimeSeries\TimeSeriesPrognosisInstanceProvider.cs" />
[7849]409  </ItemGroup>
410  <ItemGroup>
[17418]411    <None Include="Classification\Data\TimeSeriesMultivariate.zip">
412      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
413    </None>
[8595]414    <EmbeddedResource Include="Classification\Data\UCI.zip" />
[17418]415    <None Include="Classification\Data\TimeSeriesUnivariate.zip">
416      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
417    </None>
[7849]418    <None Include="HeuristicLab.snk" />
419    <None Include="Plugin.cs.frame" />
420    <None Include="Properties\AssemblyInfo.cs.frame" />
421    <EmbeddedResource Include="Regression\Data\RegressionRealWorld.zip" />
[14789]422    <EmbeddedResource Include="Regression\Data\MibaFriction.zip" />
[15951]423    <EmbeddedResource Include="Regression\Data\PennML.zip" />
[17915]424    <EmbeddedResource Include="Regression\Data\GPTP2021VectorBenchmarks.zip" />
[17418]425    <None Include="Regression\Data\UCITimeSeries.zip">
426      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
427    </None>
[18097]428    <EmbeddedResource Include="SegmentOptimization\Data\SOPData.zip" />
[7849]429  </ItemGroup>
430  <ItemGroup>
431    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
432      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
433      <Name>HeuristicLab.Collections-3.3</Name>
434      <Private>False</Private>
435    </ProjectReference>
436    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
437      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
438      <Name>HeuristicLab.Common-3.3</Name>
439      <Private>False</Private>
440    </ProjectReference>
441    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
442      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
443      <Name>HeuristicLab.Core-3.3</Name>
444      <Private>False</Private>
445    </ProjectReference>
446    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
447      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
448      <Name>HeuristicLab.Data-3.3</Name>
449      <Private>False</Private>
450    </ProjectReference>
[9217]451    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
452      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
453      <Name>HeuristicLab.Parameters-3.3</Name>
454    </ProjectReference>
455    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
456      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
457      <Name>HeuristicLab.Persistence-3.3</Name>
458    </ProjectReference>
[7849]459    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
460      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
461      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
462      <Private>False</Private>
463    </ProjectReference>
464    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
465      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
466      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
467      <Private>False</Private>
468    </ProjectReference>
469    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
470      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
471      <Name>HeuristicLab.Problems.Instances-3.3</Name>
472      <Private>False</Private>
473    </ProjectReference>
474    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
475      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
476      <Name>HeuristicLab.Random-3.3</Name>
477      <Private>False</Private>
478    </ProjectReference>
479  </ItemGroup>
[16625]480  <ItemGroup>
[16658]481    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
482      <SpecificVersion>False</SpecificVersion>
483      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
484      <Private>False</Private>
485    </Reference>
[16625]486  </ItemGroup>
[17825]487  <ItemGroup />
[7849]488  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
489  <PropertyGroup>
[8693]490    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[7849]491set ProjectDir=$(ProjectDir)
492set SolutionDir=$(SolutionDir)
493set Outdir=$(Outdir)
494
495call PreBuildEvent.cmd</PreBuildEvent>
[8693]496    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]497export ProjectDir=$(ProjectDir)
498export SolutionDir=$(SolutionDir)
499
500$SolutionDir/PreBuildEvent.sh
501</PreBuildEvent>
[7849]502  </PropertyGroup>
503  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
504       Other similar extension points exist, see Microsoft.Common.targets.
505  <Target Name="BeforeBuild">
506  </Target>
507  <Target Name="AfterBuild">
508  </Target>
509  -->
510</Project>
Note: See TracBrowser for help on using the repository browser.