From 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 10:38:18 -0300 Subject: chore: location --- Gestor.Application/Properties/Settings.cs | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Gestor.Application/Properties/Settings.cs (limited to 'Gestor.Application/Properties') diff --git a/Gestor.Application/Properties/Settings.cs b/Gestor.Application/Properties/Settings.cs deleted file mode 100644 index af7601d..0000000 --- a/Gestor.Application/Properties/Settings.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.CodeDom.Compiler; -using System.Configuration; -using System.Runtime.CompilerServices; - -namespace Gestor.Application.Properties -{ - [CompilerGenerated] - [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")] - internal sealed class Settings : ApplicationSettingsBase - { - private static Settings defaultInstance; - - public static Settings Default - { - get - { - return Settings.defaultInstance; - } - } - - static Settings() - { - Settings.defaultInstance = (Settings)SettingsBase.Synchronized(new Settings()); - } - - public Settings() - { - } - } -} \ No newline at end of file -- cgit v1.2.3