mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
more file organizing
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user