From 058d48196a8024cdc65c904603ebe2f747c93da9 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 22 Jun 2025 22:39:41 +0200 Subject: [PATCH] Downgrade patcher to .NET 4.5 from .NET 4.7 --- patch-seb/App.config | 6 ++--- patch-seb/Properties/Settings.Designer.cs | 30 ++++++++++------------- patch-seb/patch-seb.csproj | 3 ++- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/patch-seb/App.config b/patch-seb/App.config index 016d28f..d1428ad 100644 --- a/patch-seb/App.config +++ b/patch-seb/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/patch-seb/Properties/Settings.Designer.cs b/patch-seb/Properties/Settings.Designer.cs index 7d303e0..55cc80c 100644 --- a/patch-seb/Properties/Settings.Designer.cs +++ b/patch-seb/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Il codice è stato generato da uno strumento. +// Versione runtime:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se +// il codice viene rigenerato. // //------------------------------------------------------------------------------ -namespace patch_seb.Properties -{ - - +namespace patch_seb.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/patch-seb/patch-seb.csproj b/patch-seb/patch-seb.csproj index e7b898e..5166c1b 100644 --- a/patch-seb/patch-seb.csproj +++ b/patch-seb/patch-seb.csproj @@ -8,10 +8,11 @@ WinExe patch_seb patch-seb - v4.7 + v4.5 512 true true + AnyCPU