[5600] | 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>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>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 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>
|
---|
[6866] | 43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
| 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
[6866] | 52 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 60 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 68 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <Optimize>true</Optimize>
|
---|
| 71 | <DebugType>pdbonly</DebugType>
|
---|
| 72 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 73 | <ErrorReport>prompt</ErrorReport>
|
---|
| 74 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 75 | </PropertyGroup>
|
---|
| 76 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 77 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 78 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 79 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 80 | <DebugType>full</DebugType>
|
---|
| 81 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
| 83 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 86 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5600] | 87 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 88 | <Optimize>true</Optimize>
|
---|
| 89 | <DebugType>pdbonly</DebugType>
|
---|
| 90 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 91 | <ErrorReport>prompt</ErrorReport>
|
---|
| 92 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 93 | </PropertyGroup>
|
---|
| 94 | <ItemGroup>
|
---|
[9363] | 95 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
| 97 | <Private>False</Private>
|
---|
| 98 | </Reference>
|
---|
[5600] | 99 | <Reference Include="System" />
|
---|
| 100 | <Reference Include="System.Core">
|
---|
| 101 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="System.Drawing" />
|
---|
| 104 | <Reference Include="System.Windows.Forms" />
|
---|
| 105 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
| 106 | <Reference Include="System.Xml.Linq">
|
---|
| 107 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 110 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="System.Data" />
|
---|
| 113 | <Reference Include="System.Xml" />
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <ItemGroup>
|
---|
[6672] | 116 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
|
---|
| 117 | <SubType>UserControl</SubType>
|
---|
| 118 | </Compile>
|
---|
| 119 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 120 | <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 121 | </Compile>
|
---|
[6613] | 122 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
|
---|
| 123 | <SubType>UserControl</SubType>
|
---|
| 124 | </Compile>
|
---|
| 125 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
|
---|
| 126 | <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
|
---|
| 127 | </Compile>
|
---|
[9363] | 128 | <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
|
---|
| 129 | <SubType>UserControl</SubType>
|
---|
| 130 | </Compile>
|
---|
| 131 | <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
|
---|
| 132 | <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
|
---|
| 135 | <SubType>UserControl</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
|
---|
| 138 | <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
| 140 | <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
|
---|
| 141 | <SubType>UserControl</SubType>
|
---|
| 142 | </Compile>
|
---|
| 143 | <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
|
---|
| 144 | <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
|
---|
| 145 | </Compile>
|
---|
| 146 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
|
---|
| 147 | <SubType>UserControl</SubType>
|
---|
| 148 | </Compile>
|
---|
| 149 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
|
---|
| 150 | <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
|
---|
| 151 | </Compile>
|
---|
| 152 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
|
---|
| 153 | <SubType>UserControl</SubType>
|
---|
| 154 | </Compile>
|
---|
| 155 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
|
---|
| 156 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
| 157 | </Compile>
|
---|
[6642] | 158 | <Compile Include="DataAnalysisSolutionEvaluationView.cs">
|
---|
| 159 | <SubType>UserControl</SubType>
|
---|
| 160 | </Compile>
|
---|
| 161 | <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
|
---|
| 162 | <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
|
---|
| 163 | </Compile>
|
---|
[9363] | 164 | <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.cs">
|
---|
| 165 | <SubType>UserControl</SubType>
|
---|
| 166 | </Compile>
|
---|
| 167 | <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.Designer.cs">
|
---|
| 168 | <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
|
---|
| 171 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
|
---|
| 172 | <SubType>UserControl</SubType>
|
---|
| 173 | </Compile>
|
---|
| 174 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
|
---|
| 175 | <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
|
---|
| 176 | </Compile>
|
---|
[7097] | 177 | <Compile Include="Plugin.cs" />
|
---|
[9363] | 178 | <Compile Include="ProblemDataView.cs">
|
---|
| 179 | <SubType>UserControl</SubType>
|
---|
| 180 | </Compile>
|
---|
| 181 | <Compile Include="ProblemDataView.Designer.cs">
|
---|
| 182 | <DependentUpon>ProblemDataView.cs</DependentUpon>
|
---|
| 183 | </Compile>
|
---|
| 184 | <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
|
---|
| 185 | <SubType>UserControl</SubType>
|
---|
| 186 | </Compile>
|
---|
| 187 | <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
|
---|
| 188 | <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
|
---|
| 189 | </Compile>
|
---|
| 190 | <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
|
---|
| 191 | <SubType>UserControl</SubType>
|
---|
| 192 | </Compile>
|
---|
| 193 | <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
|
---|
| 194 | <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 195 | </Compile>
|
---|
[7823] | 196 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
|
---|
| 197 | <SubType>UserControl</SubType>
|
---|
| 198 | </Compile>
|
---|
| 199 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
|
---|
| 200 | <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
|
---|
| 201 | </Compile>
|
---|
[6642] | 202 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
|
---|
| 203 | <SubType>UserControl</SubType>
|
---|
| 204 | </Compile>
|
---|
| 205 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
| 206 | <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
| 207 | </Compile>
|
---|
[7823] | 208 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
|
---|
[6612] | 209 | <SubType>UserControl</SubType>
|
---|
| 210 | </Compile>
|
---|
[7823] | 211 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
|
---|
| 212 | <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
|
---|
[6612] | 213 | </Compile>
|
---|
[7823] | 214 | <Compile Include="Regression\RegressionSolutionLineChartView.cs">
|
---|
| 215 | <SubType>UserControl</SubType>
|
---|
| 216 | </Compile>
|
---|
| 217 | <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
|
---|
| 218 | <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
|
---|
| 219 | </Compile>
|
---|
[7500] | 220 | <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
|
---|
| 221 | <SubType>UserControl</SubType>
|
---|
| 222 | </Compile>
|
---|
| 223 | <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
|
---|
| 224 | <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
|
---|
| 225 | </Compile>
|
---|
[7823] | 226 | <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
|
---|
| 227 | <SubType>UserControl</SubType>
|
---|
| 228 | </Compile>
|
---|
| 229 | <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
|
---|
| 230 | <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
|
---|
| 231 | </Compile>
|
---|
[6596] | 232 | <Compile Include="Solution Views\ClassificationSolutionView.cs">
|
---|
[5829] | 233 | <SubType>UserControl</SubType>
|
---|
| 234 | </Compile>
|
---|
[6596] | 235 | <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
|
---|
[5829] | 236 | <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
|
---|
| 237 | </Compile>
|
---|
[5664] | 238 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
|
---|
| 239 | <SubType>UserControl</SubType>
|
---|
| 240 | </Compile>
|
---|
| 241 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
|
---|
| 242 | <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
|
---|
| 243 | </Compile>
|
---|
[5663] | 244 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 245 | <SubType>UserControl</SubType>
|
---|
| 246 | </Compile>
|
---|
| 247 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 248 | <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 249 | </Compile>
|
---|
[5678] | 250 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 251 | <SubType>UserControl</SubType>
|
---|
| 252 | </Compile>
|
---|
| 253 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 254 | <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 255 | </Compile>
|
---|
[5664] | 256 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
|
---|
| 257 | <SubType>UserControl</SubType>
|
---|
| 258 | </Compile>
|
---|
| 259 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
|
---|
| 260 | <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
|
---|
| 261 | </Compile>
|
---|
[5829] | 262 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
|
---|
[5664] | 263 | <SubType>UserControl</SubType>
|
---|
| 264 | </Compile>
|
---|
[5829] | 265 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
|
---|
| 266 | <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
|
---|
| 267 | </Compile>
|
---|
[5853] | 268 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
|
---|
| 269 | <SubType>UserControl</SubType>
|
---|
| 270 | </Compile>
|
---|
| 271 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
|
---|
| 272 | <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
|
---|
| 273 | </Compile>
|
---|
[6596] | 274 | <Compile Include="Solution Views\ClusteringSolutionView.cs">
|
---|
[5853] | 275 | <SubType>UserControl</SubType>
|
---|
| 276 | </Compile>
|
---|
[6596] | 277 | <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
|
---|
[5853] | 278 | <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
|
---|
| 279 | </Compile>
|
---|
[6666] | 280 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
|
---|
| 281 | <SubType>UserControl</SubType>
|
---|
| 282 | </Compile>
|
---|
| 283 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
|
---|
| 284 | <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
|
---|
| 285 | </Compile>
|
---|
[6596] | 286 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
|
---|
[5829] | 287 | <SubType>UserControl</SubType>
|
---|
| 288 | </Compile>
|
---|
[6596] | 289 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
|
---|
[5664] | 290 | <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
|
---|
| 291 | </Compile>
|
---|
[6596] | 292 | <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
|
---|
[5694] | 293 | <SubType>UserControl</SubType>
|
---|
| 294 | </Compile>
|
---|
[6596] | 295 | <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
|
---|
[5694] | 296 | <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 297 | </Compile>
|
---|
[5770] | 298 | <Compile Include="DoubleLimitView.cs">
|
---|
| 299 | <SubType>UserControl</SubType>
|
---|
| 300 | </Compile>
|
---|
| 301 | <Compile Include="DoubleLimitView.Designer.cs">
|
---|
| 302 | <DependentUpon>DoubleLimitView.cs</DependentUpon>
|
---|
| 303 | </Compile>
|
---|
[6642] | 304 | <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
|
---|
[6520] | 305 | <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
|
---|
[6652] | 306 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
|
---|
| 307 | <SubType>UserControl</SubType>
|
---|
| 308 | </Compile>
|
---|
| 309 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
|
---|
| 310 | <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 311 | </Compile>
|
---|
[6666] | 312 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
|
---|
| 313 | <SubType>UserControl</SubType>
|
---|
| 314 | </Compile>
|
---|
| 315 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
|
---|
| 316 | <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
|
---|
| 317 | </Compile>
|
---|
[6596] | 318 | <Compile Include="Solution Views\RegressionSolutionView.cs">
|
---|
[5829] | 319 | <SubType>UserControl</SubType>
|
---|
| 320 | </Compile>
|
---|
[6596] | 321 | <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
|
---|
[5829] | 322 | <DependentUpon>RegressionSolutionView.cs</DependentUpon>
|
---|
| 323 | </Compile>
|
---|
[9363] | 324 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
|
---|
| 325 | <SubType>UserControl</SubType>
|
---|
| 326 | </Compile>
|
---|
| 327 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
|
---|
| 328 | <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 329 | </Compile>
|
---|
| 330 | <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
|
---|
| 331 | <SubType>UserControl</SubType>
|
---|
| 332 | </Compile>
|
---|
| 333 | <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
|
---|
| 334 | <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
|
---|
| 335 | </Compile>
|
---|
| 336 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
|
---|
| 337 | <SubType>UserControl</SubType>
|
---|
| 338 | </Compile>
|
---|
| 339 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
|
---|
| 340 | <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
|
---|
| 341 | </Compile>
|
---|
| 342 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
|
---|
| 343 | <SubType>UserControl</SubType>
|
---|
| 344 | </Compile>
|
---|
| 345 | <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
| 346 | <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
| 347 | </Compile>
|
---|
[7641] | 348 | <None Include="HeuristicLab.snk" />
|
---|
| 349 | <None Include="Plugin.cs.frame" />
|
---|
| 350 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5600] | 351 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 352 | </ItemGroup>
|
---|
| 353 | <ItemGroup>
|
---|
[9363] | 354 | <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
|
---|
| 355 | <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
|
---|
| 356 | <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
|
---|
| 357 | </ProjectReference>
|
---|
| 358 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
| 359 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
| 360 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 361 | <Private>False</Private>
|
---|
| 362 | </ProjectReference>
|
---|
| 363 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 364 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 365 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 366 | <Private>False</Private>
|
---|
| 367 | </ProjectReference>
|
---|
[5829] | 368 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 369 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 370 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 371 | <Private>False</Private>
|
---|
[5829] | 372 | </ProjectReference>
|
---|
| 373 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 374 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 375 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 376 | <Private>False</Private>
|
---|
[5829] | 377 | </ProjectReference>
|
---|
[5600] | 378 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 379 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 380 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 381 | <Private>False</Private>
|
---|
[5600] | 382 | </ProjectReference>
|
---|
| 383 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 384 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 385 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[6866] | 386 | <Private>False</Private>
|
---|
[5600] | 387 | </ProjectReference>
|
---|
| 388 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 389 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 390 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 391 | <Private>False</Private>
|
---|
[5600] | 392 | </ProjectReference>
|
---|
| 393 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 394 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 395 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
[6866] | 396 | <Private>False</Private>
|
---|
[5600] | 397 | </ProjectReference>
|
---|
| 398 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 399 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 400 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 401 | <Private>False</Private>
|
---|
[5600] | 402 | </ProjectReference>
|
---|
| 403 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 404 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 405 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[6866] | 406 | <Private>False</Private>
|
---|
[5600] | 407 | </ProjectReference>
|
---|
| 408 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 409 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 410 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[6866] | 411 | <Private>False</Private>
|
---|
[5600] | 412 | </ProjectReference>
|
---|
[5623] | 413 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 414 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 415 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
[6866] | 416 | <Private>False</Private>
|
---|
[5623] | 417 | </ProjectReference>
|
---|
| 418 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 419 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 420 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[6866] | 421 | <Private>False</Private>
|
---|
[5623] | 422 | </ProjectReference>
|
---|
[6520] | 423 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 424 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 425 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
[6866] | 426 | <Private>False</Private>
|
---|
[6520] | 427 | </ProjectReference>
|
---|
[5600] | 428 | <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
|
---|
| 429 | <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
|
---|
| 430 | <Name>HeuristicLab.Parameters.Views-3.3</Name>
|
---|
[6866] | 431 | <Private>False</Private>
|
---|
[5600] | 432 | </ProjectReference>
|
---|
| 433 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 434 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 435 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 436 | <Private>False</Private>
|
---|
[5600] | 437 | </ProjectReference>
|
---|
| 438 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 439 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 440 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 441 | <Private>False</Private>
|
---|
[5600] | 442 | </ProjectReference>
|
---|
| 443 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 444 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 445 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[6866] | 446 | <Private>False</Private>
|
---|
[5600] | 447 | </ProjectReference>
|
---|
[5663] | 448 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 449 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
| 450 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
[6866] | 451 | <Private>False</Private>
|
---|
[5663] | 452 | </ProjectReference>
|
---|
[5600] | 453 | </ItemGroup>
|
---|
| 454 | <ItemGroup>
|
---|
| 455 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 456 | <Visible>False</Visible>
|
---|
| 457 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 458 | <Install>false</Install>
|
---|
| 459 | </BootstrapperPackage>
|
---|
| 460 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 461 | <Visible>False</Visible>
|
---|
| 462 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 463 | <Install>true</Install>
|
---|
| 464 | </BootstrapperPackage>
|
---|
| 465 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 466 | <Visible>False</Visible>
|
---|
| 467 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 468 | <Install>true</Install>
|
---|
| 469 | </BootstrapperPackage>
|
---|
| 470 | </ItemGroup>
|
---|
[7823] | 471 | <ItemGroup>
|
---|
[9363] | 472 | <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
|
---|
| 473 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
| 474 | </EmbeddedResource>
|
---|
[7823] | 475 | </ItemGroup>
|
---|
[5600] | 476 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 477 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 478 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 479 | <Target Name="BeforeBuild">
|
---|
| 480 | </Target>
|
---|
| 481 | <Target Name="AfterBuild">
|
---|
| 482 | </Target>
|
---|
| 483 | -->
|
---|
| 484 | <PropertyGroup>
|
---|
[9363] | 485 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[5600] | 486 | set ProjectDir=$(ProjectDir)
|
---|
| 487 | set SolutionDir=$(SolutionDir)
|
---|
| 488 | set Outdir=$(Outdir)
|
---|
| 489 |
|
---|
| 490 | call PreBuildEvent.cmd
|
---|
[6866] | 491 | </PreBuildEvent>
|
---|
[9363] | 492 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 493 | export ProjectDir=$(ProjectDir)
|
---|
| 494 | export SolutionDir=$(SolutionDir)
|
---|
| 495 |
|
---|
| 496 | $SolutionDir/PreBuildEvent.sh
|
---|
| 497 | </PreBuildEvent>
|
---|
[5600] | 498 | </PropertyGroup>
|
---|
| 499 | </Project> |
---|