diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-22 07:47:43 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-22 07:47:43 -0700 |
commit | 6b51e3b2bfd321f98e855141eb4b15a75bcd8c16 (patch) | |
tree | d475f3314df829a21afed4a902abcccc1104e11a /src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs | |
parent | ab6477ed0faf81cf152d99a3e07f7489b7dea7f7 (diff) | |
download | wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.tar.gz wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.tar.bz2 wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.zip |
Fix CLI header
Diffstat (limited to 'src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs b/src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs deleted file mode 100644 index 841f6ca8..00000000 --- a/src/WixToolset.Core/WixDistributionSpecificStrings.Designer.cs +++ /dev/null | |||
@@ -1,77 +0,0 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | namespace WixToolset { | ||
4 | using System; | ||
5 | |||
6 | |||
7 | /// <summary> | ||
8 | /// A strongly-typed resource class, for looking up localized strings, etc. | ||
9 | /// </summary> | ||
10 | // This class was auto-generated by the StronglyTypedResourceBuilder | ||
11 | // class via a tool like ResGen or Visual Studio. | ||
12 | // To add or remove a member, edit your .ResX file then rerun ResGen | ||
13 | // with the /str option, or rebuild your VS project. | ||
14 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] | ||
15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||
17 | internal class WixDistributionSpecificStrings { | ||
18 | |||
19 | private static global::System.Resources.ResourceManager resourceMan; | ||
20 | |||
21 | private static global::System.Globalization.CultureInfo resourceCulture; | ||
22 | |||
23 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | ||
24 | internal WixDistributionSpecificStrings() { | ||
25 | } | ||
26 | |||
27 | /// <summary> | ||
28 | /// Returns the cached ResourceManager instance used by this class. | ||
29 | /// </summary> | ||
30 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||
31 | internal static global::System.Resources.ResourceManager ResourceManager { | ||
32 | get { | ||
33 | if (object.ReferenceEquals(resourceMan, null)) { | ||
34 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.WixDistributionSpecificStrings", typeof(WixDistributionSpecificStrings).Assembly); | ||
35 | resourceMan = temp; | ||
36 | } | ||
37 | return resourceMan; | ||
38 | } | ||
39 | } | ||
40 | |||
41 | /// <summary> | ||
42 | /// Overrides the current thread's CurrentUICulture property for all | ||
43 | /// resource lookups using this strongly typed resource class. | ||
44 | /// </summary> | ||
45 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||
46 | internal static global::System.Globalization.CultureInfo Culture { | ||
47 | get { | ||
48 | return resourceCulture; | ||
49 | } | ||
50 | set { | ||
51 | resourceCulture = value; | ||
52 | } | ||
53 | } | ||
54 | |||
55 | /// <summary> | ||
56 | /// Looks up a localized string similar to | ||
57 | ///For more information see: http://wix.sourceforge.net | ||
58 | ///. | ||
59 | /// </summary> | ||
60 | internal static string ToolsetHelpFooter { | ||
61 | get { | ||
62 | return ResourceManager.GetString("ToolsetHelpFooter", resourceCulture); | ||
63 | } | ||
64 | } | ||
65 | |||
66 | /// <summary> | ||
67 | /// Looks up a localized string similar to WiX {0} version {1} | ||
68 | ///Copyright (C) .NET Foundation and contributors. All rights reserved. | ||
69 | ///. | ||
70 | /// </summary> | ||
71 | internal static string ToolsetHelpHeader { | ||
72 | get { | ||
73 | return ResourceManager.GetString("ToolsetHelpHeader", resourceCulture); | ||
74 | } | ||
75 | } | ||
76 | } | ||
77 | } | ||