Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/13 11:42:24 (10 years ago)
Author:
bburlacu
Message:

#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic and HeuristicLab.Problems.DataAnalysis.Symbolic.Views and integrated some modifications from the old branch.

File:
1 edited

Legend:

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

    r10265 r10269  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.EvolutionaryTracking.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.EvolutionaryTracking.Views-3.4</AssemblyName>
     11    <RootNamespace>HeuristicLab.EvolutionTracking.Views</RootNamespace>
     12    <AssemblyName>HeuristicLab.EvolutionTracking.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    110110  <ItemGroup>
    111111    <Compile Include="AncestryLayoutAdapter.cs" />
    112     <Compile Include="ExtendedSymbolicExpressionTreeCanvas.cs">
    113       <SubType>UserControl</SubType>
    114     </Compile>
    115112    <Compile Include="FrequentFragmentsDialog.cs">
    116113      <SubType>Form</SubType>
     
    125122      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
    126123    </Compile>
    127     <Compile Include="GenealogyGraphDialog.cs">
    128       <SubType>Form</SubType>
    129     </Compile>
    130     <Compile Include="GenealogyGraphDialog.designer.cs">
    131       <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
    132     </Compile>
    133124    <Compile Include="GenealogyGraphView.cs">
    134125      <SubType>UserControl</SubType>
     
    136127    <Compile Include="GenealogyGraphView.Designer.cs">
    137128      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
    138     </Compile>
    139     <Compile Include="LineageExplorerView.cs">
    140       <SubType>UserControl</SubType>
    141     </Compile>
    142     <Compile Include="LineageExplorerView.Designer.cs">
    143       <DependentUpon>LineageExplorerView.cs</DependentUpon>
    144129    </Compile>
    145130    <Compile Include="Plugin.cs" />
     
    158143  </ItemGroup>
    159144  <ItemGroup>
    160     <ProjectReference Include="..\..\HeuristicLab.EvolutionaryTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
     145    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
     146      <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>
     147      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
     148    </ProjectReference>
     149    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     150      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
     151      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     152    </ProjectReference>
     153    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
    161154      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
    162155      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
Note: See TracChangeset for help on using the changeset viewer.