//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace dnSpy.Console.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class dnSpy_Console_Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal dnSpy_Console_Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("dnSpy.Console.Properties.dnSpy.Console.Resources", typeof(dnSpy_Console_Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to assembly. /// internal static string CmdLineAssembly { get { return ResourceManager.GetString("CmdLineAssembly", resourceCulture); } } /// /// Looks up a localized string similar to assembly search path. Paths can be separated with '{0}' or you can use multiple --asm-path's. /// internal static string CmdLineDescription_AsmPath { get { return ResourceManager.GetString("CmdLineDescription_AsmPath", resourceCulture); } } /// /// Looks up a localized string similar to decompile an assembly from the GAC. Use full assembly name to use an exact version.. /// internal static string CmdLineDescription_GACFile { get { return ResourceManager.GetString("CmdLineDescription_GACFile", resourceCulture); } } /// /// Looks up a localized string similar to set language, default is C#. Guids can be used.. /// internal static string CmdLineDescription_Language { get { return ResourceManager.GetString("CmdLineDescription_Language", resourceCulture); } } /// /// Looks up a localized string similar to decompile the member with metadata token N to stdout. /// internal static string CmdLineDescription_MDToken { get { return ResourceManager.GetString("CmdLineDescription_MDToken", resourceCulture); } } /// /// Looks up a localized string similar to don't decompile baml to xaml. /// internal static string CmdLineDescription_NoBAML { get { return ResourceManager.GetString("CmdLineDescription_NoBAML", resourceCulture); } } /// /// Looks up a localized string similar to don't colorize the text. /// internal static string CmdLineDescription_NoColor { get { return ResourceManager.GetString("CmdLineDescription_NoColor", resourceCulture); } } /// /// Looks up a localized string similar to don't use the GAC to look up assemblies. Useful with --no-stdlib. /// internal static string CmdLineDescription_NoGAC { get { return ResourceManager.GetString("CmdLineDescription_NoGAC", resourceCulture); } } /// /// Looks up a localized string similar to don't unpack resources. /// internal static string CmdLineDescription_NoResources { get { return ResourceManager.GetString("CmdLineDescription_NoResources", resourceCulture); } } /// /// Looks up a localized string similar to don't create .resx files. /// internal static string CmdLineDescription_NoResX { get { return ResourceManager.GetString("CmdLineDescription_NoResX", resourceCulture); } } /// /// Looks up a localized string similar to don't create a .sln file. /// internal static string CmdLineDescription_NoSLN { get { return ResourceManager.GetString("CmdLineDescription_NoSLN", resourceCulture); } } /// /// Looks up a localized string similar to projects don't reference mscorlib. /// internal static string CmdLineDescription_NoStdLib { get { return ResourceManager.GetString("CmdLineDescription_NoStdLib", resourceCulture); } } /// /// Looks up a localized string similar to number of worker threads. Default is to use one thread per CPU core. /// internal static string CmdLineDescription_NumberOfThreads { get { return ResourceManager.GetString("CmdLineDescription_NumberOfThreads", resourceCulture); } } /// /// Looks up a localized string similar to output directory. /// internal static string CmdLineDescription_OutputDirectory { get { return ResourceManager.GetString("CmdLineDescription_OutputDirectory", resourceCulture); } } /// /// Looks up a localized string similar to project guid. /// internal static string CmdLineDescription_ProjectGUID { get { return ResourceManager.GetString("CmdLineDescription_ProjectGUID", resourceCulture); } } /// /// Looks up a localized string similar to recursive search for .NET files to decompile. /// internal static string CmdLineDescription_RecursiveSearch { get { return ResourceManager.GetString("CmdLineDescription_RecursiveSearch", resourceCulture); } } /// /// Looks up a localized string similar to name of the .sln file. /// internal static string CmdLineDescription_SlnName { get { return ResourceManager.GetString("CmdLineDescription_SlnName", resourceCulture); } } /// /// Looks up a localized string similar to Size of a tab in spaces or 0 to use one tab. /// internal static string CmdLineDescription_Spaces { get { return ResourceManager.GetString("CmdLineDescription_Spaces", resourceCulture); } } /// /// Looks up a localized string similar to decompile the type with the specified name to stdout. Either Namespace.Name or Name, case insensitive. /// internal static string CmdLineDescription_Type1 { get { return ResourceManager.GetString("CmdLineDescription_Type1", resourceCulture); } } /// /// Looks up a localized string similar to same as -t. /// internal static string CmdLineDescription_Type2 { get { return ResourceManager.GetString("CmdLineDescription_Type2", resourceCulture); } } /// /// Looks up a localized string similar to user GAC path. Paths can be separated with '{0}' or you can use multiple --user-gac's. /// internal static string CmdLineDescription_UserGAC { get { return ResourceManager.GetString("CmdLineDescription_UserGAC", resourceCulture); } } /// /// Looks up a localized string similar to Visual Studio version, 2005, 2008, ..., {0}. /// internal static string CmdLineDescription_VSVersion { get { return ResourceManager.GetString("CmdLineDescription_VSVersion", resourceCulture); } } /// /// Looks up a localized string similar to lang. /// internal static string CmdLineLanguage { get { return ResourceManager.GetString("CmdLineLanguage", resourceCulture); } } /// /// Looks up a localized string similar to name. /// internal static string CmdLineName { get { return ResourceManager.GetString("CmdLineName", resourceCulture); } } /// /// Looks up a localized string similar to outdir. /// internal static string CmdLineOutputDir { get { return ResourceManager.GetString("CmdLineOutputDir", resourceCulture); } } /// /// Looks up a localized string similar to path. /// internal static string CmdLinePath { get { return ResourceManager.GetString("CmdLinePath", resourceCulture); } } /// /// Looks up a localized string similar to Type {0} couldn't be found. /// internal static string CouldNotFindTypeX { get { return ResourceManager.GetString("CouldNotFindTypeX", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't resolve GAC assembly '{0}'. /// internal static string CouldNotResolveGacFileX { get { return ResourceManager.GetString("CouldNotResolveGacFileX", resourceCulture); } } /// /// Looks up a localized string similar to ERROR: {0}. /// internal static string Error1 { get { return ResourceManager.GetString("Error1", resourceCulture); } } /// /// Looks up a localized string similar to Decompiles all .NET files in the above directory and saves files to C:\out\path. /// internal static string ExampleDescription1 { get { return ResourceManager.GetString("ExampleDescription1", resourceCulture); } } /// /// Looks up a localized string similar to Decompiles all .NET files in the above directory and all sub directories. /// internal static string ExampleDescription2 { get { return ResourceManager.GetString("ExampleDescription2", resourceCulture); } } /// /// Looks up a localized string similar to Decompiles all *.dll .NET files in the above directory and saves files to C:\out\path. /// internal static string ExampleDescription3 { get { return ResourceManager.GetString("ExampleDescription3", resourceCulture); } } /// /// Looks up a localized string similar to Decompiles the member with token 0x06000123. /// internal static string ExampleDescription4 { get { return ResourceManager.GetString("ExampleDescription4", resourceCulture); } } /// /// Looks up a localized string similar to Decompiles System.Int32 from mscorlib. /// internal static string ExampleDescription5 { get { return ResourceManager.GetString("ExampleDescription5", resourceCulture); } } /// /// Looks up a localized string similar to Examples:. /// internal static string ExamplesHeader { get { return ResourceManager.GetString("ExamplesHeader", resourceCulture); } } /// /// Looks up a localized string similar to File/directory '{0}' doesn't exist. /// internal static string FileOrDirDoesNotExist { get { return ResourceManager.GetString("FileOrDirDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Invalid GUID. /// internal static string InvalidGuid { get { return ResourceManager.GetString("InvalidGuid", resourceCulture); } } /// /// Looks up a localized string similar to Only types, methods, fields, events and properties can be decompiled. /// internal static string InvalidMemberToDecompile { get { return ResourceManager.GetString("InvalidMemberToDecompile", resourceCulture); } } /// /// Looks up a localized string similar to Invalid option: {0}. /// internal static string InvalidOption { get { return ResourceManager.GetString("InvalidOption", resourceCulture); } } /// /// Looks up a localized string similar to .sln name ({0}) must be relative to project directory. /// internal static string InvalidSolutionName { get { return ResourceManager.GetString("InvalidSolutionName", resourceCulture); } } /// /// Looks up a localized string similar to Number of spaces must be between {0} and {1}. /// internal static string InvalidSpacesArgument { get { return ResourceManager.GetString("InvalidSpacesArgument", resourceCulture); } } /// /// Looks up a localized string similar to Invalid metadata token. /// internal static string InvalidToken { get { return ResourceManager.GetString("InvalidToken", resourceCulture); } } /// /// Looks up a localized string similar to Invalid Visual Studio version: {0}. /// internal static string InvalidVSVersion { get { return ResourceManager.GetString("InvalidVSVersion", resourceCulture); } } /// /// Looks up a localized string similar to Language '{0}' doesn't exist. /// internal static string LanguageDoesNotExist { get { return ResourceManager.GetString("LanguageDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Language options:. /// internal static string LanguageOptions { get { return ResourceManager.GetString("LanguageOptions", resourceCulture); } } /// /// Looks up a localized string similar to All boolean options can be disabled by using 'no-' or 'dont-', eg. --dont-sort-members. /// internal static string LanguageOptionsDesc { get { return ResourceManager.GetString("LanguageOptionsDesc", resourceCulture); } } /// /// Looks up a localized string similar to Languages:. /// internal static string Languages { get { return ResourceManager.GetString("Languages", resourceCulture); } } /// /// Looks up a localized string similar to Language {0} does not exist. /// internal static string LanguageXDoesNotExist { get { return ResourceManager.GetString("LanguageXDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Language {0} doesn't support creating project files. /// internal static string LanguageXDoesNotSupportProjects { get { return ResourceManager.GetString("LanguageXDoesNotSupportProjects", resourceCulture); } } /// /// Looks up a localized string similar to Missing argument. /// internal static string MissingArgument { get { return ResourceManager.GetString("MissingArgument", resourceCulture); } } /// /// Looks up a localized string similar to Missing assembly search path. /// internal static string MissingAsmSearchPath { get { return ResourceManager.GetString("MissingAsmSearchPath", resourceCulture); } } /// /// Looks up a localized string similar to Missing .NET filename. /// internal static string MissingDotNetFilename { get { return ResourceManager.GetString("MissingDotNetFilename", resourceCulture); } } /// /// Looks up a localized string similar to Missing GAC assembly name. /// internal static string MissingGacFile { get { return ResourceManager.GetString("MissingGacFile", resourceCulture); } } /// /// Looks up a localized string similar to Missing language name. /// internal static string MissingLanguageName { get { return ResourceManager.GetString("MissingLanguageName", resourceCulture); } } /// /// Looks up a localized string similar to Missing metadata token. /// internal static string MissingMDToken { get { return ResourceManager.GetString("MissingMDToken", resourceCulture); } } /// /// Looks up a localized string similar to Missing number of threads. /// internal static string MissingNumberOfThreads { get { return ResourceManager.GetString("MissingNumberOfThreads", resourceCulture); } } /// /// Looks up a localized string similar to Missing option argument. /// internal static string MissingOptionArgument { get { return ResourceManager.GetString("MissingOptionArgument", resourceCulture); } } /// /// Looks up a localized string similar to No options specified. /// internal static string MissingOptions { get { return ResourceManager.GetString("MissingOptions", resourceCulture); } } /// /// Looks up a localized string similar to Missing output directory. /// internal static string MissingOutputDir { get { return ResourceManager.GetString("MissingOutputDir", resourceCulture); } } /// /// Looks up a localized string similar to Missing .sln name. /// internal static string MissingSolutionName { get { return ResourceManager.GetString("MissingSolutionName", resourceCulture); } } /// /// Looks up a localized string similar to Missing full name of type. /// internal static string MissingTypeName { get { return ResourceManager.GetString("MissingTypeName", resourceCulture); } } /// /// Looks up a localized string similar to Missing user GAC path. /// internal static string MissingUserGacPath { get { return ResourceManager.GetString("MissingUserGacPath", resourceCulture); } } /// /// Looks up a localized string similar to Missing Visual Studio version. /// internal static string MissingVSVersion { get { return ResourceManager.GetString("MissingVSVersion", resourceCulture); } } /// /// Looks up a localized string similar to No languages were found. Make sure that the language dll files exist in the same folder as this program.. /// internal static string NoLanguagesFound { get { return ResourceManager.GetString("NoLanguagesFound", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a .NET file. /// internal static string NotDotNetFile { get { return ResourceManager.GetString("NotDotNetFile", resourceCulture); } } /// /// Looks up a localized string similar to Only one file can be decompiled when using --md. /// internal static string OnlyOneFileCanBeDecompiled { get { return ResourceManager.GetString("OnlyOneFileCanBeDecompiled", resourceCulture); } } /// /// Looks up a localized string similar to [options] [fileOrDir1] [fileOrDir2] [...]. /// internal static string UsageHeader { get { return ResourceManager.GetString("UsageHeader", resourceCulture); } } } }