Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/14 18:52:37 (9 years ago)
Author:
bburlacu
Message:

#1772: Fixed cloning in tracking operators for symbolic data analysis. Added unit tests (in progress).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r11638 r11694  
    136136      <Private>False</Private>
    137137    </Reference>
    138     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    139       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    140       <Private>False</Private>
    141     </Reference>
    142138    <Reference Include="HeuristicLab.MainForm-3.3">
    143139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     
    223219    <Compile Include="MenuItems\OptimizeDataAnalysisRunsMenuItem.cs" />
    224220    <Compile Include="Plugin.cs" />
    225     <Compile Include="SlidingWindowDataView.cs" />
     221    <Compile Include="SlidingWindowDataView.cs">
     222      <SubType>UserControl</SubType>
     223    </Compile>
    226224    <Compile Include="SlidingWindowDataView.Designer.cs">
    227225      <DependentUpon>SlidingWindowDataView.cs</DependentUpon>
     
    245243      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
    246244    </Compile>
    247     <Compile Include="Symbols\ConstantView.cs" />
     245    <Compile Include="Symbols\ConstantView.cs">
     246      <SubType>UserControl</SubType>
     247    </Compile>
    248248    <Compile Include="Symbols\ConstantView.Designer.cs">
    249249      <DependentUpon>ConstantView.cs</DependentUpon>
    250250    </Compile>
    251     <Compile Include="Symbols\LaggedVariableView.cs" />
     251    <Compile Include="Symbols\LaggedVariableView.cs">
     252      <SubType>UserControl</SubType>
     253    </Compile>
    252254    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
    253255      <DependentUpon>LaggedVariableView.cs</DependentUpon>
    254256    </Compile>
    255     <Compile Include="Symbols\TimeLagView.cs" />
     257    <Compile Include="Symbols\TimeLagView.cs">
     258      <SubType>UserControl</SubType>
     259    </Compile>
    256260    <Compile Include="Symbols\TimeLagView.Designer.cs">
    257261      <DependentUpon>TimeLagView.cs</DependentUpon>
    258262    </Compile>
    259     <Compile Include="Symbols\VariableConditionView.cs" />
     263    <Compile Include="Symbols\VariableConditionView.cs">
     264      <SubType>UserControl</SubType>
     265    </Compile>
    260266    <Compile Include="Symbols\VariableConditionView.Designer.cs">
    261267      <DependentUpon>VariableConditionView.cs</DependentUpon>
    262268    </Compile>
    263     <Compile Include="Symbols\VariableView.cs" />
     269    <Compile Include="Symbols\VariableView.cs">
     270      <SubType>UserControl</SubType>
     271    </Compile>
    264272    <Compile Include="Symbols\VariableView.Designer.cs">
    265273      <DependentUpon>VariableView.cs</DependentUpon>
    266274    </Compile>
    267     <Compile Include="Tracking\FragmentGraphView.cs" />
     275    <Compile Include="Tracking\FragmentGraphView.cs">
     276      <SubType>UserControl</SubType>
     277    </Compile>
    268278    <Compile Include="Tracking\FragmentGraphView.Designer.cs">
    269279      <DependentUpon>FragmentGraphView.cs</DependentUpon>
    270280    </Compile>
    271     <Compile Include="Tracking\SymboldDataAnalysisGenealogyView.cs" />
     281    <Compile Include="Tracking\SymboldDataAnalysisGenealogyView.cs">
     282      <SubType>UserControl</SubType>
     283    </Compile>
    272284    <Compile Include="Tracking\SymboldDataAnalysisGenealogyView.Designer.cs">
    273285      <DependentUpon>SymboldDataAnalysisGenealogyView.cs</DependentUpon>
     
    325337      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
    326338      <Private>False</Private>
     339    </ProjectReference>
     340    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     341      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
     342      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    327343    </ProjectReference>
    328344    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking.Views\3.4\HeuristicLab.EvolutionTracking.Views-3.4.csproj">
Note: See TracChangeset for help on using the changeset viewer.