[5600] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16628] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[5600] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
|
---|
[16628] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[5600] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
| 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
[16544] | 43 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
| 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 48 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 49 | </PropertyGroup>
|
---|
| 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
[17501] | 53 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <WarningLevel>4</WarningLevel>
|
---|
| 57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 58 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
[17501] | 62 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
[17552] | 65 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[5600] | 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[17501] | 71 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
[17552] | 75 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[5600] | 76 | <ErrorReport>prompt</ErrorReport>
|
---|
| 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 78 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 79 | </PropertyGroup>
|
---|
| 80 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 81 | <DebugSymbols>true</DebugSymbols>
|
---|
[17501] | 82 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 83 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 84 | <DebugType>full</DebugType>
|
---|
[17552] | 85 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[5600] | 86 | <ErrorReport>prompt</ErrorReport>
|
---|
| 87 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 88 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[17501] | 91 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[5600] | 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
[17552] | 95 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[5600] | 96 | <ErrorReport>prompt</ErrorReport>
|
---|
| 97 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 98 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5600] | 99 | </PropertyGroup>
|
---|
| 100 | <ItemGroup>
|
---|
[12817] | 101 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[17501] | 102 | <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[8435] | 103 | <Private>False</Private>
|
---|
| 104 | </Reference>
|
---|
[16685] | 105 | <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 106 | <SpecificVersion>False</SpecificVersion>
|
---|
| 107 | <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
|
---|
[17501] | 108 | <Private>False</Private>
|
---|
[16685] | 109 | </Reference>
|
---|
[16536] | 110 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
[16685] | 111 | <SpecificVersion>False</SpecificVersion>
|
---|
[16536] | 112 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
[16636] | 113 | <Private>False</Private>
|
---|
[16536] | 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 116 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[16636] | 117 | <Private>False</Private>
|
---|
[16536] | 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Analysis.Views-3.3">
|
---|
| 120 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
|
---|
[16636] | 121 | <Private>False</Private>
|
---|
[16536] | 122 | </Reference>
|
---|
| 123 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 124 | <SpecificVersion>False</SpecificVersion>
|
---|
| 125 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[16636] | 126 | <Private>False</Private>
|
---|
[16536] | 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 129 | <SpecificVersion>False</SpecificVersion>
|
---|
| 130 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[16636] | 131 | <Private>False</Private>
|
---|
[16536] | 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 134 | <SpecificVersion>False</SpecificVersion>
|
---|
| 135 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[16636] | 136 | <Private>False</Private>
|
---|
[16536] | 137 | </Reference>
|
---|
| 138 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 139 | <SpecificVersion>False</SpecificVersion>
|
---|
| 140 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[16636] | 141 | <Private>False</Private>
|
---|
[16536] | 142 | </Reference>
|
---|
| 143 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 144 | <SpecificVersion>False</SpecificVersion>
|
---|
| 145 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[16636] | 146 | <Private>False</Private>
|
---|
[16536] | 147 | </Reference>
|
---|
| 148 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 149 | <SpecificVersion>False</SpecificVersion>
|
---|
| 150 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[16636] | 151 | <Private>False</Private>
|
---|
[16536] | 152 | </Reference>
|
---|
[16790] | 153 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 154 | <SpecificVersion>False</SpecificVersion>
|
---|
| 155 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
[17501] | 156 | <Private>False</Private>
|
---|
[16790] | 157 | </Reference>
|
---|
[16536] | 158 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 159 | <SpecificVersion>False</SpecificVersion>
|
---|
| 160 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[16636] | 161 | <Private>False</Private>
|
---|
[16536] | 162 | </Reference>
|
---|
| 163 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 164 | <SpecificVersion>False</SpecificVersion>
|
---|
| 165 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[16636] | 166 | <Private>False</Private>
|
---|
[16536] | 167 | </Reference>
|
---|
| 168 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 169 | <SpecificVersion>False</SpecificVersion>
|
---|
| 170 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[16636] | 171 | <Private>False</Private>
|
---|
[16536] | 172 | </Reference>
|
---|
| 173 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
| 174 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
[16636] | 175 | <Private>False</Private>
|
---|
[16536] | 176 | </Reference>
|
---|
| 177 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
| 178 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
[16636] | 179 | <Private>False</Private>
|
---|
[16536] | 180 | </Reference>
|
---|
| 181 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
| 182 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
[16636] | 183 | <Private>False</Private>
|
---|
[16536] | 184 | </Reference>
|
---|
| 185 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 186 | <SpecificVersion>False</SpecificVersion>
|
---|
| 187 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[16636] | 188 | <Private>False</Private>
|
---|
[16536] | 189 | </Reference>
|
---|
| 190 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 191 | <SpecificVersion>False</SpecificVersion>
|
---|
| 192 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[16636] | 193 | <Private>False</Private>
|
---|
[16536] | 194 | </Reference>
|
---|
| 195 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
| 196 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[16636] | 197 | <Private>False</Private>
|
---|
[16536] | 198 | </Reference>
|
---|
| 199 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
|
---|
| 200 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
[16636] | 201 | <Private>False</Private>
|
---|
[16536] | 202 | </Reference>
|
---|
[5600] | 203 | <Reference Include="System" />
|
---|
| 204 | <Reference Include="System.Core">
|
---|
| 205 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 206 | </Reference>
|
---|
| 207 | <Reference Include="System.Drawing" />
|
---|
| 208 | <Reference Include="System.Windows.Forms" />
|
---|
[14125] | 209 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[5600] | 210 | <Reference Include="System.Xml.Linq">
|
---|
| 211 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 212 | </Reference>
|
---|
| 213 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 214 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 215 | </Reference>
|
---|
| 216 | <Reference Include="System.Data" />
|
---|
| 217 | <Reference Include="System.Xml" />
|
---|
| 218 | </ItemGroup>
|
---|
| 219 | <ItemGroup>
|
---|
[15638] | 220 | <Compile Include="Classification\ClassificationSolutionVariableImpactsView.cs">
|
---|
| 221 | <SubType>UserControl</SubType>
|
---|
| 222 | </Compile>
|
---|
| 223 | <Compile Include="Classification\ClassificationSolutionVariableImpactsView.Designer.cs">
|
---|
| 224 | <DependentUpon>ClassificationSolutionVariableImpactsView.cs</DependentUpon>
|
---|
| 225 | </Compile>
|
---|
[14099] | 226 | <Compile Include="Controls\DensityChart.cs">
|
---|
[14095] | 227 | <SubType>UserControl</SubType>
|
---|
| 228 | </Compile>
|
---|
[14099] | 229 | <Compile Include="Controls\DensityChart.Designer.cs">
|
---|
[14095] | 230 | <DependentUpon>DensityChart.cs</DependentUpon>
|
---|
| 231 | </Compile>
|
---|
[14099] | 232 | <Compile Include="Controls\DensityTrackbar.cs">
|
---|
[14095] | 233 | <SubType>UserControl</SubType>
|
---|
| 234 | </Compile>
|
---|
[14099] | 235 | <Compile Include="Controls\DensityTrackbar.Designer.cs">
|
---|
[14095] | 236 | <DependentUpon>DensityTrackbar.cs</DependentUpon>
|
---|
| 237 | </Compile>
|
---|
[14852] | 238 | <Compile Include="Controls\FactorPartialDependencePlot.cs">
|
---|
[14826] | 239 | <SubType>UserControl</SubType>
|
---|
| 240 | </Compile>
|
---|
[14852] | 241 | <Compile Include="Controls\FactorPartialDependencePlot.Designer.cs">
|
---|
| 242 | <DependentUpon>FactorPartialDependencePlot.cs</DependentUpon>
|
---|
[14826] | 243 | </Compile>
|
---|
[14852] | 244 | <Compile Include="Controls\PartialDependencePlot.cs">
|
---|
| 245 | <SubType>UserControl</SubType>
|
---|
| 246 | </Compile>
|
---|
| 247 | <Compile Include="Controls\PartialDependencePlot.Designer.cs">
|
---|
| 248 | <DependentUpon>PartialDependencePlot.cs</DependentUpon>
|
---|
| 249 | </Compile>
|
---|
| 250 | <Compile Include="Controls\PartialDependencePlotConfigurationDialog.cs">
|
---|
| 251 | <SubType>Form</SubType>
|
---|
| 252 | </Compile>
|
---|
| 253 | <Compile Include="Controls\PartialDependencePlotConfigurationDialog.Designer.cs">
|
---|
| 254 | <DependentUpon>PartialDependencePlotConfigurationDialog.cs</DependentUpon>
|
---|
| 255 | </Compile>
|
---|
[13938] | 256 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
|
---|
| 257 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
|
---|
[6672] | 258 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
|
---|
| 259 | <SubType>UserControl</SubType>
|
---|
| 260 | </Compile>
|
---|
| 261 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 262 | <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 263 | </Compile>
|
---|
[6613] | 264 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
|
---|
| 265 | <SubType>UserControl</SubType>
|
---|
| 266 | </Compile>
|
---|
| 267 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
|
---|
| 268 | <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
|
---|
| 269 | </Compile>
|
---|
[8689] | 270 | <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
|
---|
| 271 | <SubType>UserControl</SubType>
|
---|
| 272 | </Compile>
|
---|
| 273 | <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
|
---|
| 274 | <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
|
---|
| 275 | </Compile>
|
---|
[13102] | 276 | <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
|
---|
| 277 | <SubType>UserControl</SubType>
|
---|
| 278 | </Compile>
|
---|
[13100] | 279 | <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
|
---|
| 280 | <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
|
---|
| 281 | </Compile>
|
---|
[8689] | 282 | <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
|
---|
| 283 | <SubType>UserControl</SubType>
|
---|
| 284 | </Compile>
|
---|
| 285 | <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
|
---|
| 286 | <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 287 | </Compile>
|
---|
[8679] | 288 | <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
|
---|
| 289 | <SubType>UserControl</SubType>
|
---|
| 290 | </Compile>
|
---|
| 291 | <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
|
---|
| 292 | <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
|
---|
| 293 | </Compile>
|
---|
[8435] | 294 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
|
---|
| 295 | <SubType>UserControl</SubType>
|
---|
| 296 | </Compile>
|
---|
| 297 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
|
---|
| 298 | <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
|
---|
| 299 | </Compile>
|
---|
[8578] | 300 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
|
---|
| 301 | <SubType>UserControl</SubType>
|
---|
| 302 | </Compile>
|
---|
| 303 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
|
---|
| 304 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
| 305 | </Compile>
|
---|
[6642] | 306 | <Compile Include="DataAnalysisSolutionEvaluationView.cs">
|
---|
| 307 | <SubType>UserControl</SubType>
|
---|
| 308 | </Compile>
|
---|
| 309 | <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
|
---|
| 310 | <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
|
---|
| 311 | </Compile>
|
---|
[8833] | 312 | <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
|
---|
[8578] | 313 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
|
---|
[8542] | 314 | <SubType>UserControl</SubType>
|
---|
| 315 | </Compile>
|
---|
[8578] | 316 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
|
---|
[8542] | 317 | <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
|
---|
| 318 | </Compile>
|
---|
[11114] | 319 | <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
|
---|
[14852] | 320 | <Compile Include="Interfaces\IPartialDependencePlot.cs" />
|
---|
[14805] | 321 | <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
|
---|
[9859] | 322 | <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
|
---|
[12509] | 323 | <Compile Include="ModifiableDatasetView.cs">
|
---|
| 324 | <SubType>UserControl</SubType>
|
---|
| 325 | </Compile>
|
---|
| 326 | <Compile Include="ModifiableDatasetView.Designer.cs">
|
---|
| 327 | <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
|
---|
| 328 | </Compile>
|
---|
[7097] | 329 | <Compile Include="Plugin.cs" />
|
---|
[8578] | 330 | <Compile Include="ProblemDataView.cs">
|
---|
| 331 | <SubType>UserControl</SubType>
|
---|
| 332 | </Compile>
|
---|
| 333 | <Compile Include="ProblemDataView.Designer.cs">
|
---|
| 334 | <DependentUpon>ProblemDataView.cs</DependentUpon>
|
---|
| 335 | </Compile>
|
---|
[16896] | 336 | <Compile Include="IntervalCollectionView.cs">
|
---|
[16544] | 337 | <SubType>UserControl</SubType>
|
---|
| 338 | </Compile>
|
---|
[16896] | 339 | <Compile Include="IntervalCollectionView.Designer.cs">
|
---|
| 340 | <DependentUpon>IntervalCollectionView.cs</DependentUpon>
|
---|
[16544] | 341 | </Compile>
|
---|
[14099] | 342 | <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
|
---|
[14095] | 343 | <SubType>UserControl</SubType>
|
---|
| 344 | </Compile>
|
---|
[14099] | 345 | <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
|
---|
| 346 | <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
|
---|
[14095] | 347 | </Compile>
|
---|
[14099] | 348 | <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
|
---|
[14095] | 349 | <SubType>UserControl</SubType>
|
---|
| 350 | </Compile>
|
---|
[14099] | 351 | <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
|
---|
| 352 | <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
|
---|
[14095] | 353 | </Compile>
|
---|
[13705] | 354 | <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
|
---|
| 355 | <SubType>UserControl</SubType>
|
---|
| 356 | </Compile>
|
---|
| 357 | <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
|
---|
| 358 | <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
|
---|
| 359 | </Compile>
|
---|
[8689] | 360 | <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
|
---|
| 361 | <SubType>UserControl</SubType>
|
---|
| 362 | </Compile>
|
---|
| 363 | <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
|
---|
| 364 | <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
|
---|
| 365 | </Compile>
|
---|
[14486] | 366 | <Compile Include="Regression\RegressionSolutionLineChartViewBase.cs">
|
---|
| 367 | <SubType>UserControl</SubType>
|
---|
| 368 | </Compile>
|
---|
| 369 | <Compile Include="Regression\RegressionSolutionLineChartViewBase.Designer.cs">
|
---|
| 370 | <DependentUpon>RegressionSolutionLineChartViewBase.cs</DependentUpon>
|
---|
| 371 | </Compile>
|
---|
[14852] | 372 | <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.cs">
|
---|
| 373 | <SubType>UserControl</SubType>
|
---|
| 374 | </Compile>
|
---|
| 375 | <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.Designer.cs">
|
---|
| 376 | <DependentUpon>RegressionSolutionPartialDependencePlotView.cs</DependentUpon>
|
---|
| 377 | </Compile>
|
---|
[14483] | 378 | <Compile Include="Regression\RegressionSolutionResidualsLineChartView.cs">
|
---|
| 379 | <SubType>UserControl</SubType>
|
---|
| 380 | </Compile>
|
---|
| 381 | <Compile Include="Regression\RegressionSolutionResidualsLineChartView.Designer.cs">
|
---|
| 382 | <DependentUpon>RegressionSolutionResidualsLineChartView.cs</DependentUpon>
|
---|
| 383 | </Compile>
|
---|
[14889] | 384 | <Compile Include="Regression\RegressionSolutionResidualAnalysisView.cs">
|
---|
| 385 | <SubType>UserControl</SubType>
|
---|
| 386 | </Compile>
|
---|
| 387 | <Compile Include="Regression\RegressionSolutionResidualAnalysisView.Designer.cs">
|
---|
| 388 | <DependentUpon>RegressionSolutionResidualAnalysisView.cs</DependentUpon>
|
---|
| 389 | </Compile>
|
---|
[14348] | 390 | <Compile Include="Regression\RegressionSolutionVariableImpactsView.cs">
|
---|
| 391 | <SubType>UserControl</SubType>
|
---|
| 392 | </Compile>
|
---|
| 393 | <Compile Include="Regression\RegressionSolutionVariableImpactsView.Designer.cs">
|
---|
| 394 | <DependentUpon>RegressionSolutionVariableImpactsView.cs</DependentUpon>
|
---|
| 395 | </Compile>
|
---|
[14095] | 396 | <Compile Include="Regression\RegressionSolutionGradientView.cs">
|
---|
| 397 | <SubType>UserControl</SubType>
|
---|
| 398 | </Compile>
|
---|
| 399 | <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
|
---|
| 400 | <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
|
---|
| 401 | </Compile>
|
---|
[8689] | 402 | <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
|
---|
| 403 | <SubType>UserControl</SubType>
|
---|
| 404 | </Compile>
|
---|
| 405 | <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
|
---|
| 406 | <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 407 | </Compile>
|
---|
[7823] | 408 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
|
---|
| 409 | <SubType>UserControl</SubType>
|
---|
| 410 | </Compile>
|
---|
| 411 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
|
---|
| 412 | <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
|
---|
| 413 | </Compile>
|
---|
[6642] | 414 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
|
---|
| 415 | <SubType>UserControl</SubType>
|
---|
| 416 | </Compile>
|
---|
| 417 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
| 418 | <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
| 419 | </Compile>
|
---|
[7823] | 420 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
|
---|
[6612] | 421 | <SubType>UserControl</SubType>
|
---|
| 422 | </Compile>
|
---|
[7823] | 423 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
|
---|
| 424 | <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
|
---|
[6612] | 425 | </Compile>
|
---|
[7823] | 426 | <Compile Include="Regression\RegressionSolutionLineChartView.cs">
|
---|
| 427 | <SubType>UserControl</SubType>
|
---|
| 428 | </Compile>
|
---|
| 429 | <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
|
---|
| 430 | <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
|
---|
| 431 | </Compile>
|
---|
[7500] | 432 | <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
|
---|
| 433 | <SubType>UserControl</SubType>
|
---|
| 434 | </Compile>
|
---|
| 435 | <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
|
---|
| 436 | <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
|
---|
| 437 | </Compile>
|
---|
[7823] | 438 | <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
|
---|
| 439 | <SubType>UserControl</SubType>
|
---|
| 440 | </Compile>
|
---|
| 441 | <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
|
---|
| 442 | <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
|
---|
| 443 | </Compile>
|
---|
[6596] | 444 | <Compile Include="Solution Views\ClassificationSolutionView.cs">
|
---|
[5829] | 445 | <SubType>UserControl</SubType>
|
---|
| 446 | </Compile>
|
---|
[6596] | 447 | <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
|
---|
[5829] | 448 | <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
|
---|
| 449 | </Compile>
|
---|
[5664] | 450 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
|
---|
| 451 | <SubType>UserControl</SubType>
|
---|
| 452 | </Compile>
|
---|
| 453 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
|
---|
| 454 | <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
|
---|
| 455 | </Compile>
|
---|
[5663] | 456 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 457 | <SubType>UserControl</SubType>
|
---|
| 458 | </Compile>
|
---|
| 459 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 460 | <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 461 | </Compile>
|
---|
[5678] | 462 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 463 | <SubType>UserControl</SubType>
|
---|
| 464 | </Compile>
|
---|
| 465 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 466 | <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 467 | </Compile>
|
---|
[5664] | 468 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
|
---|
| 469 | <SubType>UserControl</SubType>
|
---|
| 470 | </Compile>
|
---|
| 471 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
|
---|
| 472 | <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
|
---|
| 473 | </Compile>
|
---|
[5829] | 474 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
|
---|
[5664] | 475 | <SubType>UserControl</SubType>
|
---|
| 476 | </Compile>
|
---|
[5829] | 477 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
|
---|
| 478 | <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
|
---|
| 479 | </Compile>
|
---|
[5853] | 480 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
|
---|
| 481 | <SubType>UserControl</SubType>
|
---|
| 482 | </Compile>
|
---|
| 483 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
|
---|
| 484 | <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
|
---|
| 485 | </Compile>
|
---|
[6596] | 486 | <Compile Include="Solution Views\ClusteringSolutionView.cs">
|
---|
[5853] | 487 | <SubType>UserControl</SubType>
|
---|
| 488 | </Compile>
|
---|
[6596] | 489 | <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
|
---|
[5853] | 490 | <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
|
---|
| 491 | </Compile>
|
---|
[6666] | 492 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
|
---|
| 493 | <SubType>UserControl</SubType>
|
---|
| 494 | </Compile>
|
---|
| 495 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
|
---|
| 496 | <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
|
---|
| 497 | </Compile>
|
---|
[6596] | 498 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
|
---|
[5829] | 499 | <SubType>UserControl</SubType>
|
---|
| 500 | </Compile>
|
---|
[6596] | 501 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
|
---|
[5664] | 502 | <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
|
---|
| 503 | </Compile>
|
---|
[6596] | 504 | <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
|
---|
[5694] | 505 | <SubType>UserControl</SubType>
|
---|
| 506 | </Compile>
|
---|
[6596] | 507 | <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
|
---|
[5694] | 508 | <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 509 | </Compile>
|
---|
[14099] | 510 | <Compile Include="Controls\DoubleLimitView.cs">
|
---|
[5770] | 511 | <SubType>UserControl</SubType>
|
---|
| 512 | </Compile>
|
---|
[14099] | 513 | <Compile Include="Controls\DoubleLimitView.Designer.cs">
|
---|
[5770] | 514 | <DependentUpon>DoubleLimitView.cs</DependentUpon>
|
---|
| 515 | </Compile>
|
---|
[6642] | 516 | <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
|
---|
[6520] | 517 | <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
|
---|
[6652] | 518 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
|
---|
| 519 | <SubType>UserControl</SubType>
|
---|
| 520 | </Compile>
|
---|
| 521 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
|
---|
| 522 | <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 523 | </Compile>
|
---|
[6666] | 524 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
|
---|
| 525 | <SubType>UserControl</SubType>
|
---|
| 526 | </Compile>
|
---|
| 527 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
|
---|
| 528 | <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
|
---|
| 529 | </Compile>
|
---|
[6596] | 530 | <Compile Include="Solution Views\RegressionSolutionView.cs">
|
---|
[5829] | 531 | <SubType>UserControl</SubType>
|
---|
| 532 | </Compile>
|
---|
[6596] | 533 | <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
|
---|
[5829] | 534 | <DependentUpon>RegressionSolutionView.cs</DependentUpon>
|
---|
| 535 | </Compile>
|
---|
[8578] | 536 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
|
---|
[8542] | 537 | <SubType>UserControl</SubType>
|
---|
| 538 | </Compile>
|
---|
[8578] | 539 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
|
---|
[8542] | 540 | <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 541 | </Compile>
|
---|
[8798] | 542 | <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
|
---|
| 543 | <SubType>UserControl</SubType>
|
---|
| 544 | </Compile>
|
---|
| 545 | <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
|
---|
| 546 | <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
|
---|
| 547 | </Compile>
|
---|
[14532] | 548 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.cs">
|
---|
| 549 | <SubType>UserControl</SubType>
|
---|
| 550 | </Compile>
|
---|
| 551 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.Designer.cs">
|
---|
| 552 | <DependentUpon>TimeSeriesPrognosisResidualsLineChartView.cs</DependentUpon>
|
---|
| 553 | </Compile>
|
---|
[14422] | 554 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.cs">
|
---|
| 555 | <SubType>UserControl</SubType>
|
---|
| 556 | </Compile>
|
---|
| 557 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.Designer.cs">
|
---|
| 558 | <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
|
---|
| 559 | </Compile>
|
---|
[8798] | 560 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
|
---|
| 561 | <SubType>UserControl</SubType>
|
---|
| 562 | </Compile>
|
---|
| 563 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
|
---|
| 564 | <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
|
---|
| 565 | </Compile>
|
---|
| 566 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
|
---|
| 567 | <SubType>UserControl</SubType>
|
---|
| 568 | </Compile>
|
---|
| 569 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
| 570 | <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
| 571 | </Compile>
|
---|
[7641] | 572 | <None Include="HeuristicLab.snk" />
|
---|
| 573 | <None Include="Plugin.cs.frame" />
|
---|
| 574 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5600] | 575 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 576 | </ItemGroup>
|
---|
| 577 | <ItemGroup>
|
---|
[16636] | 578 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
|
---|
| 579 | <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
|
---|
| 580 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
|
---|
[16643] | 581 | <Private>False</Private>
|
---|
[16636] | 582 | </ProjectReference>
|
---|
[5600] | 583 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[16636] | 584 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
[5600] | 585 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[16643] | 586 | <Private>False</Private>
|
---|
[5600] | 587 | </ProjectReference>
|
---|
| 588 | </ItemGroup>
|
---|
| 589 | <ItemGroup>
|
---|
| 590 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 591 | <Visible>False</Visible>
|
---|
| 592 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 593 | <Install>false</Install>
|
---|
| 594 | </BootstrapperPackage>
|
---|
| 595 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 596 | <Visible>False</Visible>
|
---|
| 597 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 598 | <Install>true</Install>
|
---|
| 599 | </BootstrapperPackage>
|
---|
| 600 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 601 | <Visible>False</Visible>
|
---|
| 602 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 603 | <Install>true</Install>
|
---|
| 604 | </BootstrapperPackage>
|
---|
| 605 | </ItemGroup>
|
---|
[7823] | 606 | <ItemGroup>
|
---|
[8578] | 607 | <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
|
---|
| 608 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
[8542] | 609 | </EmbeddedResource>
|
---|
| 610 | </ItemGroup>
|
---|
[5600] | 611 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 612 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 613 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 614 | <Target Name="BeforeBuild">
|
---|
| 615 | </Target>
|
---|
| 616 | <Target Name="AfterBuild">
|
---|
| 617 | </Target>
|
---|
| 618 | -->
|
---|
| 619 | <PropertyGroup>
|
---|
[8679] | 620 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[5600] | 621 | set ProjectDir=$(ProjectDir)
|
---|
| 622 | set SolutionDir=$(SolutionDir)
|
---|
| 623 | set Outdir=$(Outdir)
|
---|
| 624 |
|
---|
| 625 | call PreBuildEvent.cmd
|
---|
[6866] | 626 | </PreBuildEvent>
|
---|
[8679] | 627 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 628 | export ProjectDir=$(ProjectDir)
|
---|
| 629 | export SolutionDir=$(SolutionDir)
|
---|
| 630 |
|
---|
| 631 | $SolutionDir/PreBuildEvent.sh
|
---|
| 632 | </PreBuildEvent>
|
---|
[5600] | 633 | </PropertyGroup>
|
---|
| 634 | </Project> |
---|