//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:$clrversion$ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="$safeprojectname$.Properties.Settings.get_Default():$safeprojectname$.Properties.Settings")] namespace $safeprojectname$.Properties { internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] private static Settings defaultInstance = new Settings(); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string BackgroundImagePath { get { return ((string)(this["BackgroundImagePath"])); } set { this["BackgroundImagePath"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("http://go.microsoft.com/fwlink/?LinkId=49535")] public string RssFeedUri { get { return ((string)(this["RssFeedUri"])); } set { this["RssFeedUri"] = value; } } } }