Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/21 14:23:41 (3 years ago)
Author:
gkronber
Message:

#3073 merged reintegration branch to trunk

Location:
trunk/HeuristicLab.Problems.DataAnalysis.Views
Files:
2 deleted
2 edited
9 copied

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Views

  • trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r17579 r17902  
    221221    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
    222222    <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>
    229223    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
    230224    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
     
    242236      <DependentUpon>ProblemDataView.cs</DependentUpon>
    243237    </Compile>
     238    <Compile Include="Properties\Resources.Designer.cs">
     239      <AutoGen>True</AutoGen>
     240      <DesignTime>True</DesignTime>
     241      <DependentUpon>Resources.resx</DependentUpon>
     242    </Compile>
    244243    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
    245244      <SubType>UserControl</SubType>
     
    254253      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
    255254    </Compile>
     255    <Compile Include="Regression\IntervalCollectionView.cs">
     256      <SubType>UserControl</SubType>
     257    </Compile>
     258    <Compile Include="Regression\IntervalCollectionView.Designer.cs">
     259      <DependentUpon>IntervalCollectionView.cs</DependentUpon>
     260    </Compile>
    256261    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
    257262      <SubType>UserControl</SubType>
     
    343348    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
    344349      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
     350    </Compile>
     351    <Compile Include="Regression\ShapeConstraintsView.cs">
     352      <SubType>UserControl</SubType>
     353    </Compile>
     354    <Compile Include="Regression\ShapeConstraintsView.Designer.cs">
     355      <DependentUpon>ShapeConstraintsView.cs</DependentUpon>
     356    </Compile>
     357    <Compile Include="Regression\ShapeConstraintView.cs">
     358      <SubType>UserControl</SubType>
     359    </Compile>
     360    <Compile Include="Regression\ShapeConstraintView.Designer.cs">
     361      <DependentUpon>ShapeConstraintView.cs</DependentUpon>
    345362    </Compile>
    346363    <Compile Include="Solution Views\ClassificationSolutionView.cs">
     
    605622      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
    606623    </EmbeddedResource>
     624    <EmbeddedResource Include="Properties\Resources.resx">
     625      <Generator>ResXFileCodeGenerator</Generator>
     626      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     627    </EmbeddedResource>
    607628  </ItemGroup>
    608629  <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>
     630    <EmbeddedResource Include="Resources\shapeConstraintsHelp.rtf" />
     631    <None Include="Resources\VS2008ImageLibrary_Annotations_Information.png" />
    614632  </ItemGroup>
    615633  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.