From cadf8f9ec082a78aae7811dfe9721d59f586454c Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Sun, 14 Feb 2021 15:19:33 +0000 Subject: [PATCH] Reorg project folders --- .../Extensions/ExecutionMode.cs | 0 .../Extensions/ImageSourceExtensions.cs | 0 .../Extensions/OperatingSystemExtensions.cs | 0 .../Extensions/OperatingSystemVersion.cs | 0 .../Extensions/RECTExtensions.cs | 0 .../Extensions/RegistryKeyExtensions.cs | 0 .../Helpers/CursorHelper.cs | 0 .../NotificationIconHelper.PInvokes.cs | 0 .../Helpers/NotificationIconHelper.cs | 0 .../NotificationIconInvokedEventArgs.cs | 0 .../Helpers/PointerButton.cs | 0 .../Helpers/Screen.cs | 0 .../Helpers/SystemInformationHelper.cs | 0 .../SystemPersonalisationChangedEventArgs.cs | 0 .../Helpers/SystemPersonalisationHelper.cs | 0 .../Helpers/SystemTheme.cs | 0 .../Helpers/TaskbarHelper.PInvokes.cs | 0 .../Helpers/TaskbarHelper.cs | 0 .../Helpers/TaskbarPosition.cs | 0 .../Helpers/TaskbarState.cs | 0 .../Helpers/WindowHelper.cs | 0 .../Helpers/WndProcHelper.PInvokes.cs | 0 .../Helpers/WndProcHelper.cs | 0 .../Helpers/WndProcHelperMessageEventArgs.cs | 0 .../Helpers/WndProcMessages.cs | 0 .../INotificationFlyoutApplication.cs | 0 .../NativeMethods.txt | 0 .../Properties/AssemblyInfo.cs | 0 ...amlGuy.NotificationFlyout.Shared.UI.csproj | 0 .../WndProc/IWndProcHandler.cs | 0 .../WndProc/IWndProcHandlerCollection.cs | 0 .../WndProc/IWndProcHandlerSubscriber.cs | 0 .../WndProc/WndProcHandlerCollection.cs | 0 .../WndProc/WndProcHandlerReference.cs | 0 .../WndProc/WndProcHandlerSubscriber.cs | 0 .../WndProc/WndProcListener.cs | 0 .../NotificationFlyout/NotificationFlyout.cs | 0 .../NotificationFlyoutClosingEventArgs.cs | 0 .../NotificationFlyoutContextMenu.cs | 0 ...NotificationFlyoutContextMenuFlyoutHost.cs | 0 ...tificationFlyoutContextMenuFlyoutHost.xaml | 0 .../NotificationFlyoutHost.cs | 0 .../NotificationFlyoutHost.xaml | 0 ...ficationFlyoutMenuItemsChangedEventArgs.cs | 0 .../NotificationFlyoutPresenter.cs | 0 .../NotificationFlyoutPresenter.xaml | 0 .../Properties/AssemblyInfo.cs | 0 ....NotificationFlyout.Uwp.UI.Controls.csproj | 0 .../Themes/Generic.xaml | 0 .../NotificationFlyoutApplication.cs | 0 .../NotificationFlyoutContextMenuXamlHost.cs | 0 .../NotificationFlyoutXamlHost.cs | 0 .../Properties/AssemblyInfo.cs | 0 ....NotificationFlyout.Wpf.UI.Controls.csproj | 0 .../XamlHost/TransparentXamlHost.cs | 0 .../XamlHost/XamlHost.cs | 0 .../Extensions/VisualExtensions.cs | 0 .../Extensions/WindowExtensions.cs | 0 .../Properties/AssemblyInfo.cs | 0 ...heXamlGuy.NotificationFlyout.Wpf.UI.csproj | 0 src/TheXamlGuy.NotificationFlyout.sln | 72 +++++++++---------- 61 files changed, 36 insertions(+), 36 deletions(-) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/ExecutionMode.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/ImageSourceExtensions.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/OperatingSystemExtensions.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/OperatingSystemVersion.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/RECTExtensions.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Extensions/RegistryKeyExtensions.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/CursorHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/NotificationIconHelper.PInvokes.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/NotificationIconHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/NotificationIconInvokedEventArgs.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/PointerButton.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/Screen.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/SystemInformationHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/SystemPersonalisationChangedEventArgs.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/SystemPersonalisationHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/SystemTheme.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/TaskbarHelper.PInvokes.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/TaskbarHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/TaskbarPosition.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/TaskbarState.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/WindowHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/WndProcHelper.PInvokes.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/WndProcHelper.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/WndProcHelperMessageEventArgs.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Helpers/WndProcMessages.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/INotificationFlyoutApplication.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/NativeMethods.txt (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/Properties/AssemblyInfo.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/TheXamlGuy.NotificationFlyout.Shared.UI.csproj (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/IWndProcHandler.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/IWndProcHandlerCollection.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/IWndProcHandlerSubscriber.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/WndProcHandlerCollection.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/WndProcHandlerReference.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/WndProcHandlerSubscriber.cs (100%) rename src/{NotificationFlyout.Shared.UI => TheXamlGuy.NotificationFlyout.Shared.UI}/WndProc/WndProcListener.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyout.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutClosingEventArgs.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutContextMenu.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.xaml (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutHost.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutHost.xaml (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutMenuItemsChangedEventArgs.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutPresenter.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/NotificationFlyout/NotificationFlyoutPresenter.xaml (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/Properties/AssemblyInfo.cs (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj (100%) rename src/{NotificationFlyout.Uwp.UI.Controls => TheXamlGuy.NotificationFlyout.Uwp.UI.Controls}/Themes/Generic.xaml (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/NotificationFlyout/NotificationFlyoutApplication.cs (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/NotificationFlyout/NotificationFlyoutContextMenuXamlHost.cs (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/NotificationFlyout/NotificationFlyoutXamlHost.cs (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/Properties/AssemblyInfo.cs (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/XamlHost/TransparentXamlHost.cs (100%) rename src/{NotificationFlyout.Wpf.UI.Controls => TheXamlGuy.NotificationFlyout.Wpf.UI.Controls}/XamlHost/XamlHost.cs (100%) rename src/{NotificationFlyout.Wpf.UI => TheXamlGuy.NotificationFlyout.Wpf.UI}/Extensions/VisualExtensions.cs (100%) rename src/{NotificationFlyout.Wpf.UI => TheXamlGuy.NotificationFlyout.Wpf.UI}/Extensions/WindowExtensions.cs (100%) rename src/{NotificationFlyout.Wpf.UI => TheXamlGuy.NotificationFlyout.Wpf.UI}/Properties/AssemblyInfo.cs (100%) rename src/{NotificationFlyout.Wpf.UI => TheXamlGuy.NotificationFlyout.Wpf.UI}/TheXamlGuy.NotificationFlyout.Wpf.UI.csproj (100%) diff --git a/src/NotificationFlyout.Shared.UI/Extensions/ExecutionMode.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/ExecutionMode.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/ExecutionMode.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/ExecutionMode.cs diff --git a/src/NotificationFlyout.Shared.UI/Extensions/ImageSourceExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/ImageSourceExtensions.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/ImageSourceExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/ImageSourceExtensions.cs diff --git a/src/NotificationFlyout.Shared.UI/Extensions/OperatingSystemExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/OperatingSystemExtensions.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/OperatingSystemExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/OperatingSystemExtensions.cs diff --git a/src/NotificationFlyout.Shared.UI/Extensions/OperatingSystemVersion.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/OperatingSystemVersion.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/OperatingSystemVersion.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/OperatingSystemVersion.cs diff --git a/src/NotificationFlyout.Shared.UI/Extensions/RECTExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/RECTExtensions.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/RECTExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/RECTExtensions.cs diff --git a/src/NotificationFlyout.Shared.UI/Extensions/RegistryKeyExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/RegistryKeyExtensions.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Extensions/RegistryKeyExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Extensions/RegistryKeyExtensions.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/CursorHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/CursorHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/CursorHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/CursorHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.PInvokes.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.PInvokes.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.PInvokes.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.PInvokes.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/NotificationIconInvokedEventArgs.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconInvokedEventArgs.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/NotificationIconInvokedEventArgs.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/NotificationIconInvokedEventArgs.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/PointerButton.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/PointerButton.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/PointerButton.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/PointerButton.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/Screen.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/Screen.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/Screen.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/Screen.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/SystemInformationHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemInformationHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/SystemInformationHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemInformationHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationChangedEventArgs.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationChangedEventArgs.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationChangedEventArgs.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationChangedEventArgs.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemPersonalisationHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/SystemTheme.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemTheme.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/SystemTheme.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/SystemTheme.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.PInvokes.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.PInvokes.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.PInvokes.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.PInvokes.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/TaskbarPosition.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarPosition.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/TaskbarPosition.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarPosition.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/TaskbarState.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarState.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/TaskbarState.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/TaskbarState.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/WindowHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WindowHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/WindowHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WindowHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/WndProcHelper.PInvokes.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelper.PInvokes.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/WndProcHelper.PInvokes.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelper.PInvokes.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/WndProcHelper.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelper.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/WndProcHelper.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelper.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/WndProcHelperMessageEventArgs.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelperMessageEventArgs.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/WndProcHelperMessageEventArgs.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcHelperMessageEventArgs.cs diff --git a/src/NotificationFlyout.Shared.UI/Helpers/WndProcMessages.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcMessages.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Helpers/WndProcMessages.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/WndProcMessages.cs diff --git a/src/NotificationFlyout.Shared.UI/INotificationFlyoutApplication.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/INotificationFlyoutApplication.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/INotificationFlyoutApplication.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/INotificationFlyoutApplication.cs diff --git a/src/NotificationFlyout.Shared.UI/NativeMethods.txt b/src/TheXamlGuy.NotificationFlyout.Shared.UI/NativeMethods.txt similarity index 100% rename from src/NotificationFlyout.Shared.UI/NativeMethods.txt rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/NativeMethods.txt diff --git a/src/NotificationFlyout.Shared.UI/Properties/AssemblyInfo.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/Properties/AssemblyInfo.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/Properties/AssemblyInfo.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/Properties/AssemblyInfo.cs diff --git a/src/NotificationFlyout.Shared.UI/TheXamlGuy.NotificationFlyout.Shared.UI.csproj b/src/TheXamlGuy.NotificationFlyout.Shared.UI/TheXamlGuy.NotificationFlyout.Shared.UI.csproj similarity index 100% rename from src/NotificationFlyout.Shared.UI/TheXamlGuy.NotificationFlyout.Shared.UI.csproj rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/TheXamlGuy.NotificationFlyout.Shared.UI.csproj diff --git a/src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandler.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandler.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandler.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandler.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerCollection.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerCollection.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerCollection.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerCollection.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerSubscriber.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerSubscriber.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerSubscriber.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/IWndProcHandlerSubscriber.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerCollection.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerCollection.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerCollection.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerCollection.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerReference.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerReference.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerReference.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerReference.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerSubscriber.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerSubscriber.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/WndProcHandlerSubscriber.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcHandlerSubscriber.cs diff --git a/src/NotificationFlyout.Shared.UI/WndProc/WndProcListener.cs b/src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcListener.cs similarity index 100% rename from src/NotificationFlyout.Shared.UI/WndProc/WndProcListener.cs rename to src/TheXamlGuy.NotificationFlyout.Shared.UI/WndProc/WndProcListener.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyout.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyout.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyout.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyout.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutClosingEventArgs.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutClosingEventArgs.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutClosingEventArgs.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutClosingEventArgs.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenu.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenu.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenu.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenu.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.xaml b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.xaml similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.xaml rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuFlyoutHost.xaml diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.xaml b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.xaml similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.xaml rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutHost.xaml diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutMenuItemsChangedEventArgs.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutMenuItemsChangedEventArgs.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutMenuItemsChangedEventArgs.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutMenuItemsChangedEventArgs.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.xaml b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.xaml similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.xaml rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/NotificationFlyout/NotificationFlyoutPresenter.xaml diff --git a/src/NotificationFlyout.Uwp.UI.Controls/Properties/AssemblyInfo.cs b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/Properties/AssemblyInfo.cs similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/Properties/AssemblyInfo.cs rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/Properties/AssemblyInfo.cs diff --git a/src/NotificationFlyout.Uwp.UI.Controls/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj diff --git a/src/NotificationFlyout.Uwp.UI.Controls/Themes/Generic.xaml b/src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/Themes/Generic.xaml similarity index 100% rename from src/NotificationFlyout.Uwp.UI.Controls/Themes/Generic.xaml rename to src/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/Themes/Generic.xaml diff --git a/src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutApplication.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutApplication.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutApplication.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutApplication.cs diff --git a/src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuXamlHost.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuXamlHost.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuXamlHost.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutContextMenuXamlHost.cs diff --git a/src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutXamlHost.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutXamlHost.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutXamlHost.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/NotificationFlyout/NotificationFlyoutXamlHost.cs diff --git a/src/NotificationFlyout.Wpf.UI.Controls/Properties/AssemblyInfo.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/Properties/AssemblyInfo.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/Properties/AssemblyInfo.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/Properties/AssemblyInfo.cs diff --git a/src/NotificationFlyout.Wpf.UI.Controls/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj diff --git a/src/NotificationFlyout.Wpf.UI.Controls/XamlHost/TransparentXamlHost.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/XamlHost/TransparentXamlHost.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/XamlHost/TransparentXamlHost.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/XamlHost/TransparentXamlHost.cs diff --git a/src/NotificationFlyout.Wpf.UI.Controls/XamlHost/XamlHost.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/XamlHost/XamlHost.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI.Controls/XamlHost/XamlHost.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI.Controls/XamlHost/XamlHost.cs diff --git a/src/NotificationFlyout.Wpf.UI/Extensions/VisualExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI/Extensions/VisualExtensions.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI/Extensions/VisualExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI/Extensions/VisualExtensions.cs diff --git a/src/NotificationFlyout.Wpf.UI/Extensions/WindowExtensions.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI/Extensions/WindowExtensions.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI/Extensions/WindowExtensions.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI/Extensions/WindowExtensions.cs diff --git a/src/NotificationFlyout.Wpf.UI/Properties/AssemblyInfo.cs b/src/TheXamlGuy.NotificationFlyout.Wpf.UI/Properties/AssemblyInfo.cs similarity index 100% rename from src/NotificationFlyout.Wpf.UI/Properties/AssemblyInfo.cs rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI/Properties/AssemblyInfo.cs diff --git a/src/NotificationFlyout.Wpf.UI/TheXamlGuy.NotificationFlyout.Wpf.UI.csproj b/src/TheXamlGuy.NotificationFlyout.Wpf.UI/TheXamlGuy.NotificationFlyout.Wpf.UI.csproj similarity index 100% rename from src/NotificationFlyout.Wpf.UI/TheXamlGuy.NotificationFlyout.Wpf.UI.csproj rename to src/TheXamlGuy.NotificationFlyout.Wpf.UI/TheXamlGuy.NotificationFlyout.Wpf.UI.csproj diff --git a/src/TheXamlGuy.NotificationFlyout.sln b/src/TheXamlGuy.NotificationFlyout.sln index d1518d8..f72018c 100644 --- a/src/TheXamlGuy.NotificationFlyout.sln +++ b/src/TheXamlGuy.NotificationFlyout.sln @@ -8,13 +8,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution global.json = global.json EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Shared.UI", "NotificationFlyout.Shared.UI\TheXamlGuy.NotificationFlyout.Shared.UI.csproj", "{394C4B94-C8C0-4E8E-8682-8D4363F0DE02}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Shared.UI", "TheXamlGuy.NotificationFlyout.Shared.UI\TheXamlGuy.NotificationFlyout.Shared.UI.csproj", "{52CCF0D1-203C-42CC-8223-B725BF48D54E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Uwp.UI.Controls", "NotificationFlyout.Uwp.UI.Controls\TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj", "{D6076B1C-9B62-4283-AF9D-93472E9D3733}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Uwp.UI.Controls", "TheXamlGuy.NotificationFlyout.Uwp.UI.Controls\TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj", "{DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Wpf.UI", "NotificationFlyout.Wpf.UI\TheXamlGuy.NotificationFlyout.Wpf.UI.csproj", "{E331FF0F-17F0-498A-8DBA-D560114A9629}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Wpf.UI", "TheXamlGuy.NotificationFlyout.Wpf.UI\TheXamlGuy.NotificationFlyout.Wpf.UI.csproj", "{365B73CB-26DC-4B05-9CCE-9BF47D219BE3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Wpf.UI.Controls", "NotificationFlyout.Wpf.UI.Controls\TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj", "{E5353ECC-4ED1-4FAB-A041-702E91642007}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheXamlGuy.NotificationFlyout.Wpf.UI.Controls", "TheXamlGuy.NotificationFlyout.Wpf.UI.Controls\TheXamlGuy.NotificationFlyout.Wpf.UI.Controls.csproj", "{A87383BC-B9FF-4B52-A763-69B5483FC00B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -24,38 +24,38 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Debug|Any CPU.Build.0 = Debug|Any CPU - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Debug|x64.ActiveCfg = Debug|x64 - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Debug|x64.Build.0 = Debug|x64 - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Release|Any CPU.ActiveCfg = Release|Any CPU - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Release|Any CPU.Build.0 = Release|Any CPU - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Release|x64.ActiveCfg = Release|x64 - {394C4B94-C8C0-4E8E-8682-8D4363F0DE02}.Release|x64.Build.0 = Release|x64 - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Debug|x64.ActiveCfg = Debug|x64 - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Debug|x64.Build.0 = Debug|x64 - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Release|Any CPU.Build.0 = Release|Any CPU - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Release|x64.ActiveCfg = Release|x64 - {D6076B1C-9B62-4283-AF9D-93472E9D3733}.Release|x64.Build.0 = Release|x64 - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Debug|x64.ActiveCfg = Debug|x64 - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Debug|x64.Build.0 = Debug|x64 - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Release|Any CPU.Build.0 = Release|Any CPU - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Release|x64.ActiveCfg = Release|x64 - {E331FF0F-17F0-498A-8DBA-D560114A9629}.Release|x64.Build.0 = Release|x64 - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Debug|x64.ActiveCfg = Debug|x64 - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Debug|x64.Build.0 = Debug|x64 - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Release|Any CPU.Build.0 = Release|Any CPU - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Release|x64.ActiveCfg = Release|x64 - {E5353ECC-4ED1-4FAB-A041-702E91642007}.Release|x64.Build.0 = Release|x64 + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Debug|x64.ActiveCfg = Debug|x64 + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Debug|x64.Build.0 = Debug|x64 + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Release|Any CPU.Build.0 = Release|Any CPU + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Release|x64.ActiveCfg = Release|x64 + {52CCF0D1-203C-42CC-8223-B725BF48D54E}.Release|x64.Build.0 = Release|x64 + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Debug|x64.ActiveCfg = Debug|x64 + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Debug|x64.Build.0 = Debug|x64 + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Release|Any CPU.Build.0 = Release|Any CPU + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Release|x64.ActiveCfg = Release|x64 + {DA69C51D-2DE7-47C4-BA7C-5492F5F378E3}.Release|x64.Build.0 = Release|x64 + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Debug|x64.ActiveCfg = Debug|x64 + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Debug|x64.Build.0 = Debug|x64 + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Release|Any CPU.Build.0 = Release|Any CPU + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Release|x64.ActiveCfg = Release|x64 + {365B73CB-26DC-4B05-9CCE-9BF47D219BE3}.Release|x64.Build.0 = Release|x64 + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Debug|x64.ActiveCfg = Debug|x64 + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Debug|x64.Build.0 = Debug|x64 + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Release|Any CPU.Build.0 = Release|Any CPU + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Release|x64.ActiveCfg = Release|x64 + {A87383BC-B9FF-4B52-A763-69B5483FC00B}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE