Changeset 18052
- Timestamp:
- 09/09/21 15:20:48 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r18051 r18052 122 122 <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon> 123 123 </Compile> 124 <Compile Include="RunCollectionPartialDependencePlotView.cs">125 <SubType>UserControl</SubType>126 </Compile>127 <Compile Include="RunCollectionPartialDependencePlotView.Designer.cs">128 <DependentUpon>RunCollectionPartialDependencePlotView.cs</DependentUpon>129 </Compile>130 124 <Compile Include="SymbolicDataAnalysisModelMathView.cs"> 131 125 <SubType>UserControl</SubType> … … 282 276 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 283 277 <Private>False</Private> 284 </ProjectReference>285 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">286 <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>287 <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>288 278 </ProjectReference> 289 279 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> -
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r17978 r18052 353 353 <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs"> 354 354 <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon> 355 </Compile> 356 <Compile Include="Regression\RunCollectionPartialDependencePlotView.cs"> 357 <SubType>UserControl</SubType> 358 </Compile> 359 <Compile Include="Regression\RunCollectionPartialDependencePlotView.Designer.cs"> 360 <DependentUpon>RunCollectionPartialDependencePlotView.cs</DependentUpon> 355 361 </Compile> 356 362 <Compile Include="Regression\ShapeConstraintsView.cs">
Note: See TracChangeset
for help on using the changeset viewer.