From 4984277246af87272411232302d16c525dd0e39c Mon Sep 17 00:00:00 2001 From: MPitz Date: Fri, 20 Jan 2023 12:24:59 +0100 Subject: [PATCH 1/4] DocumentViewer: Changed .Net Version to 4.8 --- Controls.DocumentViewer/App.config | 6 +++--- Controls.DocumentViewer/DocumentViewer.vbproj | 3 ++- Controls.DocumentViewer/My Project/Resources.Designer.vb | 2 +- Controls.DocumentViewer/My Project/Settings.Designer.vb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Controls.DocumentViewer/App.config b/Controls.DocumentViewer/App.config index 5534e287..a86c6465 100644 --- a/Controls.DocumentViewer/App.config +++ b/Controls.DocumentViewer/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Controls.DocumentViewer/DocumentViewer.vbproj b/Controls.DocumentViewer/DocumentViewer.vbproj index bc124fe1..26ea61c8 100644 --- a/Controls.DocumentViewer/DocumentViewer.vbproj +++ b/Controls.DocumentViewer/DocumentViewer.vbproj @@ -12,8 +12,9 @@ DigitalData.Controls.DocumentViewer 512 Windows - v4.6.1 + v4.8 true + AnyCPU diff --git a/Controls.DocumentViewer/My Project/Resources.Designer.vb b/Controls.DocumentViewer/My Project/Resources.Designer.vb index 02455fdf..2927fe4d 100644 --- a/Controls.DocumentViewer/My Project/Resources.Designer.vb +++ b/Controls.DocumentViewer/My Project/Resources.Designer.vb @@ -22,7 +22,7 @@ Namespace My.Resources ''' ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. ''' - _ diff --git a/Controls.DocumentViewer/My Project/Settings.Designer.vb b/Controls.DocumentViewer/My Project/Settings.Designer.vb index ab8c92d2..c104f696 100644 --- a/Controls.DocumentViewer/My Project/Settings.Designer.vb +++ b/Controls.DocumentViewer/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase From e0d18a7eea84405ef7d9f3484dd37e1a609cb78f Mon Sep 17 00:00:00 2001 From: MPitz Date: Fri, 20 Jan 2023 12:25:13 +0100 Subject: [PATCH 2/4] Common: Changed .Net Version to 4.8 --- GUIs.Common/Common.vbproj | 9 ++++++++- GUIs.Common/My Project/Application.Designer.vb | 13 +++++++++++++ GUIs.Common/My Project/Settings.Designer.vb | 2 +- GUIs.Common/app.config | 12 ++++++------ 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 GUIs.Common/My Project/Application.Designer.vb diff --git a/GUIs.Common/Common.vbproj b/GUIs.Common/Common.vbproj index 2c99722c..0a152c12 100644 --- a/GUIs.Common/Common.vbproj +++ b/GUIs.Common/Common.vbproj @@ -10,7 +10,8 @@ DigitalData.GUIs.Common 512 Windows - v4.6.1 + v4.8 + true @@ -183,6 +184,11 @@ Form + + True + True + Application.myapp + NNfrmNotification_Startup.vb @@ -319,6 +325,7 @@ MyApplicationCodeGenerator + Application.Designer.vb SettingsSingleFileGenerator diff --git a/GUIs.Common/My Project/Application.Designer.vb b/GUIs.Common/My Project/Application.Designer.vb new file mode 100644 index 00000000..8ab460ba --- /dev/null +++ b/GUIs.Common/My Project/Application.Designer.vb @@ -0,0 +1,13 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.42000 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + diff --git a/GUIs.Common/My Project/Settings.Designer.vb b/GUIs.Common/My Project/Settings.Designer.vb index 84ca6129..aebc86e6 100644 --- a/GUIs.Common/My Project/Settings.Designer.vb +++ b/GUIs.Common/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase diff --git a/GUIs.Common/app.config b/GUIs.Common/app.config index f5b66222..62c7d3c0 100644 --- a/GUIs.Common/app.config +++ b/GUIs.Common/app.config @@ -1,8 +1,8 @@ - + -
+
@@ -41,16 +41,16 @@ - + - - + + - \ No newline at end of file + From 5b34e2c0704e557b7824cb3854dcafb631fdc434 Mon Sep 17 00:00:00 2001 From: MPitz Date: Fri, 20 Jan 2023 12:26:15 +0100 Subject: [PATCH 3/4] DocumnetViewer: 1.9.0.0 --- Controls.DocumentViewer/My Project/AssemblyInfo.vb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controls.DocumentViewer/My Project/AssemblyInfo.vb b/Controls.DocumentViewer/My Project/AssemblyInfo.vb index af56e964..69c95351 100644 --- a/Controls.DocumentViewer/My Project/AssemblyInfo.vb +++ b/Controls.DocumentViewer/My Project/AssemblyInfo.vb @@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices - - + + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + From 31ae4fce84af2eca2deab7e9fbc9a3371358ac33 Mon Sep 17 00:00:00 2001 From: MPitz Date: Fri, 20 Jan 2023 12:26:55 +0100 Subject: [PATCH 4/4] Common: 2.5.0.0 --- GUIs.Common/My Project/AssemblyInfo.vb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GUIs.Common/My Project/AssemblyInfo.vb b/GUIs.Common/My Project/AssemblyInfo.vb index 98ed3f4e..58af0811 100644 --- a/GUIs.Common/My Project/AssemblyInfo.vb +++ b/GUIs.Common/My Project/AssemblyInfo.vb @@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices - - + + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + +