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~~ --- PortEngine/PortEngine.csproj | 3 ++- PortEngine/Properties/Settings.Designer.cs | 2 +- PortEngine/app.config | 12 ++++++------ PortsTerminal/App.config | 2 +- PortsTerminal/PortsTerminal.csproj | 2 +- 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 +- 9 files changed, 20 insertions(+), 18 deletions(-) diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj index 9cf3fbf..0d280f1 100644 --- a/PortEngine/PortEngine.csproj +++ b/PortEngine/PortEngine.csproj @@ -9,8 +9,9 @@ Properties PortEngine PortEngine - v4.6.1 + v4.7.2 512 + true diff --git a/PortEngine/Properties/Settings.Designer.cs b/PortEngine/Properties/Settings.Designer.cs index 16d531b..a8bdde2 100644 --- a/PortEngine/Properties/Settings.Designer.cs +++ b/PortEngine/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PortEngine.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()))); diff --git a/PortEngine/app.config b/PortEngine/app.config index 8d3e43f..21f545e 100644 --- a/PortEngine/app.config +++ b/PortEngine/app.config @@ -1,11 +1,11 @@ - + - -
+ +
- -
+ +
@@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/PortsTerminal/App.config b/PortsTerminal/App.config index bae5d6d..ecdcf8a 100644 --- a/PortsTerminal/App.config +++ b/PortsTerminal/App.config @@ -1,6 +1,6 @@ - + diff --git a/PortsTerminal/PortsTerminal.csproj b/PortsTerminal/PortsTerminal.csproj index 7707c14..508f84e 100644 --- a/PortsTerminal/PortsTerminal.csproj +++ b/PortsTerminal/PortsTerminal.csproj @@ -8,7 +8,7 @@ Exe PortsTerminal PortsTerminal - v4.6.1 + v4.7.2 512 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