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 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'PortEngine') 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 + -- cgit v1.2.3