Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/13 16:16:21 (11 years ago)
Author:
bburlacu
Message:

#1772: Minor updates to existing views. Added LineageExplorerView.

Location:
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4

    • Property svn:ignore
      •  

        old new  
        11obj
         2*.resx
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/HeuristicLab.EvolutionaryTracking.Views-3.4.csproj

    r8556 r9239  
    9494      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
    9595    </Compile>
     96    <Compile Include="GenealogyGraphDialog.cs" />
     97    <Compile Include="GenealogyGraphDialog.designer.cs">
     98      <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
     99    </Compile>
    96100    <Compile Include="GenealogyGraphView.cs">
    97101      <SubType>UserControl</SubType>
     
    99103    <Compile Include="GenealogyGraphView.Designer.cs">
    100104      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
     105    </Compile>
     106    <Compile Include="LineageExplorerView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="LineageExplorerView.Designer.cs">
     110      <DependentUpon>LineageExplorerView.cs</DependentUpon>
    101111    </Compile>
    102112    <Compile Include="Plugin.cs" />
     
    112122  <ItemGroup>
    113123    <ProjectReference Include="..\..\HeuristicLab.EvolutionaryTracking\3.4\HeuristicLab.EvolutionaryTracking-3.4.csproj">
    114       <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>
     124      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
    115125      <Name>HeuristicLab.EvolutionaryTracking-3.4</Name>
    116126    </ProjectReference>
     
    124134  </ItemGroup>
    125135  <ItemGroup>
     136    <EmbeddedResource Include="GenealogyGraphDialog.resx">
     137      <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
     138    </EmbeddedResource>
    126139    <EmbeddedResource Include="GenealogyGraphView.resx">
    127140      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
     141    </EmbeddedResource>
     142    <EmbeddedResource Include="LineageExplorerView.resx">
     143      <DependentUpon>LineageExplorerView.cs</DependentUpon>
    128144    </EmbeddedResource>
    129145    <EmbeddedResource Include="Properties\Resources.resx">
Note: See TracChangeset for help on using the changeset viewer.