diff options
Diffstat (limited to 'src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs')
| -rw-r--r-- | src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs b/src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs index c450b36d..0ab4f967 100644 --- a/src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs +++ b/src/test/wix/TestData/CsprojWindowsFormsNetFx/Properties/Resources.Designer.cs | |||
| @@ -8,9 +8,10 @@ | |||
| 8 | // </auto-generated> | 8 | // </auto-generated> |
| 9 | //------------------------------------------------------------------------------ | 9 | //------------------------------------------------------------------------------ |
| 10 | 10 | ||
| 11 | 11 | namespace CsprojWindowsFormsNetFx.Properties { | |
| 12 | namespace CsprojWindowsFormsNetFx.Properties | 12 | using System; |
| 13 | { | 13 | |
| 14 | |||
| 14 | /// <summary> | 15 | /// <summary> |
| 15 | /// A strongly-typed resource class, for looking up localized strings, etc. | 16 | /// A strongly-typed resource class, for looking up localized strings, etc. |
| 16 | /// </summary> | 17 | /// </summary> |
| @@ -18,51 +19,43 @@ namespace CsprojWindowsFormsNetFx.Properties | |||
| 18 | // class via a tool like ResGen or Visual Studio. | 19 | // class via a tool like ResGen or Visual Studio. |
| 19 | // To add or remove a member, edit your .ResX file then rerun ResGen | 20 | // To add or remove a member, edit your .ResX file then rerun ResGen |
| 20 | // with the /str option, or rebuild your VS project. | 21 | // with the /str option, or rebuild your VS project. |
| 21 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] |
| 22 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 23 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
| 24 | internal class Resources | 25 | internal class Resources { |
| 25 | { | 26 | |
| 26 | |||
| 27 | private static global::System.Resources.ResourceManager resourceMan; | 27 | private static global::System.Resources.ResourceManager resourceMan; |
| 28 | 28 | ||
| 29 | private static global::System.Globalization.CultureInfo resourceCulture; | 29 | private static global::System.Globalization.CultureInfo resourceCulture; |
| 30 | 30 | ||
| 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
| 32 | internal Resources() | 32 | internal Resources() { |
| 33 | { | ||
| 34 | } | 33 | } |
| 35 | 34 | ||
| 36 | /// <summary> | 35 | /// <summary> |
| 37 | /// Returns the cached ResourceManager instance used by this class. | 36 | /// Returns the cached ResourceManager instance used by this class. |
| 38 | /// </summary> | 37 | /// </summary> |
| 39 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
| 40 | internal static global::System.Resources.ResourceManager ResourceManager | 39 | internal static global::System.Resources.ResourceManager ResourceManager { |
| 41 | { | 40 | get { |
| 42 | get | 41 | if (object.ReferenceEquals(resourceMan, null)) { |
| 43 | { | ||
| 44 | if ((resourceMan == null)) | ||
| 45 | { | ||
| 46 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CsprojWindowsFormsNetFx.Properties.Resources", typeof(Resources).Assembly); | 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CsprojWindowsFormsNetFx.Properties.Resources", typeof(Resources).Assembly); |
| 47 | resourceMan = temp; | 43 | resourceMan = temp; |
| 48 | } | 44 | } |
| 49 | return resourceMan; | 45 | return resourceMan; |
| 50 | } | 46 | } |
| 51 | } | 47 | } |
| 52 | 48 | ||
| 53 | /// <summary> | 49 | /// <summary> |
| 54 | /// Overrides the current thread's CurrentUICulture property for all | 50 | /// Overrides the current thread's CurrentUICulture property for all |
| 55 | /// resource lookups using this strongly typed resource class. | 51 | /// resource lookups using this strongly typed resource class. |
| 56 | /// </summary> | 52 | /// </summary> |
| 57 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
| 58 | internal static global::System.Globalization.CultureInfo Culture | 54 | internal static global::System.Globalization.CultureInfo Culture { |
| 59 | { | 55 | get { |
| 60 | get | ||
| 61 | { | ||
| 62 | return resourceCulture; | 56 | return resourceCulture; |
| 63 | } | 57 | } |
| 64 | set | 58 | set { |
| 65 | { | ||
| 66 | resourceCulture = value; | 59 | resourceCulture = value; |
| 67 | } | 60 | } |
| 68 | } | 61 | } |
