From 3541bca2d06f28e0793ab17a5233b99b855d3d07 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Sep 2023 15:18:46 -0400 Subject: [PATCH] Move WPFCustomMessageBox --- CHANGELIST.md | 1 + .../External/WPFCustomMessageBox/CustomMessageBox.cs | 0 .../External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml | 0 .../External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs | 0 {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/LICENSE | 0 {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/Util.cs | 0 6 files changed, 1 insertion(+) rename {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/CustomMessageBox.cs (100%) rename {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml (100%) rename {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs (100%) rename {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/LICENSE (100%) rename {MPF => MPF.UI.Core}/External/WPFCustomMessageBox/Util.cs (100%) diff --git a/CHANGELIST.md b/CHANGELIST.md index 593bc69e..4535b8a7 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -17,6 +17,7 @@ - Not building against .NET Standard - Move RedumpSystemComboBoxItem - Move Constants +- Move WPFCustomMessageBox ### 2.6.3 (2023-08-15) diff --git a/MPF/External/WPFCustomMessageBox/CustomMessageBox.cs b/MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBox.cs similarity index 100% rename from MPF/External/WPFCustomMessageBox/CustomMessageBox.cs rename to MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBox.cs diff --git a/MPF/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml b/MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml similarity index 100% rename from MPF/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml rename to MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml diff --git a/MPF/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs b/MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs similarity index 100% rename from MPF/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs rename to MPF.UI.Core/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml.cs diff --git a/MPF/External/WPFCustomMessageBox/LICENSE b/MPF.UI.Core/External/WPFCustomMessageBox/LICENSE similarity index 100% rename from MPF/External/WPFCustomMessageBox/LICENSE rename to MPF.UI.Core/External/WPFCustomMessageBox/LICENSE diff --git a/MPF/External/WPFCustomMessageBox/Util.cs b/MPF.UI.Core/External/WPFCustomMessageBox/Util.cs similarity index 100% rename from MPF/External/WPFCustomMessageBox/Util.cs rename to MPF.UI.Core/External/WPFCustomMessageBox/Util.cs