Changeset 13780
- Timestamp:
- 04/21/16 15:27:34 (9 years ago)
- Location:
- branches/HeuristicLab.RegressionSolutionGradientView
- Files:
-
- 7 added
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r13705 r13780 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> $(SolutionDir)\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> $(SolutionDir)\bin\</OutputPath>62 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 69 69 </PropertyGroup> 70 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 71 <OutputPath> $(SolutionDir)\bin\</OutputPath>71 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 72 72 <DefineConstants>TRACE</DefineConstants> 73 73 <Optimize>true</Optimize> … … 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 81 81 <DebugSymbols>true</DebugSymbols> 82 <OutputPath> $(SolutionDir)\bin\</OutputPath>82 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 83 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 84 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 91 <OutputPath> $(SolutionDir)\bin\</OutputPath>91 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> … … 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 102 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 101 <Reference Include="ALGLIB-3.7.0"> 102 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 103 <Private>False</Private> 104 </Reference> 105 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4"> 106 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 107 <Private>False</Private> 108 </Reference> 109 <Reference Include="HeuristicLab.Analysis-3.3"> 110 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 111 <Private>False</Private> 112 </Reference> 113 <Reference Include="HeuristicLab.Analysis.Views-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath> 115 <Private>False</Private> 116 </Reference> 117 <Reference Include="HeuristicLab.Collections-3.3"> 118 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 119 <Private>False</Private> 120 </Reference> 121 <Reference Include="HeuristicLab.Common-3.3"> 122 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 123 <Private>False</Private> 124 </Reference> 125 <Reference Include="HeuristicLab.Common.Resources-3.3"> 126 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 127 <Private>False</Private> 128 </Reference> 129 <Reference Include="HeuristicLab.Core-3.3"> 130 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 131 <Private>False</Private> 132 </Reference> 133 <Reference Include="HeuristicLab.Core.Views-3.3"> 134 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 135 <Private>False</Private> 136 </Reference> 137 <Reference Include="HeuristicLab.Data-3.3"> 138 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 139 <Private>False</Private> 140 </Reference> 141 <Reference Include="HeuristicLab.Data.Views-3.3"> 142 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 143 <Private>False</Private> 144 </Reference> 145 <Reference Include="HeuristicLab.MainForm-3.3"> 146 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 147 <Private>False</Private> 148 </Reference> 149 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 150 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 151 <Private>False</Private> 152 </Reference> 153 <Reference Include="HeuristicLab.Optimization-3.3"> 154 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 155 <Private>False</Private> 156 </Reference> 157 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 158 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 159 <Private>False</Private> 160 </Reference> 161 <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 162 <SpecificVersion>False</SpecificVersion> 163 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 164 </Reference> 165 <Reference Include="HeuristicLab.Parameters-3.3"> 166 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 167 <Private>False</Private> 168 </Reference> 169 <Reference Include="HeuristicLab.Parameters.Views-3.3"> 170 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath> 171 <Private>False</Private> 172 </Reference> 173 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 174 <SpecificVersion>False</SpecificVersion> 175 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 176 </Reference> 177 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 178 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 179 <Private>False</Private> 180 </Reference> 181 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 182 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 183 <Private>False</Private> 184 </Reference> 185 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 186 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 187 <Private>False</Private> 188 </Reference> 189 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 190 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 191 <Private>False</Private> 192 </Reference> 193 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 194 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 103 195 <Private>False</Private> 104 196 </Reference> … … 196 288 <DependentUpon>ProblemDataView.cs</DependentUpon> 197 289 </Compile> 290 <Compile Include="RegressionSolutionGradientView.cs"> 291 <SubType>UserControl</SubType> 292 </Compile> 293 <Compile Include="RegressionSolutionGradientView.Designer.cs"> 294 <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon> 295 </Compile> 198 296 <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs"> 199 297 <SubType>UserControl</SubType> … … 365 463 <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs"> 366 464 <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon> 465 </Compile> 466 <Compile Include="GradientChart.cs"> 467 <SubType>Component</SubType> 468 </Compile> 469 <Compile Include="GradientChart.Designer.cs"> 470 <DependentUpon>GradientChart.cs</DependentUpon> 367 471 </Compile> 368 472 <None Include="HeuristicLab.snk" /> … … 370 474 <None Include="Properties\AssemblyInfo.cs.frame" /> 371 475 <Compile Include="Properties\AssemblyInfo.cs" /> 372 </ItemGroup>373 <ItemGroup>374 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">375 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>376 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>377 </ProjectReference>378 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">379 <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>380 <Name>HeuristicLab.Analysis.Views-3.3</Name>381 <Private>False</Private>382 </ProjectReference>383 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">384 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>385 <Name>HeuristicLab.Analysis-3.3</Name>386 <Private>False</Private>387 </ProjectReference>388 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">389 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>390 <Name>HeuristicLab.Collections-3.3</Name>391 <Private>False</Private>392 </ProjectReference>393 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">394 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>395 <Name>HeuristicLab.Common.Resources-3.3</Name>396 <Private>False</Private>397 </ProjectReference>398 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">399 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>400 <Name>HeuristicLab.Common-3.3</Name>401 <Private>False</Private>402 </ProjectReference>403 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">404 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>405 <Name>HeuristicLab.Core.Views-3.3</Name>406 <Private>False</Private>407 </ProjectReference>408 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">409 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>410 <Name>HeuristicLab.Core-3.3</Name>411 <Private>False</Private>412 </ProjectReference>413 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">414 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>415 <Name>HeuristicLab.Data.Views-3.3</Name>416 <Private>False</Private>417 </ProjectReference>418 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">419 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>420 <Name>HeuristicLab.Data-3.3</Name>421 <Private>False</Private>422 </ProjectReference>423 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">424 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>425 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>426 <Private>False</Private>427 </ProjectReference>428 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">429 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>430 <Name>HeuristicLab.MainForm-3.3</Name>431 <Private>False</Private>432 </ProjectReference>433 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">434 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>435 <Name>HeuristicLab.Optimization.Views-3.3</Name>436 <Private>False</Private>437 </ProjectReference>438 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">439 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>440 <Name>HeuristicLab.Optimization-3.3</Name>441 <Private>False</Private>442 </ProjectReference>443 <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">444 <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>445 <Name>HeuristicLab.Optimizer-3.3</Name>446 <Private>False</Private>447 </ProjectReference>448 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">449 <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>450 <Name>HeuristicLab.Parameters.Views-3.3</Name>451 <Private>False</Private>452 </ProjectReference>453 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">454 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>455 <Name>HeuristicLab.Persistence-3.3</Name>456 <Private>False</Private>457 </ProjectReference>458 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">459 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>460 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>461 <Private>False</Private>462 </ProjectReference>463 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">464 <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>465 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>466 </ProjectReference>467 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">468 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>469 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>470 </ProjectReference>471 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">472 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>473 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>474 <Private>False</Private>475 </ProjectReference>476 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">477 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>478 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>479 <Private>False</Private>480 </ProjectReference>481 476 </ItemGroup> 482 477 <ItemGroup> -
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.cs
r13766 r13780 31 31 32 32 namespace HeuristicLab.Problems.DataAnalysis.Views { 33 [View(" RegressionSolution View")]33 [View("Solution View")] 34 34 [Content(typeof(RegressionSolutionBase), false)] 35 35 public partial class RegressionSolutionView : DataAnalysisSolutionView {
Note: See TracChangeset
for help on using the changeset viewer.