Changeset 17970 for branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
- Timestamp:
- 04/30/21 12:18:19 (4 years ago)
- Location:
- branches/3106_AnalyticContinuedFractionsRegression
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3106_AnalyticContinuedFractionsRegression
- Property svn:mergeinfo changed
-
branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
-
branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r17579 r17970 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> 103 <Private>False</Private> 101 <Reference Include="ALGLIB-3.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 102 <SpecificVersion>False</SpecificVersion> 103 <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath> 104 <Private>False</Private> 105 </Reference> 106 <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 107 <SpecificVersion>False</SpecificVersion> 108 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 104 109 </Reference> 105 110 <Reference Include="System" /> … … 221 226 <Compile Include="Interfaces\IDataPreprocessorStarter.cs" /> 222 227 <Compile Include="Interfaces\IPartialDependencePlot.cs" /> 223 <Compile Include="IntervalCollectionView.cs">224 <SubType>UserControl</SubType>225 </Compile>226 <Compile Include="IntervalCollectionView.Designer.cs">227 <DependentUpon>IntervalCollectionView.cs</DependentUpon>228 </Compile>229 228 <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" /> 230 229 <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" /> … … 242 241 <DependentUpon>ProblemDataView.cs</DependentUpon> 243 242 </Compile> 243 <Compile Include="Properties\Resources.Designer.cs"> 244 <AutoGen>True</AutoGen> 245 <DesignTime>True</DesignTime> 246 <DependentUpon>Resources.resx</DependentUpon> 247 </Compile> 244 248 <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs"> 245 249 <SubType>UserControl</SubType> … … 254 258 <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon> 255 259 </Compile> 260 <Compile Include="Regression\IntervalCollectionView.cs"> 261 <SubType>UserControl</SubType> 262 </Compile> 263 <Compile Include="Regression\IntervalCollectionView.Designer.cs"> 264 <DependentUpon>IntervalCollectionView.cs</DependentUpon> 265 </Compile> 256 266 <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs"> 257 267 <SubType>UserControl</SubType> … … 343 353 <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs"> 344 354 <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon> 355 </Compile> 356 <Compile Include="Regression\ShapeConstraintsView.cs"> 357 <SubType>UserControl</SubType> 358 </Compile> 359 <Compile Include="Regression\ShapeConstraintsView.Designer.cs"> 360 <DependentUpon>ShapeConstraintsView.cs</DependentUpon> 361 </Compile> 362 <Compile Include="Regression\ShapeConstraintView.cs"> 363 <SubType>UserControl</SubType> 364 </Compile> 365 <Compile Include="Regression\ShapeConstraintView.Designer.cs"> 366 <DependentUpon>ShapeConstraintView.cs</DependentUpon> 345 367 </Compile> 346 368 <Compile Include="Solution Views\ClassificationSolutionView.cs"> … … 605 627 <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon> 606 628 </EmbeddedResource> 629 <EmbeddedResource Include="Properties\Resources.resx"> 630 <Generator>ResXFileCodeGenerator</Generator> 631 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 632 </EmbeddedResource> 607 633 </ItemGroup> 608 634 <ItemGroup> 609 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 610 <SpecificVersion>False</SpecificVersion> 611 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 612 <Private>False</Private> 613 </Reference> 635 <EmbeddedResource Include="Resources\shapeConstraintsHelp.rtf" /> 636 <None Include="Resources\VS2008ImageLibrary_Annotations_Information.png" /> 614 637 </ItemGroup> 615 638 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.