organized some files

This commit is contained in:
David Sparer
2017-01-13 10:41:28 -07:00
parent 6cc668fe83
commit ce5d0cefe3
7 changed files with 7 additions and 5 deletions

View File

@@ -230,10 +230,10 @@
<Compile Include="UI\Controls\ConnectionContextMenu.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UI\Controls\ConnectionTree.cs">
<Compile Include="UI\Controls\ConnectionTree\ConnectionTree.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UI\Controls\ConnectionTree.Designer.cs">
<Compile Include="UI\Controls\ConnectionTree\ConnectionTree.Designer.cs">
<DependentUpon>ConnectionTree.cs</DependentUpon>
</Compile>
<Compile Include="UI\Controls\FilteredPropertyGrid\FilteredPropertyGrid.cs">
@@ -243,12 +243,12 @@
<DependentUpon>FilteredPropertyGrid.cs</DependentUpon>
</Compile>
<Compile Include="UI\Controls\FilteredPropertyGrid\ObjectWrapper.cs" />
<Compile Include="UI\Controls\IConnectionTree.cs" />
<Compile Include="UI\Controls\ConnectionTree\IConnectionTree.cs" />
<Compile Include="UI\Controls\IPTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UI\Controls\IConnectionTreeDelegate.cs" />
<Compile Include="UI\Controls\NameColumn.cs">
<Compile Include="UI\Controls\ConnectionTree\IConnectionTreeDelegate.cs" />
<Compile Include="UI\Controls\ConnectionTree\NameColumn.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UI\Controls\QuickConnectComboBox.cs">

View File

@@ -0,0 +1,2 @@
<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/=ui_005Ccontrols_005Cconnectiontree/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>