diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-19 00:58:00 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-21 07:36:59 -0700 |
commit | 2724cfee4c163f3297ee25edfd2372767cfd4945 (patch) | |
tree | 8cdda34c83bea014a586a491e3b4b187ad8f16da /src/light/LightStrings.Designer.cs | |
parent | 4d40bef9cf51b8cff7e1f6a73fdf68b9722eb8a0 (diff) | |
download | wix-2724cfee4c163f3297ee25edfd2372767cfd4945.tar.gz wix-2724cfee4c163f3297ee25edfd2372767cfd4945.tar.bz2 wix-2724cfee4c163f3297ee25edfd2372767cfd4945.zip |
Move tool projects to Tools repo
Diffstat (limited to 'src/light/LightStrings.Designer.cs')
-rw-r--r-- | src/light/LightStrings.Designer.cs | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/src/light/LightStrings.Designer.cs b/src/light/LightStrings.Designer.cs deleted file mode 100644 index 50e271fd..00000000 --- a/src/light/LightStrings.Designer.cs +++ /dev/null | |||
@@ -1,104 +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.Tools { | ||
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", "4.0.0.0")] | ||
15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||
17 | internal class LightStrings { | ||
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 LightStrings() { | ||
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.Tools.LightStrings", typeof(LightStrings).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 -b <path> specify a binder path to locate all files | ||
57 | /// (default: current directory) | ||
58 | /// prefix the path with 'name=' where 'name' is the name of your | ||
59 | /// named bindpath. | ||
60 | /// -cc <path> path to cache built cabinets (will not be deleted after linking) | ||
61 | /// -ct <N> number of threads to use when creating cabinets | ||
62 | /// (default: %NUMBER_OF_PROCESSORS%) | ||
63 | /// -cub <file.cub> additional .cub file containing ICEs to run | ||
64 | /// -dcl:level set default cabinet compression l [rest of string was truncated]";. | ||
65 | /// </summary> | ||
66 | internal static string CommandLineArguments { | ||
67 | get { | ||
68 | return ResourceManager.GetString("CommandLineArguments", resourceCulture); | ||
69 | } | ||
70 | } | ||
71 | |||
72 | /// <summary> | ||
73 | /// Looks up a localized string similar to The -bf (bind files) option is only applicable with the -xo option.. | ||
74 | /// </summary> | ||
75 | internal static string EXP_BindFileOptionNotApplicable { | ||
76 | get { | ||
77 | return ResourceManager.GetString("EXP_BindFileOptionNotApplicable", resourceCulture); | ||
78 | } | ||
79 | } | ||
80 | |||
81 | /// <summary> | ||
82 | /// Looks up a localized string similar to Cannot link object files (.wixobj) files with an output file (.wixout). | ||
83 | /// </summary> | ||
84 | internal static string EXP_CannotLinkObjFilesWithOutpuFile { | ||
85 | get { | ||
86 | return ResourceManager.GetString("EXP_CannotLinkObjFilesWithOutpuFile", resourceCulture); | ||
87 | } | ||
88 | } | ||
89 | |||
90 | /// <summary> | ||
91 | /// Looks up a localized string similar to usage: light.exe [-?] [-b bindPath] [-nologo] [-out outputFile] objectFile [objectFile ...] [@responseFile] | ||
92 | /// | ||
93 | ///{0} | ||
94 | /// | ||
95 | ///Environment variables: | ||
96 | /// WIX_TEMP overrides the temporary directory used for cab creation, msm exploding, .... | ||
97 | /// </summary> | ||
98 | internal static string HelpMessage { | ||
99 | get { | ||
100 | return ResourceManager.GetString("HelpMessage", resourceCulture); | ||
101 | } | ||
102 | } | ||
103 | } | ||
104 | } | ||