[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>
|
---|
[8435] | 95 | <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <HintPath>..\..\bin\ALGLIB-3.6.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>
|
---|
[8435] | 128 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
|
---|
| 129 | <SubType>UserControl</SubType>
|
---|
| 130 | </Compile>
|
---|
| 131 | <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
|
---|
| 132 | <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
[8578] | 134 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
|
---|
| 135 | <SubType>UserControl</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
|
---|
| 138 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
[6642] | 140 | <Compile Include="DataAnalysisSolutionEvaluationView.cs">
|
---|
| 141 | <SubType>UserControl</SubType>
|
---|
| 142 | </Compile>
|
---|
| 143 | <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
|
---|
| 144 | <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
|
---|
| 145 | </Compile>
|
---|
[8578] | 146 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
|
---|
[8542] | 147 | <SubType>UserControl</SubType>
|
---|
| 148 | </Compile>
|
---|
[8578] | 149 | <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
|
---|
[8542] | 150 | <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
|
---|
| 151 | </Compile>
|
---|
[8578] | 152 | <Compile Include="FeatureCorrelation\FeatureCorrelationCache.cs" />
|
---|
| 153 | <Compile Include="FeatureCorrelation\FeatureCorrelationTimeframeCache.cs" />
|
---|
[7097] | 154 | <Compile Include="Plugin.cs" />
|
---|
[8578] | 155 | <Compile Include="ProblemDataView.cs">
|
---|
| 156 | <SubType>UserControl</SubType>
|
---|
| 157 | </Compile>
|
---|
| 158 | <Compile Include="ProblemDataView.Designer.cs">
|
---|
| 159 | <DependentUpon>ProblemDataView.cs</DependentUpon>
|
---|
| 160 | </Compile>
|
---|
[7823] | 161 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
|
---|
| 162 | <SubType>UserControl</SubType>
|
---|
| 163 | </Compile>
|
---|
| 164 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
|
---|
| 165 | <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
|
---|
| 166 | </Compile>
|
---|
[6642] | 167 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
|
---|
| 168 | <SubType>UserControl</SubType>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
| 171 | <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
| 172 | </Compile>
|
---|
[7823] | 173 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
|
---|
[6612] | 174 | <SubType>UserControl</SubType>
|
---|
| 175 | </Compile>
|
---|
[7823] | 176 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
|
---|
| 177 | <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
|
---|
[6612] | 178 | </Compile>
|
---|
[7823] | 179 | <Compile Include="Regression\RegressionSolutionLineChartView.cs">
|
---|
| 180 | <SubType>UserControl</SubType>
|
---|
| 181 | </Compile>
|
---|
| 182 | <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
|
---|
| 183 | <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
|
---|
| 184 | </Compile>
|
---|
[7500] | 185 | <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
|
---|
| 186 | <SubType>UserControl</SubType>
|
---|
| 187 | </Compile>
|
---|
| 188 | <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
|
---|
| 189 | <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
|
---|
| 190 | </Compile>
|
---|
[7823] | 191 | <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
|
---|
| 192 | <SubType>UserControl</SubType>
|
---|
| 193 | </Compile>
|
---|
| 194 | <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
|
---|
| 195 | <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
|
---|
| 196 | </Compile>
|
---|
[6596] | 197 | <Compile Include="Solution Views\ClassificationSolutionView.cs">
|
---|
[5829] | 198 | <SubType>UserControl</SubType>
|
---|
| 199 | </Compile>
|
---|
[6596] | 200 | <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
|
---|
[5829] | 201 | <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
|
---|
| 202 | </Compile>
|
---|
[5664] | 203 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
|
---|
| 204 | <SubType>UserControl</SubType>
|
---|
| 205 | </Compile>
|
---|
| 206 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
|
---|
| 207 | <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
|
---|
| 208 | </Compile>
|
---|
[5663] | 209 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 210 | <SubType>UserControl</SubType>
|
---|
| 211 | </Compile>
|
---|
| 212 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 213 | <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 214 | </Compile>
|
---|
[5678] | 215 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
|
---|
| 216 | <SubType>UserControl</SubType>
|
---|
| 217 | </Compile>
|
---|
| 218 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
| 219 | <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
| 220 | </Compile>
|
---|
[5664] | 221 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
|
---|
| 222 | <SubType>UserControl</SubType>
|
---|
| 223 | </Compile>
|
---|
| 224 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
|
---|
| 225 | <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
|
---|
| 226 | </Compile>
|
---|
[5829] | 227 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
|
---|
[5664] | 228 | <SubType>UserControl</SubType>
|
---|
| 229 | </Compile>
|
---|
[5829] | 230 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
|
---|
| 231 | <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
|
---|
| 232 | </Compile>
|
---|
[5853] | 233 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
|
---|
| 234 | <SubType>UserControl</SubType>
|
---|
| 235 | </Compile>
|
---|
| 236 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
|
---|
| 237 | <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
|
---|
| 238 | </Compile>
|
---|
[6596] | 239 | <Compile Include="Solution Views\ClusteringSolutionView.cs">
|
---|
[5853] | 240 | <SubType>UserControl</SubType>
|
---|
| 241 | </Compile>
|
---|
[6596] | 242 | <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
|
---|
[5853] | 243 | <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
|
---|
| 244 | </Compile>
|
---|
[6666] | 245 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
|
---|
| 246 | <SubType>UserControl</SubType>
|
---|
| 247 | </Compile>
|
---|
| 248 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
|
---|
| 249 | <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
|
---|
| 250 | </Compile>
|
---|
[6596] | 251 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
|
---|
[5829] | 252 | <SubType>UserControl</SubType>
|
---|
| 253 | </Compile>
|
---|
[6596] | 254 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
|
---|
[5664] | 255 | <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
|
---|
| 256 | </Compile>
|
---|
[6596] | 257 | <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
|
---|
[5694] | 258 | <SubType>UserControl</SubType>
|
---|
| 259 | </Compile>
|
---|
[6596] | 260 | <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
|
---|
[5694] | 261 | <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 262 | </Compile>
|
---|
[5770] | 263 | <Compile Include="DoubleLimitView.cs">
|
---|
| 264 | <SubType>UserControl</SubType>
|
---|
| 265 | </Compile>
|
---|
| 266 | <Compile Include="DoubleLimitView.Designer.cs">
|
---|
| 267 | <DependentUpon>DoubleLimitView.cs</DependentUpon>
|
---|
| 268 | </Compile>
|
---|
[6642] | 269 | <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
|
---|
[6520] | 270 | <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
|
---|
[6652] | 271 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
|
---|
| 272 | <SubType>UserControl</SubType>
|
---|
| 273 | </Compile>
|
---|
| 274 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
|
---|
| 275 | <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 276 | </Compile>
|
---|
[6666] | 277 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
|
---|
| 278 | <SubType>UserControl</SubType>
|
---|
| 279 | </Compile>
|
---|
| 280 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
|
---|
| 281 | <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
|
---|
| 282 | </Compile>
|
---|
[6596] | 283 | <Compile Include="Solution Views\RegressionSolutionView.cs">
|
---|
[5829] | 284 | <SubType>UserControl</SubType>
|
---|
| 285 | </Compile>
|
---|
[6596] | 286 | <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
|
---|
[5829] | 287 | <DependentUpon>RegressionSolutionView.cs</DependentUpon>
|
---|
| 288 | </Compile>
|
---|
[8578] | 289 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
|
---|
[8542] | 290 | <SubType>UserControl</SubType>
|
---|
| 291 | </Compile>
|
---|
[8578] | 292 | <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
|
---|
[8542] | 293 | <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
|
---|
| 294 | </Compile>
|
---|
[7641] | 295 | <None Include="HeuristicLab.snk" />
|
---|
| 296 | <None Include="Plugin.cs.frame" />
|
---|
| 297 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5600] | 298 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 299 | </ItemGroup>
|
---|
| 300 | <ItemGroup>
|
---|
[8435] | 301 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
| 302 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
| 303 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
| 304 | <Private>False</Private>
|
---|
| 305 | </ProjectReference>
|
---|
| 306 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 307 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 308 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 309 | <Private>False</Private>
|
---|
| 310 | </ProjectReference>
|
---|
[5829] | 311 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 312 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 313 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 314 | <Private>False</Private>
|
---|
[5829] | 315 | </ProjectReference>
|
---|
| 316 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 317 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 318 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 319 | <Private>False</Private>
|
---|
[5829] | 320 | </ProjectReference>
|
---|
[5600] | 321 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 322 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 323 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 324 | <Private>False</Private>
|
---|
[5600] | 325 | </ProjectReference>
|
---|
| 326 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 327 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 328 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[6866] | 329 | <Private>False</Private>
|
---|
[5600] | 330 | </ProjectReference>
|
---|
| 331 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 332 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 333 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 334 | <Private>False</Private>
|
---|
[5600] | 335 | </ProjectReference>
|
---|
| 336 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 337 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 338 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
[6866] | 339 | <Private>False</Private>
|
---|
[5600] | 340 | </ProjectReference>
|
---|
| 341 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 342 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 343 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 344 | <Private>False</Private>
|
---|
[5600] | 345 | </ProjectReference>
|
---|
| 346 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 347 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 348 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[6866] | 349 | <Private>False</Private>
|
---|
[5600] | 350 | </ProjectReference>
|
---|
| 351 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 352 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 353 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[6866] | 354 | <Private>False</Private>
|
---|
[5600] | 355 | </ProjectReference>
|
---|
[5623] | 356 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 357 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 358 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
[6866] | 359 | <Private>False</Private>
|
---|
[5623] | 360 | </ProjectReference>
|
---|
| 361 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 362 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 363 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[6866] | 364 | <Private>False</Private>
|
---|
[5623] | 365 | </ProjectReference>
|
---|
[6520] | 366 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 367 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 368 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
[6866] | 369 | <Private>False</Private>
|
---|
[6520] | 370 | </ProjectReference>
|
---|
[5600] | 371 | <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
|
---|
| 372 | <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
|
---|
| 373 | <Name>HeuristicLab.Parameters.Views-3.3</Name>
|
---|
[6866] | 374 | <Private>False</Private>
|
---|
[5600] | 375 | </ProjectReference>
|
---|
| 376 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 377 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 378 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 379 | <Private>False</Private>
|
---|
[5600] | 380 | </ProjectReference>
|
---|
| 381 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 382 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 383 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 384 | <Private>False</Private>
|
---|
[5600] | 385 | </ProjectReference>
|
---|
| 386 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 387 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 388 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[6866] | 389 | <Private>False</Private>
|
---|
[5600] | 390 | </ProjectReference>
|
---|
[5663] | 391 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 392 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
| 393 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
[6866] | 394 | <Private>False</Private>
|
---|
[5663] | 395 | </ProjectReference>
|
---|
[5600] | 396 | </ItemGroup>
|
---|
| 397 | <ItemGroup>
|
---|
| 398 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 399 | <Visible>False</Visible>
|
---|
| 400 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 401 | <Install>false</Install>
|
---|
| 402 | </BootstrapperPackage>
|
---|
| 403 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 404 | <Visible>False</Visible>
|
---|
| 405 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 406 | <Install>true</Install>
|
---|
| 407 | </BootstrapperPackage>
|
---|
| 408 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 409 | <Visible>False</Visible>
|
---|
| 410 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 411 | <Install>true</Install>
|
---|
| 412 | </BootstrapperPackage>
|
---|
| 413 | </ItemGroup>
|
---|
[8578] | 414 | <ItemGroup />
|
---|
[7823] | 415 | <ItemGroup>
|
---|
[8578] | 416 | <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
|
---|
| 417 | <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
|
---|
[8542] | 418 | </EmbeddedResource>
|
---|
| 419 | </ItemGroup>
|
---|
[5600] | 420 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 421 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 422 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 423 | <Target Name="BeforeBuild">
|
---|
| 424 | </Target>
|
---|
| 425 | <Target Name="AfterBuild">
|
---|
| 426 | </Target>
|
---|
| 427 | -->
|
---|
| 428 | <PropertyGroup>
|
---|
[8600] | 429 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[5600] | 430 | set ProjectDir=$(ProjectDir)
|
---|
| 431 | set SolutionDir=$(SolutionDir)
|
---|
| 432 | set Outdir=$(Outdir)
|
---|
| 433 |
|
---|
| 434 | call PreBuildEvent.cmd
|
---|
[6866] | 435 | </PreBuildEvent>
|
---|
[8600] | 436 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 437 | export ProjectDir=$(ProjectDir)
|
---|
| 438 | export SolutionDir=$(SolutionDir)
|
---|
| 439 |
|
---|
| 440 | $SolutionDir/PreBuildEvent.sh
|
---|
| 441 | </PreBuildEvent>
|
---|
[5600] | 442 | </PropertyGroup>
|
---|
| 443 | </Project> |
---|