[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" />
|
---|
[14790] | 290 | <Compile Include="Regression\MibaFriction\CF3.cs" />
|
---|
| 291 | <Compile Include="Regression\MibaFriction\Wear1.cs" />
|
---|
| 292 | <Compile Include="Regression\MibaFriction\Wear2.cs" />
|
---|
| 293 | <Compile Include="Regression\MibaFriction\Temp2.cs" />
|
---|
| 294 | <Compile Include="Regression\MibaFriction\Temp1.cs" />
|
---|
| 295 | <Compile Include="Regression\MibaFriction\NvhRating.cs" />
|
---|
| 296 | <Compile Include="Regression\MibaFriction\CF4.cs" />
|
---|
| 297 | <Compile Include="Regression\MibaFriction\CF2.cs" />
|
---|
[14789] | 298 | <Compile Include="Regression\MibaFriction\CF1.cs" />
|
---|
| 299 | <Compile Include="Regression\MibaFriction\MibaFrictionRegressionInstanceProvider.cs" />
|
---|
[15951] | 300 | <Compile Include="Regression\PennML\PennMLRegressionDataDescriptor.cs" />
|
---|
| 301 | <Compile Include="Regression\PennML\PennMLRegressionInstanceProvider.cs" />
|
---|
[16264] | 302 | <Compile Include="Regression\Physics\AircraftLift.cs" />
|
---|
| 303 | <Compile Include="Regression\Physics\AircraftMaximumLift.cs" />
|
---|
| 304 | <Compile Include="Regression\Physics\FluidDynamics.cs" />
|
---|
| 305 | <Compile Include="Regression\Physics\PhysicsInstanceProvider.cs" />
|
---|
| 306 | <Compile Include="Regression\Physics\RocketFuelFlow.cs" />
|
---|
[17414] | 307 | <Compile Include="Regression\UCITimeSeries\GasFlowModulation.cs" />
|
---|
[17415] | 308 | <Compile Include="Regression\UCITimeSeries\HydraulicConditionMonitoring.cs" />
|
---|
| 309 | <Compile Include="Regression\UCITimeSeries\SocialMediaBuzzTomsHardware.cs" />
|
---|
| 310 | <Compile Include="Regression\UCITimeSeries\SocialMediaBuzzTwitter.cs" />
|
---|
[17414] | 311 | <Compile Include="Regression\UCITimeSeries\UCITimeSeriesProvider.cs" />
|
---|
[14630] | 312 | <Compile Include="Regression\VariableNetworks\LinearVariableNetwork.cs" />
|
---|
| 313 | <Compile Include="Regression\VariableNetworks\GaussianProcessVariableNetwork.cs" />
|
---|
[13939] | 314 | <Compile Include="Regression\VariableNetworks\VariableNetwork.cs" />
|
---|
| 315 | <Compile Include="Regression\VariableNetworks\VariableNetworkInstanceProvider.cs" />
|
---|
[7860] | 316 | <Compile Include="Regression\Keijzer\KeijzerFunctionFourteen.cs" />
|
---|
| 317 | <Compile Include="Regression\Keijzer\KeijzerFunctionEleven.cs" />
|
---|
| 318 | <Compile Include="Regression\Keijzer\KeijzerFunctionFive.cs" />
|
---|
[7849] | 319 | <Compile Include="Regression\Keijzer\KeijzerFunctionEight.cs" />
|
---|
| 320 | <Compile Include="Regression\Keijzer\KeijzerFunctionFifteen.cs" />
|
---|
| 321 | <Compile Include="Regression\Keijzer\KeijzerFunctionFour.cs" />
|
---|
[8238] | 322 | <Compile Include="Regression\Keijzer\KeijzerFunctionNine.cs" />
|
---|
[8226] | 323 | <Compile Include="Regression\Keijzer\KeijzerFunctionOne.cs" />
|
---|
[7849] | 324 | <Compile Include="Regression\Keijzer\KeijzerFunctionSeven.cs" />
|
---|
| 325 | <Compile Include="Regression\Keijzer\KeijzerFunctionSix.cs" />
|
---|
[8226] | 326 | <Compile Include="Regression\Keijzer\KeijzerFunctionTen.cs" />
|
---|
[7849] | 327 | <Compile Include="Regression\Keijzer\KeijzerFunctionThirteen.cs" />
|
---|
[8238] | 328 | <Compile Include="Regression\Keijzer\KeijzerFunctionThree.cs" />
|
---|
[7849] | 329 | <Compile Include="Regression\Keijzer\KeijzerFunctionTwelve.cs" />
|
---|
[8238] | 330 | <Compile Include="Regression\Keijzer\KeijzerFunctionTwo.cs" />
|
---|
[7849] | 331 | <Compile Include="Regression\Keijzer\KeijzerInstanceProvider.cs" />
|
---|
| 332 | <Compile Include="Regression\Korns\KornsFunctionEight.cs" />
|
---|
| 333 | <Compile Include="Regression\Korns\KornsFunctionEleven.cs" />
|
---|
| 334 | <Compile Include="Regression\Korns\KornsFunctionFive.cs" />
|
---|
[14228] | 335 | <Compile Include="Regression\Korns\KornsFunctionFifteen.cs" />
|
---|
[7849] | 336 | <Compile Include="Regression\Korns\KornsFunctionFour.cs" />
|
---|
| 337 | <Compile Include="Regression\Korns\KornsFunctionFourteen.cs" />
|
---|
| 338 | <Compile Include="Regression\Korns\KornsFunctionNine.cs" />
|
---|
| 339 | <Compile Include="Regression\Korns\KornsFunctionOne.cs" />
|
---|
| 340 | <Compile Include="Regression\Korns\KornsFunctionSeven.cs" />
|
---|
| 341 | <Compile Include="Regression\Korns\KornsFunctionSix.cs" />
|
---|
| 342 | <Compile Include="Regression\Korns\KornsFunctionTen.cs" />
|
---|
| 343 | <Compile Include="Regression\Korns\KornsFunctionThirteen.cs" />
|
---|
| 344 | <Compile Include="Regression\Korns\KornsFunctionThree.cs" />
|
---|
| 345 | <Compile Include="Regression\Korns\KornsFunctionTwelve.cs" />
|
---|
| 346 | <Compile Include="Regression\Korns\KornsFunctionTwo.cs" />
|
---|
| 347 | <Compile Include="Regression\Korns\KornsInstanceProvider.cs" />
|
---|
[13939] | 348 | <Compile Include="Regression\Friedman\FriedmanRandomFunction.cs" />
|
---|
| 349 | <Compile Include="Regression\Friedman\FriedmanRandomFunctionInstanceProvider.cs" />
|
---|
[7849] | 350 | <Compile Include="Regression\Nguyen\NguyenFunctionEight.cs" />
|
---|
| 351 | <Compile Include="Regression\Nguyen\NguyenFunctionEleven.cs" />
|
---|
| 352 | <Compile Include="Regression\Nguyen\NguyenFunctionFive.cs" />
|
---|
| 353 | <Compile Include="Regression\Nguyen\NguyenFunctionFour.cs" />
|
---|
| 354 | <Compile Include="Regression\Nguyen\NguyenFunctionNine.cs" />
|
---|
| 355 | <Compile Include="Regression\Nguyen\NguyenFunctionOne.cs" />
|
---|
| 356 | <Compile Include="Regression\Nguyen\NguyenFunctionSeven.cs" />
|
---|
| 357 | <Compile Include="Regression\Nguyen\NguyenFunctionSix.cs" />
|
---|
| 358 | <Compile Include="Regression\Nguyen\NguyenFunctionTen.cs" />
|
---|
| 359 | <Compile Include="Regression\Nguyen\NguyenFunctionThree.cs" />
|
---|
| 360 | <Compile Include="Regression\Nguyen\NguyenFunctionTwelve.cs" />
|
---|
| 361 | <Compile Include="Regression\Nguyen\NguyenFunctionTwo.cs" />
|
---|
| 362 | <Compile Include="Regression\Nguyen\NguyenInstanceProvider.cs" />
|
---|
[9133] | 363 | <Compile Include="Regression\RealWorld\ChemicalOne.cs" />
|
---|
[12687] | 364 | <Compile Include="Regression\RealWorld\Powermeter.cs" />
|
---|
[9133] | 365 | <Compile Include="Regression\RealWorld\Housing.cs" />
|
---|
[9131] | 366 | <Compile Include="Regression\RealWorld\RealWorldRegressionInstanceProvider.cs" />
|
---|
[13890] | 367 | <Compile Include="Regression\RealWorld\SARCOS.cs" />
|
---|
[9131] | 368 | <Compile Include="Regression\RealWorld\Tower.cs" />
|
---|
[9133] | 369 | <Compile Include="Regression\RegressionDataDescriptor.cs" />
|
---|
[8877] | 370 | <Compile Include="Regression\RegressionImportType.cs" />
|
---|
[7849] | 371 | <Compile Include="Regression\RegressionInstanceProvider.cs" />
|
---|
| 372 | <Compile Include="Regression\ResourceRegressionDataDescriptor.cs" />
|
---|
| 373 | <Compile Include="Regression\ResourceRegressionInstanceProvider.cs" />
|
---|
| 374 | <Compile Include="Regression\ValueGenerator.cs" />
|
---|
| 375 | <Compile Include="Regression\Various\BreimanOne.cs" />
|
---|
[7860] | 376 | <Compile Include="Regression\Various\FriedmanTwo.cs" />
|
---|
| 377 | <Compile Include="Regression\Various\FriedmanOne.cs" />
|
---|
[7849] | 378 | <Compile Include="Regression\Various\PolyTen.cs" />
|
---|
| 379 | <Compile Include="Regression\Various\SpatialCoevolution.cs" />
|
---|
| 380 | <Compile Include="Regression\Various\VariousInstanceProvider.cs" />
|
---|
[17401] | 381 | <Compile Include="Regression\VectorData\AzzaliKorns5.cs" />
|
---|
| 382 | <Compile Include="Regression\VectorData\AzzaliBenchmark3.cs" />
|
---|
| 383 | <Compile Include="Regression\VectorData\AzzaliBenchmark2.cs" />
|
---|
| 384 | <Compile Include="Regression\VectorData\AzzaliBenchmark1.cs" />
|
---|
| 385 | <Compile Include="Regression\VectorData\RandomExtensions.cs" />
|
---|
[17418] | 386 | <Compile Include="Regression\VectorData\VectorDataInstanceProvider.cs" />
|
---|
[17741] | 387 | <Compile Include="Regression\VectorData\VectorDataTestFour.cs" />
|
---|
[17588] | 388 | <Compile Include="Regression\VectorData\VectorDataTestThree.cs" />
|
---|
[17541] | 389 | <Compile Include="Regression\VectorData\VectorDataTestTwo.cs" />
|
---|
[17364] | 390 | <Compile Include="Regression\VectorData\VectorDataTestOne.cs" />
|
---|
[7849] | 391 | <Compile Include="Regression\Vladislavleva\KotanchekFunction.cs" />
|
---|
| 392 | <Compile Include="Regression\Vladislavleva\RationalPolynomialThreeDimensional.cs" />
|
---|
| 393 | <Compile Include="Regression\Vladislavleva\RationalPolynomialTwoDimensional.cs" />
|
---|
| 394 | <Compile Include="Regression\Vladislavleva\RippleFunction.cs" />
|
---|
| 395 | <Compile Include="Regression\Vladislavleva\SalutowiczFunctionOneDimensional.cs" />
|
---|
| 396 | <Compile Include="Regression\Vladislavleva\SalutowiczFunctionTwoDimensional.cs" />
|
---|
| 397 | <Compile Include="Regression\Vladislavleva\SineCosineFunction.cs" />
|
---|
| 398 | <Compile Include="Regression\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" />
|
---|
| 399 | <Compile Include="Regression\Vladislavleva\VladislavlevaInstanceProvider.cs" />
|
---|
[17414] | 400 | <Compile Include="TableFileFormatOptions.cs" />
|
---|
[7849] | 401 | <Compile Include="TableFileParser.cs" />
|
---|
[8798] | 402 | <Compile Include="TimeSeries\CSV\TimeSeriesPrognosisCSVInstanceProvider.cs" />
|
---|
[8885] | 403 | <Compile Include="TimeSeries\TimeSeriesPrognosisImportType.cs" />
|
---|
[8798] | 404 | <Compile Include="TimeSeries\TimeSeriesPrognosisInstanceProvider.cs" />
|
---|
[7849] | 405 | </ItemGroup>
|
---|
| 406 | <ItemGroup>
|
---|
[17418] | 407 | <None Include="Classification\Data\TimeSeriesMultivariate.zip">
|
---|
| 408 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 409 | </None>
|
---|
[8595] | 410 | <EmbeddedResource Include="Classification\Data\UCI.zip" />
|
---|
[17418] | 411 | <None Include="Classification\Data\TimeSeriesUnivariate.zip">
|
---|
| 412 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 413 | </None>
|
---|
[7849] | 414 | <None Include="HeuristicLab.snk" />
|
---|
| 415 | <None Include="Plugin.cs.frame" />
|
---|
| 416 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 417 | <EmbeddedResource Include="Regression\Data\RegressionRealWorld.zip" />
|
---|
[14789] | 418 | <EmbeddedResource Include="Regression\Data\MibaFriction.zip" />
|
---|
[15951] | 419 | <EmbeddedResource Include="Regression\Data\PennML.zip" />
|
---|
[17418] | 420 | <None Include="Regression\Data\UCITimeSeries.zip">
|
---|
| 421 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 422 | </None>
|
---|
[7849] | 423 | </ItemGroup>
|
---|
| 424 | <ItemGroup>
|
---|
| 425 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 426 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 427 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 428 | <Private>False</Private>
|
---|
| 429 | </ProjectReference>
|
---|
| 430 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 431 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 432 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 433 | <Private>False</Private>
|
---|
| 434 | </ProjectReference>
|
---|
| 435 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 436 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 437 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 438 | <Private>False</Private>
|
---|
| 439 | </ProjectReference>
|
---|
| 440 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 441 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 442 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 443 | <Private>False</Private>
|
---|
| 444 | </ProjectReference>
|
---|
[9217] | 445 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 446 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 447 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 448 | </ProjectReference>
|
---|
| 449 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 450 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 451 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 452 | </ProjectReference>
|
---|
[7849] | 453 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 454 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 455 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 456 | <Private>False</Private>
|
---|
| 457 | </ProjectReference>
|
---|
| 458 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 459 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 460 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 461 | <Private>False</Private>
|
---|
| 462 | </ProjectReference>
|
---|
| 463 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 464 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 465 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 466 | <Private>False</Private>
|
---|
| 467 | </ProjectReference>
|
---|
| 468 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 469 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 470 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 471 | <Private>False</Private>
|
---|
| 472 | </ProjectReference>
|
---|
| 473 | </ItemGroup>
|
---|
[16625] | 474 | <ItemGroup>
|
---|
[16658] | 475 | <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 476 | <SpecificVersion>False</SpecificVersion>
|
---|
| 477 | <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
|
---|
| 478 | <Private>False</Private>
|
---|
| 479 | </Reference>
|
---|
[16625] | 480 | </ItemGroup>
|
---|
[17825] | 481 | <ItemGroup />
|
---|
[7849] | 482 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 483 | <PropertyGroup>
|
---|
[8693] | 484 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[7849] | 485 | set ProjectDir=$(ProjectDir)
|
---|
| 486 | set SolutionDir=$(SolutionDir)
|
---|
| 487 | set Outdir=$(Outdir)
|
---|
| 488 |
|
---|
| 489 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8693] | 490 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 491 | export ProjectDir=$(ProjectDir)
|
---|
| 492 | export SolutionDir=$(SolutionDir)
|
---|
| 493 |
|
---|
| 494 | $SolutionDir/PreBuildEvent.sh
|
---|
| 495 | </PreBuildEvent>
|
---|
[7849] | 496 | </PropertyGroup>
|
---|
| 497 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 498 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 499 | <Target Name="BeforeBuild">
|
---|
| 500 | </Target>
|
---|
| 501 | <Target Name="AfterBuild">
|
---|
| 502 | </Target>
|
---|
| 503 | -->
|
---|
| 504 | </Project> |
---|