From e671088df70f1388493248e0f944aa67cc772ff0 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 23 Nov 2019 22:22:53 +0200 Subject: [PATCH] External libraries moved to own folder --- Crypto Notepad/Crypto Notepad.csproj | 6 +++--- .../{ => External Libraries}/MsgBoxCenterParent.cs | 0 .../{ => External Libraries}/OSVersionInfoClass.cs | 0 .../{ => External Libraries}/PortableSettingsProvider.cs | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename Crypto Notepad/{ => External Libraries}/MsgBoxCenterParent.cs (100%) rename Crypto Notepad/{ => External Libraries}/OSVersionInfoClass.cs (100%) rename Crypto Notepad/{ => External Libraries}/PortableSettingsProvider.cs (100%) diff --git a/Crypto Notepad/Crypto Notepad.csproj b/Crypto Notepad/Crypto Notepad.csproj index 9fade2d..30801c0 100644 --- a/Crypto Notepad/Crypto Notepad.csproj +++ b/Crypto Notepad/Crypto Notepad.csproj @@ -130,18 +130,18 @@ EnterKeyForm.cs - + Component - + Form PasswordGeneratorFrom.cs - + diff --git a/Crypto Notepad/MsgBoxCenterParent.cs b/Crypto Notepad/External Libraries/MsgBoxCenterParent.cs similarity index 100% rename from Crypto Notepad/MsgBoxCenterParent.cs rename to Crypto Notepad/External Libraries/MsgBoxCenterParent.cs diff --git a/Crypto Notepad/OSVersionInfoClass.cs b/Crypto Notepad/External Libraries/OSVersionInfoClass.cs similarity index 100% rename from Crypto Notepad/OSVersionInfoClass.cs rename to Crypto Notepad/External Libraries/OSVersionInfoClass.cs diff --git a/Crypto Notepad/PortableSettingsProvider.cs b/Crypto Notepad/External Libraries/PortableSettingsProvider.cs similarity index 100% rename from Crypto Notepad/PortableSettingsProvider.cs rename to Crypto Notepad/External Libraries/PortableSettingsProvider.cs