From 22972ba82845af1c881a664638f15b19041b7394 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sat, 2 Feb 2019 13:35:21 -0700 Subject: [PATCH] Reorganized into folders --- Windows.Shell/{ => Registration}/AssocDictionary.cs | 0 Windows.Shell/{ => Registration}/CommandVerb.cs | 0 Windows.Shell/{ => Registration}/ProgId.cs | 0 Windows.Shell/{ => Registration}/RegBasedSettings.cs | 0 Windows.Shell/{ => Registration}/ShellAssociation.cs | 0 Windows.Shell/{ => Registration}/ShellRegistrar.cs | 0 Windows.Shell/{ => ShellExtensions}/ComClassFactory.cs | 0 Windows.Shell/{ => ShellExtensions}/ComObject.cs | 0 Windows.Shell/{ => ShellExtensions}/MessageLoop.cs | 0 Windows.Shell/{ => ShellExtensions}/ShellCommand.cs | 0 Windows.Shell/{ => ShellExtensions}/ShellDropTarget.cs | 0 Windows.Shell/{ => ShellExtensions}/ShellExecuteCommand.cs | 0 Windows.Shell/{ => ShellObjects}/ShellFolder.cs | 0 Windows.Shell/{ => ShellObjects}/ShellItem.cs | 0 Windows.Shell/{ => ShellObjects}/ShellItemArray.cs | 0 Windows.Shell/{ => ShellObjects}/ShellLibrary.cs | 0 Windows.Shell/{ => ShellObjects}/ShellLink.cs | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename Windows.Shell/{ => Registration}/AssocDictionary.cs (100%) rename Windows.Shell/{ => Registration}/CommandVerb.cs (100%) rename Windows.Shell/{ => Registration}/ProgId.cs (100%) rename Windows.Shell/{ => Registration}/RegBasedSettings.cs (100%) rename Windows.Shell/{ => Registration}/ShellAssociation.cs (100%) rename Windows.Shell/{ => Registration}/ShellRegistrar.cs (100%) rename Windows.Shell/{ => ShellExtensions}/ComClassFactory.cs (100%) rename Windows.Shell/{ => ShellExtensions}/ComObject.cs (100%) rename Windows.Shell/{ => ShellExtensions}/MessageLoop.cs (100%) rename Windows.Shell/{ => ShellExtensions}/ShellCommand.cs (100%) rename Windows.Shell/{ => ShellExtensions}/ShellDropTarget.cs (100%) rename Windows.Shell/{ => ShellExtensions}/ShellExecuteCommand.cs (100%) rename Windows.Shell/{ => ShellObjects}/ShellFolder.cs (100%) rename Windows.Shell/{ => ShellObjects}/ShellItem.cs (100%) rename Windows.Shell/{ => ShellObjects}/ShellItemArray.cs (100%) rename Windows.Shell/{ => ShellObjects}/ShellLibrary.cs (100%) rename Windows.Shell/{ => ShellObjects}/ShellLink.cs (100%) diff --git a/Windows.Shell/AssocDictionary.cs b/Windows.Shell/Registration/AssocDictionary.cs similarity index 100% rename from Windows.Shell/AssocDictionary.cs rename to Windows.Shell/Registration/AssocDictionary.cs diff --git a/Windows.Shell/CommandVerb.cs b/Windows.Shell/Registration/CommandVerb.cs similarity index 100% rename from Windows.Shell/CommandVerb.cs rename to Windows.Shell/Registration/CommandVerb.cs diff --git a/Windows.Shell/ProgId.cs b/Windows.Shell/Registration/ProgId.cs similarity index 100% rename from Windows.Shell/ProgId.cs rename to Windows.Shell/Registration/ProgId.cs diff --git a/Windows.Shell/RegBasedSettings.cs b/Windows.Shell/Registration/RegBasedSettings.cs similarity index 100% rename from Windows.Shell/RegBasedSettings.cs rename to Windows.Shell/Registration/RegBasedSettings.cs diff --git a/Windows.Shell/ShellAssociation.cs b/Windows.Shell/Registration/ShellAssociation.cs similarity index 100% rename from Windows.Shell/ShellAssociation.cs rename to Windows.Shell/Registration/ShellAssociation.cs diff --git a/Windows.Shell/ShellRegistrar.cs b/Windows.Shell/Registration/ShellRegistrar.cs similarity index 100% rename from Windows.Shell/ShellRegistrar.cs rename to Windows.Shell/Registration/ShellRegistrar.cs diff --git a/Windows.Shell/ComClassFactory.cs b/Windows.Shell/ShellExtensions/ComClassFactory.cs similarity index 100% rename from Windows.Shell/ComClassFactory.cs rename to Windows.Shell/ShellExtensions/ComClassFactory.cs diff --git a/Windows.Shell/ComObject.cs b/Windows.Shell/ShellExtensions/ComObject.cs similarity index 100% rename from Windows.Shell/ComObject.cs rename to Windows.Shell/ShellExtensions/ComObject.cs diff --git a/Windows.Shell/MessageLoop.cs b/Windows.Shell/ShellExtensions/MessageLoop.cs similarity index 100% rename from Windows.Shell/MessageLoop.cs rename to Windows.Shell/ShellExtensions/MessageLoop.cs diff --git a/Windows.Shell/ShellCommand.cs b/Windows.Shell/ShellExtensions/ShellCommand.cs similarity index 100% rename from Windows.Shell/ShellCommand.cs rename to Windows.Shell/ShellExtensions/ShellCommand.cs diff --git a/Windows.Shell/ShellDropTarget.cs b/Windows.Shell/ShellExtensions/ShellDropTarget.cs similarity index 100% rename from Windows.Shell/ShellDropTarget.cs rename to Windows.Shell/ShellExtensions/ShellDropTarget.cs diff --git a/Windows.Shell/ShellExecuteCommand.cs b/Windows.Shell/ShellExtensions/ShellExecuteCommand.cs similarity index 100% rename from Windows.Shell/ShellExecuteCommand.cs rename to Windows.Shell/ShellExtensions/ShellExecuteCommand.cs diff --git a/Windows.Shell/ShellFolder.cs b/Windows.Shell/ShellObjects/ShellFolder.cs similarity index 100% rename from Windows.Shell/ShellFolder.cs rename to Windows.Shell/ShellObjects/ShellFolder.cs diff --git a/Windows.Shell/ShellItem.cs b/Windows.Shell/ShellObjects/ShellItem.cs similarity index 100% rename from Windows.Shell/ShellItem.cs rename to Windows.Shell/ShellObjects/ShellItem.cs diff --git a/Windows.Shell/ShellItemArray.cs b/Windows.Shell/ShellObjects/ShellItemArray.cs similarity index 100% rename from Windows.Shell/ShellItemArray.cs rename to Windows.Shell/ShellObjects/ShellItemArray.cs diff --git a/Windows.Shell/ShellLibrary.cs b/Windows.Shell/ShellObjects/ShellLibrary.cs similarity index 100% rename from Windows.Shell/ShellLibrary.cs rename to Windows.Shell/ShellObjects/ShellLibrary.cs diff --git a/Windows.Shell/ShellLink.cs b/Windows.Shell/ShellObjects/ShellLink.cs similarity index 100% rename from Windows.Shell/ShellLink.cs rename to Windows.Shell/ShellObjects/ShellLink.cs