Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/18 10:22:45 (5 years ago)
Author:
chaider
Message:

#2971

  • Added parameter VariableRanges to RegressionProblemData
  • Added VariableRanges class
  • Added View class for VariableRanges
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r16372 r16413  
    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>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    206206    <Compile Include="StringConvertibleValueTupleView.Designer.cs">
    207207      <DependentUpon>StringConvertibleValueTupleView.cs</DependentUpon>
     208    </Compile>
     209    <Compile Include="VariableRangesView.cs">
     210      <SubType>UserControl</SubType>
     211    </Compile>
     212    <Compile Include="VariableRangesView.Designer.cs">
     213      <DependentUpon>VariableRangesView.cs</DependentUpon>
    208214    </Compile>
    209215    <None Include="Plugin.cs.frame" />
     
    279285      <Install>true</Install>
    280286    </BootstrapperPackage>
     287  </ItemGroup>
     288  <ItemGroup>
     289    <EmbeddedResource Include="VariableRangesView.resx">
     290      <DependentUpon>VariableRangesView.cs</DependentUpon>
     291    </EmbeddedResource>
    281292  </ItemGroup>
    282293  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.