Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/19 09:15:40 (5 years ago)
Author:
chaider
Message:

#2971

  • Added editorconfig
  • Added Getter for intervals in NamedIntervals class
  • Changed GridView to show starting values of dataset
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r16536 r16544  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    306306    <Compile Include="ProblemDataView.Designer.cs">
    307307      <DependentUpon>ProblemDataView.cs</DependentUpon>
     308    </Compile>
     309    <Compile Include="Regression\NamedIntervalsView.cs">
     310      <SubType>UserControl</SubType>
     311    </Compile>
     312    <Compile Include="Regression\NamedIntervalsView.Designer.cs">
     313      <DependentUpon>NamedIntervalsView.cs</DependentUpon>
    308314    </Compile>
    309315    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
     
    575581      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
    576582    </EmbeddedResource>
     583    <EmbeddedResource Include="Regression\NamedIntervalsView.resx">
     584      <DependentUpon>NamedIntervalsView.cs</DependentUpon>
     585    </EmbeddedResource>
    577586  </ItemGroup>
    578587  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.