mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
organized some files
This commit is contained in:
@@ -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">
|
||||
|
||||
2
mRemoteV1/mRemoteV1.csproj.DotSettings
Normal file
2
mRemoteV1/mRemoteV1.csproj.DotSettings
Normal 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>
|
||||
Reference in New Issue
Block a user