From f1206233a7d1563fadfc69e658fbacd1140af74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 21:58:33 +0200 Subject: [PATCH] Moved common stuff to Common project --- {GUI => Common}/Config.cs | 0 {GUI => Common}/ConfigFileManager.cs | 0 {GUI => Common}/InvalidConfigurationException.cs | 0 {GUI => Common}/PasswordGenerator.cs | 0 {GUI => Common}/ProcessBuilder.cs | 0 {GUI => Common}/ToastNotification.ps1 | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {GUI => Common}/Config.cs (100%) rename {GUI => Common}/ConfigFileManager.cs (100%) rename {GUI => Common}/InvalidConfigurationException.cs (100%) rename {GUI => Common}/PasswordGenerator.cs (100%) rename {GUI => Common}/ProcessBuilder.cs (100%) rename {GUI => Common}/ToastNotification.ps1 (100%) 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