From f5f94270863995b6034b0aba7148784def4512de Mon Sep 17 00:00:00 2001 From: AJ Date: Thu, 30 Jul 2020 09:39:31 -0400 Subject: [PATCH] Changed target framework --- CutToLength/App.config | 6 +++--- CutToLength/CutToLength.csproj | 3 ++- CutToLength/Properties/Resources.Designer.cs | 2 +- CutToLength/Properties/Settings.Designer.cs | 22 ++++++++------------ 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CutToLength/App.config b/CutToLength/App.config index 731f6de..ecdcf8a 100644 --- a/CutToLength/App.config +++ b/CutToLength/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/CutToLength/CutToLength.csproj b/CutToLength/CutToLength.csproj index 371cbf9..7994e62 100644 --- a/CutToLength/CutToLength.csproj +++ b/CutToLength/CutToLength.csproj @@ -9,9 +9,10 @@ Properties CutToLength CutToLength - v4.6.1 + v4.7.2 512 true + AnyCPU diff --git a/CutToLength/Properties/Resources.Designer.cs b/CutToLength/Properties/Resources.Designer.cs index 464c646..cebe7a7 100644 --- a/CutToLength/Properties/Resources.Designer.cs +++ b/CutToLength/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace CutToLength.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/CutToLength/Properties/Settings.Designer.cs b/CutToLength/Properties/Settings.Designer.cs index 3594227..1a345f4 100644 --- a/CutToLength/Properties/Settings.Designer.cs +++ b/CutToLength/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace CutToLength.Properties -{ - - +namespace CutToLength.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", "16.6.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; } }