From 70d8740d02bae7e27a42e9d481e54ec4191dac7c Mon Sep 17 00:00:00 2001 From: roman Date: Thu, 11 Sep 2025 19:20:06 +0200 Subject: [PATCH] dotnet48 --- Mip/App.config | 8 +- Mip/Mip.csproj | 5 +- Mip/Properties/Resources.Designer.cs | 2 +- Mip/Properties/Settings.Designer.cs | 24 +-- UpgradeLog.htm | 273 +++++++++++++++++++++++++++ 5 files changed, 291 insertions(+), 21 deletions(-) create mode 100644 UpgradeLog.htm diff --git a/Mip/App.config b/Mip/App.config index 8750cbb..24a9108 100644 --- a/Mip/App.config +++ b/Mip/App.config @@ -1,9 +1,9 @@ - + - + - + - \ No newline at end of file + diff --git a/Mip/Mip.csproj b/Mip/Mip.csproj index 9cb2f99..6a3c497 100644 --- a/Mip/Mip.csproj +++ b/Mip/Mip.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties Mip Mip1.1 - v4.5 + v4.8 512 false publish\ @@ -28,6 +28,7 @@ true true D:\Záloha\Install - Software\.NET FrameWork 4.5 + AnyCPU diff --git a/Mip/Properties/Resources.Designer.cs b/Mip/Properties/Resources.Designer.cs index 01632d1..5e2f391 100644 --- a/Mip/Properties/Resources.Designer.cs +++ b/Mip/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Mip.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Mip/Properties/Settings.Designer.cs b/Mip/Properties/Settings.Designer.cs index 50da2bd..8357b33 100644 --- a/Mip/Properties/Settings.Designer.cs +++ b/Mip/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18052 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace Mip.Properties -{ - - +namespace Mip.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/UpgradeLog.htm b/UpgradeLog.htm new file mode 100644 index 0000000..939f62a --- /dev/null +++ b/UpgradeLog.htm @@ -0,0 +1,273 @@ + + + + Migration Report +

+ Migration Report -

\ No newline at end of file