From 70bb33f823e8ffadd3684e809bea463df1c68fee Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Sep 2023 10:25:49 +0200 Subject: [PATCH] Base: move Files --- Base/Base.vbproj | 21 ++++++++++++--------- Base/{Static => }/DatabaseEx.vb | 0 Base/{Static => }/FileEx.vb | 0 Base/{Static => }/GraphicsEx.vb | 0 Base/{Static => }/LanguageEx.vb | 0 Base/{Static => }/MimeEx.vb | 0 Base/{Static => }/ObjectEx.vb | 0 Base/{Static => }/ScreenEx.vb | 0 Base/{Static => }/StringEx.vb | 0 Base/{Static => }/WindowsEx.vb | 0 10 files changed, 12 insertions(+), 9 deletions(-) rename Base/{Static => }/DatabaseEx.vb (100%) rename Base/{Static => }/FileEx.vb (100%) rename Base/{Static => }/GraphicsEx.vb (100%) rename Base/{Static => }/LanguageEx.vb (100%) rename Base/{Static => }/MimeEx.vb (100%) rename Base/{Static => }/ObjectEx.vb (100%) rename Base/{Static => }/ScreenEx.vb (100%) rename Base/{Static => }/StringEx.vb (100%) rename Base/{Static => }/WindowsEx.vb (100%) diff --git a/Base/Base.vbproj b/Base/Base.vbproj index 99819b74..30cb4ceb 100644 --- a/Base/Base.vbproj +++ b/Base/Base.vbproj @@ -82,15 +82,15 @@ - - - + + + - + - - - + + + True @@ -107,8 +107,8 @@ Settings.settings True - - + + @@ -139,5 +139,8 @@ Logging + + + \ No newline at end of file diff --git a/Base/Static/DatabaseEx.vb b/Base/DatabaseEx.vb similarity index 100% rename from Base/Static/DatabaseEx.vb rename to Base/DatabaseEx.vb diff --git a/Base/Static/FileEx.vb b/Base/FileEx.vb similarity index 100% rename from Base/Static/FileEx.vb rename to Base/FileEx.vb diff --git a/Base/Static/GraphicsEx.vb b/Base/GraphicsEx.vb similarity index 100% rename from Base/Static/GraphicsEx.vb rename to Base/GraphicsEx.vb diff --git a/Base/Static/LanguageEx.vb b/Base/LanguageEx.vb similarity index 100% rename from Base/Static/LanguageEx.vb rename to Base/LanguageEx.vb diff --git a/Base/Static/MimeEx.vb b/Base/MimeEx.vb similarity index 100% rename from Base/Static/MimeEx.vb rename to Base/MimeEx.vb diff --git a/Base/Static/ObjectEx.vb b/Base/ObjectEx.vb similarity index 100% rename from Base/Static/ObjectEx.vb rename to Base/ObjectEx.vb diff --git a/Base/Static/ScreenEx.vb b/Base/ScreenEx.vb similarity index 100% rename from Base/Static/ScreenEx.vb rename to Base/ScreenEx.vb diff --git a/Base/Static/StringEx.vb b/Base/StringEx.vb similarity index 100% rename from Base/Static/StringEx.vb rename to Base/StringEx.vb diff --git a/Base/Static/WindowsEx.vb b/Base/WindowsEx.vb similarity index 100% rename from Base/Static/WindowsEx.vb rename to Base/WindowsEx.vb