From dd68dd5b228197256c15404cde98fbfbb9c7bfdb Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 7 Apr 2019 13:53:40 -0400 Subject: Ported to .NET Framework 4.7.2 ~~why is this project still in winforms~~ --- Project Ports/App.config | 10 +++++----- Project Ports/Project_Ports.csproj | 3 ++- Project Ports/Properties/Resources.Designer.cs | 2 +- Project Ports/Properties/Settings.Designer.cs | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) (limited to 'Project Ports') diff --git a/Project Ports/App.config b/Project Ports/App.config index 6bf2045..899dba3 100644 --- a/Project Ports/App.config +++ b/Project Ports/App.config @@ -1,12 +1,12 @@ - + - -
+ +
- + @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/Project Ports/Project_Ports.csproj b/Project Ports/Project_Ports.csproj index 0a63fac..b359300 100644 --- a/Project Ports/Project_Ports.csproj +++ b/Project Ports/Project_Ports.csproj @@ -8,7 +8,7 @@ WinExe Project_Ports Project Silicon - v4.6.1 + v4.7.2 512 true publish\ @@ -26,6 +26,7 @@ false false true + AnyCPU diff --git a/Project Ports/Properties/Resources.Designer.cs b/Project Ports/Properties/Resources.Designer.cs index da238fc..59186db 100644 --- a/Project Ports/Properties/Resources.Designer.cs +++ b/Project Ports/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Project_Ports.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", "15.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/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 6e0eb05..558603f 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Project_Ports.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); -- cgit v1.2.3