Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/12/11 14:56:38 (13 years ago)
Author:
gkronber
Message:

#1621: implemented a first version of the model response view

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r5829 r6656  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="SymbolicDataAnalysisSolutionResponseFunctionView.cs">
     114      <SubType>UserControl</SubType>
     115    </Compile>
     116    <Compile Include="SymbolicDataAnalysisSolutionResponseFunctionView.Designer.cs">
     117      <DependentUpon>SymbolicDataAnalysisSolutionResponseFunctionView.cs</DependentUpon>
     118    </Compile>
    113119    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
    114120      <SubType>UserControl</SubType>
     
    158164    <Compile Include="Symbols\VariableView.Designer.cs">
    159165      <DependentUpon>VariableView.cs</DependentUpon>
     166    </Compile>
     167    <Compile Include="VariableTrackbar.cs">
     168      <SubType>UserControl</SubType>
     169    </Compile>
     170    <Compile Include="VariableTrackbar.Designer.cs">
     171      <DependentUpon>VariableTrackbar.cs</DependentUpon>
    160172    </Compile>
    161173    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.