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