--- trunk/TSControlPanel/Properties/Settings.Designer.cs 2012/08/28 04:24:30 365 +++ trunk/TSControlPanel/Properties/Settings.Designer.cs 2012/08/28 04:26:36 366 @@ -22,16 +22,5 @@ namespace AnywhereTS.Properties { return defaultInstance; } } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Database=\'AnywhereTS\';Integrated Security=True;Connect T" + - "imeout=30;User Instance=False")] - public string atsConnectionString { - get { - return ((string)(this["atsConnectionString"])); - } - } } } |