From c16abed7a1d3179d775c1bfa4c545549ce4387df Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 23 Feb 2025 07:46:24 -0500 Subject: [PATCH] Upgrade to Framework 4.7 --- App.config | 2 +- Properties/Resources.Designer.cs | 2 +- Properties/Settings.Designer.cs | 2 +- TradeBlotter.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App.config b/App.config index 4364212..cb7749b 100644 --- a/App.config +++ b/App.config @@ -16,7 +16,7 @@ - + diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 155784f..b37a61c 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace TradeBlotter.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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 68cec45..75f0e2c 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace TradeBlotter.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/TradeBlotter.csproj b/TradeBlotter.csproj index 0db137b..4baf58c 100644 --- a/TradeBlotter.csproj +++ b/TradeBlotter.csproj @@ -10,7 +10,7 @@ Properties TradeBlotter TradeBlotter - v4.6.2 + v4.7.2 512