2008-12-08 05:09:35 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
2018-03-11 17:07:48 -04:00
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2008-12-08 05:09:35 +00:00
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
2008-12-10 19:44:09 +00:00
|
|
|
|
namespace CUERipper.Properties {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2018-03-11 17:07:48 -04:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.0.0")]
|
2008-12-10 19:44:09 +00:00
|
|
|
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2021-02-11 21:45:50 +01:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("gnudb.gnudb.org")]
|
2008-12-10 19:44:09 +00:00
|
|
|
|
public string MAIN_FREEDB_SITEADDRESS {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ((string)(this["MAIN_FREEDB_SITEADDRESS"]));
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
this["MAIN_FREEDB_SITEADDRESS"] = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2008-12-08 05:09:35 +00:00
|
|
|
|
}
|