Skip to content

Commit

Permalink
Rename YAMDCC.GUI to YAMDCC.ConfigEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Dec 8, 2024
1 parent 94f9501 commit e1b5dab
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 14 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System.Diagnostics;
using System.Windows.Forms;

namespace YAMDCC.GUI.Dialogs
namespace YAMDCC.ConfigEditor.Dialogs
{
internal sealed partial class CrashDialog : Form
{
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System;
using System.Windows.Forms;

namespace YAMDCC.GUI.Dialogs
namespace YAMDCC.ConfigEditor.Dialogs
{
internal sealed partial class TextInputDialog : Form
{
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
using System.Text;
using System.Windows.Forms;
using YAMDCC.Config;
using YAMDCC.GUI.Dialogs;
using YAMDCC.ConfigEditor.Dialogs;
using YAMDCC.IPC;

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
internal sealed partial class MainWindow : Form
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion YAMDCC.GUI/Paths.cs → YAMDCC.ConfigEditor/Paths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System;
using System.IO;

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
internal static class Paths
{
Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.GUI/Program.cs → YAMDCC.ConfigEditor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
using System.Security.Principal;
using System.ServiceProcess;
using System.Windows.Forms;
using YAMDCC.GUI.Dialogs;
using YAMDCC.ConfigEditor.Dialogs;

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
internal static class Program
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion YAMDCC.GUI/Status.cs → YAMDCC.ConfigEditor/Status.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License along with
// YAMDCC. If not, see <https://www.gnu.org/licenses/>.

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
internal sealed class Status
{
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.GUI/Strings.cs → YAMDCC.ConfigEditor/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System.Globalization;
using System.Resources;

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
/// <summary>
/// A resource class for retrieving strings.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion YAMDCC.GUI/Utils.cs → YAMDCC.ConfigEditor/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using System.ServiceProcess;
using System.Windows.Forms;

namespace YAMDCC.GUI
namespace YAMDCC.ConfigEditor
{
/// <summary>
/// A collection of miscellaneous useful utilities
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion YAMDCC.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.Config", "YAMDCC.Con
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.ECAccess", "YAMDCC.ECAccess\YAMDCC.ECAccess.csproj", "{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.GUI", "YAMDCC.GUI\YAMDCC.GUI.csproj", "{5025D7BC-1BE1-4B72-B30A-893B25F73596}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.ConfigEditor", "YAMDCC.ConfigEditor\YAMDCC.ConfigEditor.csproj", "{5025D7BC-1BE1-4B72-B30A-893B25F73596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.IPC", "YAMDCC.IPC\YAMDCC.IPC.csproj", "{73152691-3CDE-46DF-8D04-7117747DFFE7}"
EndProject
Expand Down

0 comments on commit e1b5dab

Please sign in to comment.