Files
cuetools.net/CUERipper/Properties/Settings.Designer.cs

39 lines
1.5 KiB
C#
Raw Normal View History

2008-12-08 05:09:35 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
2011-10-23 22:50:33 +00:00
// Runtime Version:4.0.30319.239
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()]
2011-10-23 22:50:33 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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()]
[global::System.Configuration.DefaultSettingValueAttribute("freedb.org")]
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
}