more file organizing

This commit is contained in:
David Sparer
2017-01-13 10:54:39 -07:00
parent ce5d0cefe3
commit 2ce31f35cc
8 changed files with 7 additions and 6 deletions

View File

@@ -215,18 +215,18 @@
<Compile Include="Tree\ConnectionDeletionConfirmer.cs" />
<Compile Include="Tree\ConnectionTreeDragAndDropHandler.cs" />
<Compile Include="Tree\ConnectionTreeModel.cs" />
<Compile Include="Tree\ExpandNodeClickHandler.cs" />
<Compile Include="Tree\ITreeNodeClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\ExpandNodeClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\ITreeNodeClickHandler.cs" />
<Compile Include="Tree\NodeSearcher.cs" />
<Compile Include="Tree\NodeType.cs" />
<Compile Include="Tree\OpenConnectionClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\OpenConnectionClickHandler.cs" />
<Compile Include="Tree\PreviouslyOpenedFolderExpander.cs" />
<Compile Include="Tree\PreviousSessionOpener.cs" />
<Compile Include="Tree\RootNodeExpander.cs" />
<Compile Include="Tree\Root\RootNodeTypeEnum.cs" />
<Compile Include="Tree\SwitchToConnectionClickHandler.cs" />
<Compile Include="Tree\TreeNodeDoubleClickHandler.cs" />
<Compile Include="Tree\TreeNodeSingleClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\SwitchToConnectionClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\TreeNodeDoubleClickHandler.cs" />
<Compile Include="Tree\ClickHandlers\TreeNodeSingleClickHandler.cs" />
<Compile Include="UI\Controls\ConnectionContextMenu.cs">
<SubType>Component</SubType>
</Compile>

View File

@@ -1,2 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=tree_005Cclickhandlers/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=ui_005Ccontrols_005Cconnectiontree/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>