summaryrefslogtreecommitdiff
path: root/Gestor.Application/Properties/Settings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Application/Properties/Settings.cs')
-rw-r--r--Gestor.Application/Properties/Settings.cs31
1 files changed, 0 insertions, 31 deletions
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