/Kilimanjaro_Trunk/HelloWorld_CLR/HelloWorldClient/cs/HelloWorldClient/Properties/Settings.Designer.cs
C# | 28 lines | 13 code | 6 blank | 9 comment | 0 complexity | 2527da299433148adabfe571d45cc632 MD5 | raw file
1//------------------------------------------------------------------------------ 2// <auto-generated> 3// This code was generated by a tool. 4// Runtime Version:2.0.50215.44 5// 6// Changes to this file may cause incorrect behavior and will be lost if 7// the code is regenerated. 8// </auto-generated> 9//------------------------------------------------------------------------------ 10 11[assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="Microsoft.Samples.SqlServer.Properties.Settings.get_Default():Microsoft.Samples.S" + 12 "qlServer.Properties.Settings")] 13 14namespace Microsoft.Samples.SqlServer.Properties { 15 16 17 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 18 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 19 20 private static Settings defaultInstance = new Settings(); 21 22 public static Settings Default { 23 get { 24 return defaultInstance; 25 } 26 } 27 } 28}