From 1d11ac991c108e858459d71ff04c414c24c5e907 Mon Sep 17 00:00:00 2001 From: Nguyen Duy Date: Mon, 4 Nov 2024 15:47:19 +0700 Subject: [PATCH] upgrade to .net 4.7.2 --- app/App.config | 2 +- app/ParsecVDisplay.csproj | 5 ++++- app/Properties/Settings.Designer.cs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/App.config b/app/App.config index 8d23437..ecdcf8a 100644 --- a/app/App.config +++ b/app/App.config @@ -1,6 +1,6 @@ - + diff --git a/app/ParsecVDisplay.csproj b/app/ParsecVDisplay.csproj index 4b43e4b..a6d0c80 100644 --- a/app/ParsecVDisplay.csproj +++ b/app/ParsecVDisplay.csproj @@ -7,7 +7,7 @@ {2D44934F-B4CF-4F2C-BD03-AE60B71AD045} ParsecVDisplay ParsecVDisplay - v4.6.2 + v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -98,6 +98,8 @@ + + Designer MSBuild:Compile @@ -162,5 +164,6 @@ + \ No newline at end of file diff --git a/app/Properties/Settings.Designer.cs b/app/Properties/Settings.Designer.cs index 72d8c5f..83151b4 100644 --- a/app/Properties/Settings.Designer.cs +++ b/app/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace ParsecVDisplay.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));