From 5230418bb32164c04287f95a50edbb1ef1c8ec8c Mon Sep 17 00:00:00 2001 From: Justin LeCheminant Date: Mon, 4 Mar 2024 14:41:11 -0700 Subject: [PATCH] app config clean up --- IpViewer/App.config | 2 +- IpViewer/IpViewer.csproj | 13 +++++++++++++ IpViewer/Properties/Settings.Designer.cs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/IpViewer/App.config b/IpViewer/App.config index 6cb7344..0e4f970 100644 --- a/IpViewer/App.config +++ b/IpViewer/App.config @@ -16,7 +16,7 @@ - + diff --git a/IpViewer/IpViewer.csproj b/IpViewer/IpViewer.csproj index 0e7b392..7db8df0 100644 --- a/IpViewer/IpViewer.csproj +++ b/IpViewer/IpViewer.csproj @@ -49,4 +49,17 @@ + + + True + True + Settings.settings + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + \ No newline at end of file diff --git a/IpViewer/Properties/Settings.Designer.cs b/IpViewer/Properties/Settings.Designer.cs index a1248f8..5edb61c 100644 --- a/IpViewer/Properties/Settings.Designer.cs +++ b/IpViewer/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace IpViewer.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.7.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));