From 46b3b257c22678ea31a3e02ad6668ffeae51ac0f Mon Sep 17 00:00:00 2001 From: emoacht Date: Mon, 12 Apr 2021 09:01:40 +0900 Subject: [PATCH] Clean --- .../Wifinian/Properties/Settings.Designer.cs | 26 ------------------- Source/Wifinian/Properties/Settings.settings | 7 ----- Source/Wifinian/Wifinian.csproj | 9 ------- 3 files changed, 42 deletions(-) delete mode 100644 Source/Wifinian/Properties/Settings.Designer.cs delete mode 100644 Source/Wifinian/Properties/Settings.settings diff --git a/Source/Wifinian/Properties/Settings.Designer.cs b/Source/Wifinian/Properties/Settings.Designer.cs deleted file mode 100644 index 71024ca..0000000 --- a/Source/Wifinian/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Wifinian.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} diff --git a/Source/Wifinian/Properties/Settings.settings b/Source/Wifinian/Properties/Settings.settings deleted file mode 100644 index 8f2fd95..0000000 --- a/Source/Wifinian/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Source/Wifinian/Wifinian.csproj b/Source/Wifinian/Wifinian.csproj index d76c528..4e1b525 100644 --- a/Source/Wifinian/Wifinian.csproj +++ b/Source/Wifinian/Wifinian.csproj @@ -194,19 +194,10 @@ Code - - True - Settings.settings - True - Designer - - SettingsSingleFileGenerator - Settings.Designer.cs -