[3373] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3373] | 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>{799B0B38-E384-4A17-A73C-F211EB854592}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[3408] | 11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName>
|
---|
[5265] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[3373] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[5265] | 36 | <TargetFrameworkProfile />
|
---|
[3373] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
| 42 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
| 51 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 67 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 73 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
| 77 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 82 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 83 | </PropertyGroup>
|
---|
| 84 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 85 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 86 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 87 | <Optimize>true</Optimize>
|
---|
| 88 | <DebugType>pdbonly</DebugType>
|
---|
| 89 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3373] | 92 | </PropertyGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[5275] | 94 | <Reference Include="ALGLIB-3.1.0">
|
---|
| 95 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="HeuristicLab.ALGLIB-3.1.0">
|
---|
| 98 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 101 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 104 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 107 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 110 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 113 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 116 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 117 | </Reference>
|
---|
| 118 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 119 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
| 122 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
|
---|
| 125 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
| 127 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
|
---|
| 128 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 131 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 134 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 137 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 138 | </Reference>
|
---|
| 139 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 140 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 141 | </Reference>
|
---|
| 142 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
| 143 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 144 | </Reference>
|
---|
| 145 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 146 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 147 | </Reference>
|
---|
| 148 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 149 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 150 | </Reference>
|
---|
| 151 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
|
---|
| 152 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
| 153 | </Reference>
|
---|
[3373] | 154 | <Reference Include="System" />
|
---|
| 155 | <Reference Include="System.Core">
|
---|
| 156 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 157 | </Reference>
|
---|
| 158 | <Reference Include="System.Drawing" />
|
---|
| 159 | <Reference Include="System.Windows.Forms" />
|
---|
[5275] | 160 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[3373] | 161 | <Reference Include="System.Xml.Linq">
|
---|
| 162 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 163 | </Reference>
|
---|
| 164 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 165 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 166 | </Reference>
|
---|
| 167 | <Reference Include="System.Data" />
|
---|
| 168 | <Reference Include="System.Xml" />
|
---|
| 169 | </ItemGroup>
|
---|
| 170 | <ItemGroup>
|
---|
| 171 | <None Include="HeuristicLab.snk" />
|
---|
[3755] | 172 | <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
|
---|
[3373] | 173 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[5275] | 174 | <Compile Include="RunCollectionValidationTrajectoryView.cs">
|
---|
| 175 | <SubType>UserControl</SubType>
|
---|
| 176 | </Compile>
|
---|
[4196] | 177 | <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs">
|
---|
| 178 | <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon>
|
---|
| 179 | </Compile>
|
---|
[5275] | 180 | <Compile Include="RunCollectionValidationStatisticsView.cs">
|
---|
| 181 | <SubType>UserControl</SubType>
|
---|
| 182 | </Compile>
|
---|
[4196] | 183 | <Compile Include="RunCollectionValidationStatisticsView.Designer.cs">
|
---|
| 184 | <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon>
|
---|
| 185 | </Compile>
|
---|
[5275] | 186 | <Compile Include="DataAnalysisProblemDataCorrelationsView.cs">
|
---|
| 187 | <SubType>UserControl</SubType>
|
---|
| 188 | </Compile>
|
---|
[4196] | 189 | <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs">
|
---|
| 190 | <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
|
---|
| 191 | </Compile>
|
---|
[5275] | 192 | <Compile Include="RunCollectionMonteCarloVariableImpactView.cs">
|
---|
| 193 | <SubType>UserControl</SubType>
|
---|
| 194 | </Compile>
|
---|
[4196] | 195 | <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs">
|
---|
| 196 | <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon>
|
---|
| 197 | </Compile>
|
---|
[5275] | 198 | <Compile Include="RunCollectionWinklerVariableImpactView.cs">
|
---|
| 199 | <SubType>UserControl</SubType>
|
---|
| 200 | </Compile>
|
---|
[4196] | 201 | <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs">
|
---|
| 202 | <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon>
|
---|
| 203 | </Compile>
|
---|
[5275] | 204 | <Compile Include="DataAnalysisSolutionView.cs">
|
---|
| 205 | <SubType>UserControl</SubType>
|
---|
| 206 | </Compile>
|
---|
[3884] | 207 | <Compile Include="DataAnalysisSolutionView.Designer.cs">
|
---|
| 208 | <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
|
---|
| 209 | </Compile>
|
---|
[5275] | 210 | <Compile Include="ResultsView.cs">
|
---|
| 211 | <SubType>UserControl</SubType>
|
---|
| 212 | </Compile>
|
---|
[3916] | 213 | <Compile Include="ResultsView.Designer.cs">
|
---|
| 214 | <DependentUpon>ResultsView.cs</DependentUpon>
|
---|
| 215 | </Compile>
|
---|
[5275] | 216 | <Compile Include="RunCollectionVariableImpactView.cs">
|
---|
| 217 | <SubType>UserControl</SubType>
|
---|
| 218 | </Compile>
|
---|
[3975] | 219 | <Compile Include="RunCollectionVariableImpactView.Designer.cs">
|
---|
| 220 | <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
|
---|
| 221 | </Compile>
|
---|
[5275] | 222 | <Compile Include="SupportVectorRegressionSolutionView.cs">
|
---|
| 223 | <SubType>UserControl</SubType>
|
---|
| 224 | </Compile>
|
---|
[3853] | 225 | <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
|
---|
| 226 | <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
|
---|
| 227 | </Compile>
|
---|
[5275] | 228 | <Compile Include="SupportVectorMachineModelView.cs">
|
---|
| 229 | <SubType>UserControl</SubType>
|
---|
| 230 | </Compile>
|
---|
[3853] | 231 | <Compile Include="SupportVectorMachineModelView.Designer.cs">
|
---|
| 232 | <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
|
---|
| 233 | </Compile>
|
---|
[5275] | 234 | <Compile Include="EstimatedValuesView.cs">
|
---|
| 235 | <SubType>UserControl</SubType>
|
---|
| 236 | </Compile>
|
---|
[3442] | 237 | <Compile Include="EstimatedValuesView.Designer.cs">
|
---|
| 238 | <DependentUpon>EstimatedValuesView.cs</DependentUpon>
|
---|
| 239 | </Compile>
|
---|
[5275] | 240 | <Compile Include="DataAnalysisProblemDataView.cs">
|
---|
| 241 | <SubType>UserControl</SubType>
|
---|
| 242 | </Compile>
|
---|
[3373] | 243 | <Compile Include="DataAnalysisProblemDataView.Designer.cs">
|
---|
| 244 | <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
|
---|
| 245 | </Compile>
|
---|
| 246 | <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
|
---|
[5275] | 247 | <Compile Include="LineChartView.cs">
|
---|
| 248 | <SubType>UserControl</SubType>
|
---|
| 249 | </Compile>
|
---|
[3442] | 250 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 251 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 252 | </Compile>
|
---|
[3373] | 253 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[5275] | 254 | <Compile Include="ScatterPlotView.cs">
|
---|
| 255 | <SubType>UserControl</SubType>
|
---|
| 256 | </Compile>
|
---|
[3442] | 257 | <Compile Include="ScatterPlotView.Designer.cs">
|
---|
| 258 | <DependentUpon>ScatterPlotView.cs</DependentUpon>
|
---|
| 259 | </Compile>
|
---|
[5275] | 260 | <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.cs">
|
---|
| 261 | <SubType>UserControl</SubType>
|
---|
| 262 | </Compile>
|
---|
[4327] | 263 | <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.Designer.cs">
|
---|
| 264 | <DependentUpon>LatexSymbolicExpressionTreeView.cs</DependentUpon>
|
---|
| 265 | </Compile>
|
---|
| 266 | <Compile Include="Symbolic\SymbolicExpressionTreeLatexFormatter.cs" />
|
---|
[5275] | 267 | <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.cs">
|
---|
| 268 | <SubType>UserControl</SubType>
|
---|
| 269 | </Compile>
|
---|
[4327] | 270 | <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.Designer.cs">
|
---|
| 271 | <DependentUpon>GraphvizSymbolicExpressionTreeView.cs</DependentUpon>
|
---|
| 272 | </Compile>
|
---|
[5275] | 273 | <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
|
---|
| 274 | <SubType>UserControl</SubType>
|
---|
| 275 | </Compile>
|
---|
[3915] | 276 | <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
|
---|
| 277 | <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
|
---|
| 278 | </Compile>
|
---|
[5275] | 279 | <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
|
---|
| 280 | <SubType>UserControl</SubType>
|
---|
| 281 | </Compile>
|
---|
[3442] | 282 | <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
|
---|
| 283 | <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
|
---|
| 284 | </Compile>
|
---|
[5275] | 285 | <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
|
---|
| 286 | <SubType>UserControl</SubType>
|
---|
| 287 | </Compile>
|
---|
[3442] | 288 | <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
|
---|
| 289 | <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
|
---|
| 290 | </Compile>
|
---|
[5275] | 291 | <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
|
---|
| 292 | <SubType>UserControl</SubType>
|
---|
| 293 | </Compile>
|
---|
[3915] | 294 | <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
|
---|
| 295 | <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
|
---|
| 296 | </Compile>
|
---|
[5275] | 297 | <Compile Include="Symbolic\Symbols\ConstantView.cs">
|
---|
| 298 | <SubType>UserControl</SubType>
|
---|
| 299 | </Compile>
|
---|
[3824] | 300 | <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
|
---|
| 301 | <DependentUpon>ConstantView.cs</DependentUpon>
|
---|
| 302 | </Compile>
|
---|
[5275] | 303 | <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
|
---|
| 304 | <SubType>UserControl</SubType>
|
---|
| 305 | </Compile>
|
---|
[4022] | 306 | <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
|
---|
| 307 | <DependentUpon>LaggedVariableView.cs</DependentUpon>
|
---|
| 308 | </Compile>
|
---|
[4327] | 309 | <Compile Include="Symbolic\SymbolicExpressionTreeGraphvizFormatter.cs" />
|
---|
[5275] | 310 | <Compile Include="Symbolic\Symbols\VariableView.cs">
|
---|
| 311 | <SubType>UserControl</SubType>
|
---|
| 312 | </Compile>
|
---|
[3824] | 313 | <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
|
---|
| 314 | <DependentUpon>VariableView.cs</DependentUpon>
|
---|
| 315 | </Compile>
|
---|
[3373] | 316 | </ItemGroup>
|
---|
| 317 | <ItemGroup>
|
---|
[3442] | 318 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
|
---|
| 319 | <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
|
---|
| 320 | <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
|
---|
| 321 | </ProjectReference>
|
---|
[3373] | 322 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
|
---|
| 323 | <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
|
---|
| 324 | <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
|
---|
| 325 | </ProjectReference>
|
---|
| 326 | </ItemGroup>
|
---|
[4065] | 327 | <ItemGroup>
|
---|
| 328 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 329 | <Visible>False</Visible>
|
---|
| 330 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 331 | <Install>false</Install>
|
---|
| 332 | </BootstrapperPackage>
|
---|
| 333 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 334 | <Visible>False</Visible>
|
---|
| 335 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 336 | <Install>true</Install>
|
---|
| 337 | </BootstrapperPackage>
|
---|
| 338 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 339 | <Visible>False</Visible>
|
---|
| 340 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 341 | <Install>true</Install>
|
---|
| 342 | </BootstrapperPackage>
|
---|
| 343 | </ItemGroup>
|
---|
[4196] | 344 | <ItemGroup>
|
---|
| 345 | <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx">
|
---|
| 346 | <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
|
---|
| 347 | </EmbeddedResource>
|
---|
| 348 | </ItemGroup>
|
---|
[3373] | 349 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 350 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 351 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 352 | <Target Name="BeforeBuild">
|
---|
| 353 | </Target>
|
---|
| 354 | <Target Name="AfterBuild">
|
---|
| 355 | </Target>
|
---|
| 356 | -->
|
---|
| 357 | <PropertyGroup>
|
---|
| 358 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 359 | set ProjectDir=$(ProjectDir)
|
---|
| 360 | set SolutionDir=$(SolutionDir)
|
---|
| 361 | set Outdir=$(Outdir)
|
---|
| 362 |
|
---|
| 363 | call PreBuildEvent.cmd
|
---|
| 364 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
|
---|
| 365 | </PropertyGroup>
|
---|
| 366 | </Project> |
---|