diff --git a/GUI/Config.cs b/Common/Config.cs similarity index 100% rename from GUI/Config.cs rename to Common/Config.cs diff --git a/GUI/ConfigFileManager.cs b/Common/ConfigFileManager.cs similarity index 100% rename from GUI/ConfigFileManager.cs rename to Common/ConfigFileManager.cs diff --git a/GUI/InvalidConfigurationException.cs b/Common/InvalidConfigurationException.cs similarity index 100% rename from GUI/InvalidConfigurationException.cs rename to Common/InvalidConfigurationException.cs diff --git a/GUI/PasswordGenerator.cs b/Common/PasswordGenerator.cs similarity index 100% rename from GUI/PasswordGenerator.cs rename to Common/PasswordGenerator.cs diff --git a/GUI/ProcessBuilder.cs b/Common/ProcessBuilder.cs similarity index 100% rename from GUI/ProcessBuilder.cs rename to Common/ProcessBuilder.cs diff --git a/GUI/ToastNotification.ps1 b/Common/ToastNotification.ps1 similarity index 100% rename from GUI/ToastNotification.ps1 rename to Common/ToastNotification.ps1