From a570f99b4489d1215ff5e45c3f24e9db94401e7a Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Wed, 1 May 2024 13:53:59 +0200 Subject: [PATCH] Move 'Features' folder into 'Forms' folder --- .../{ => Forms}/Features/CemuPanel.Designer.cs | 2 +- PCK-Studio/{ => Forms}/Features/CemuPanel.cs | 2 +- PCK-Studio/{ => Forms}/Features/CemuPanel.resx | 0 .../{ => Forms}/Features/PckManager.Designer.cs | 2 +- PCK-Studio/{ => Forms}/Features/PckManager.cs | 2 +- PCK-Studio/{ => Forms}/Features/PckManager.resx | 0 PCK-Studio/MainForm.cs | 2 +- PCK-Studio/PckStudio.csproj | 12 ++++++------ 8 files changed, 11 insertions(+), 11 deletions(-) rename PCK-Studio/{ => Forms}/Features/CemuPanel.Designer.cs (99%) rename PCK-Studio/{ => Forms}/Features/CemuPanel.cs (99%) rename PCK-Studio/{ => Forms}/Features/CemuPanel.resx (100%) rename PCK-Studio/{ => Forms}/Features/PckManager.Designer.cs (99%) rename PCK-Studio/{ => Forms}/Features/PckManager.cs (98%) rename PCK-Studio/{ => Forms}/Features/PckManager.resx (100%) diff --git a/PCK-Studio/Features/CemuPanel.Designer.cs b/PCK-Studio/Forms/Features/CemuPanel.Designer.cs similarity index 99% rename from PCK-Studio/Features/CemuPanel.Designer.cs rename to PCK-Studio/Forms/Features/CemuPanel.Designer.cs index 44f0b0c9..1853180f 100644 --- a/PCK-Studio/Features/CemuPanel.Designer.cs +++ b/PCK-Studio/Forms/Features/CemuPanel.Designer.cs @@ -1,4 +1,4 @@ -namespace PckStudio.Features +namespace PckStudio.Forms.Features { partial class CemuPanel { diff --git a/PCK-Studio/Features/CemuPanel.cs b/PCK-Studio/Forms/Features/CemuPanel.cs similarity index 99% rename from PCK-Studio/Features/CemuPanel.cs rename to PCK-Studio/Forms/Features/CemuPanel.cs index e49018e4..6112f75e 100644 --- a/PCK-Studio/Features/CemuPanel.cs +++ b/PCK-Studio/Forms/Features/CemuPanel.cs @@ -24,7 +24,7 @@ using PckStudio.Extensions; using PckStudio.Classes.Misc; using System.Diagnostics; -namespace PckStudio.Features +namespace PckStudio.Forms.Features { /// /// Wishlist: diff --git a/PCK-Studio/Features/CemuPanel.resx b/PCK-Studio/Forms/Features/CemuPanel.resx similarity index 100% rename from PCK-Studio/Features/CemuPanel.resx rename to PCK-Studio/Forms/Features/CemuPanel.resx diff --git a/PCK-Studio/Features/PckManager.Designer.cs b/PCK-Studio/Forms/Features/PckManager.Designer.cs similarity index 99% rename from PCK-Studio/Features/PckManager.Designer.cs rename to PCK-Studio/Forms/Features/PckManager.Designer.cs index 61f06c53..a4cf5933 100644 --- a/PCK-Studio/Features/PckManager.Designer.cs +++ b/PCK-Studio/Forms/Features/PckManager.Designer.cs @@ -1,4 +1,4 @@ -namespace PckStudio.Features +namespace PckStudio.Forms.Features { partial class PckManager { diff --git a/PCK-Studio/Features/PckManager.cs b/PCK-Studio/Forms/Features/PckManager.cs similarity index 98% rename from PCK-Studio/Features/PckManager.cs rename to PCK-Studio/Forms/Features/PckManager.cs index 9b5874c0..6348649c 100644 --- a/PCK-Studio/Features/PckManager.cs +++ b/PCK-Studio/Forms/Features/PckManager.cs @@ -18,7 +18,7 @@ using System; using System.Windows.Forms; -namespace PckStudio.Features +namespace PckStudio.Forms.Features { public partial class PckManager : MetroFramework.Forms.MetroForm { diff --git a/PCK-Studio/Features/PckManager.resx b/PCK-Studio/Forms/Features/PckManager.resx similarity index 100% rename from PCK-Studio/Features/PckManager.resx rename to PCK-Studio/Forms/Features/PckManager.resx diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 4375ce9e..4bb3f079 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -25,7 +25,7 @@ using PckStudio.Classes.Misc; using PckStudio.Internal.IO.PckAudio; using PckStudio.Internal.IO._3DST; using PckStudio.Internal; -using PckStudio.Features; +using PckStudio.Forms.Features; using PckStudio.Extensions; using PckStudio.Popups; using PckStudio.Classes.Utils; diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index 0ff9a08e..e2701397 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -239,10 +239,10 @@ - + UserControl - + CemuPanel.cs @@ -376,10 +376,10 @@ Form - + Form - + PckManager.cs @@ -437,7 +437,7 @@ - + CemuPanel.cs @@ -523,7 +523,7 @@ InProgressPrompt.cs - + PckManager.cs