2019-02-15 17:49:46 +01:00
|
|
|
|
#region LICENSE
|
|
|
|
|
/**********************************************************************************************
|
|
|
|
|
* Copyright (C) 2019-2019 - All Rights Reserved
|
|
|
|
|
*
|
|
|
|
|
* This file is part of "Discord Media Loader".
|
|
|
|
|
* The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program
|
|
|
|
|
*
|
|
|
|
|
* "Discord Media Loader" is licensed under European Union Public Licence V. 1.2.
|
|
|
|
|
* Full license is included in the project repository.
|
|
|
|
|
*
|
|
|
|
|
* Users who edited Settings.Designer.cs under the condition of the used license:
|
|
|
|
|
* - Serraniel (https://github.com/Serraniel)
|
|
|
|
|
**********************************************************************************************/
|
|
|
|
|
#endregion
|
2017-01-28 16:51:55 +01:00
|
|
|
|
|
2017-04-16 17:57:27 +02:00
|
|
|
|
namespace Discord_Media_Loader.Properties {
|
|
|
|
|
|
|
|
|
|
|
2017-01-28 16:51:55 +01:00
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2017-04-29 10:43:43 +02:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
|
2017-04-16 17:57:27 +02:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
2017-01-28 16:51:55 +01:00
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
2017-04-16 17:57:27 +02:00
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
2017-01-28 16:51:55 +01:00
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|