//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Wintellect.Paraffin { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Constants { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Constants() { } /// /// 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("Wintellect.Paraffin.Constants", typeof(Constants).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 Only one -alias switch at a time is supported.. /// internal static string AliasMultipleSwitches { get { return ResourceManager.GetString("AliasMultipleSwitches", resourceCulture); } } /// /// Looks up a localized string similar to The array must not be null or of zero length.. /// internal static string ArrayMustBeValid { get { return ResourceManager.GetString("ArrayMustBeValid", resourceCulture); } } /// /// Looks up a localized string similar to Autogenerated by Paraffin - Wintellect - John Robbins - john@wintellect.com. /// internal static string CommentProducer { get { return ResourceManager.GetString("CommentProducer", resourceCulture); } } /// /// Looks up a localized string similar to Manual changes to this file may cause incorrect behavior.. /// internal static string CommentWarning { get { return ResourceManager.GetString("CommentWarning", resourceCulture); } } /// /// Looks up a localized string similar to The -directory switch must always be specified.. /// internal static string DirectoryCannotBeEmpty { get { return ResourceManager.GetString("DirectoryCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The -directory specified path does not exist.. /// internal static string DirectoryDoesNotExist { get { return ResourceManager.GetString("DirectoryDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Only one -directory switch at a time is supported.. /// internal static string DirectoryMultipleSwitches { get { return ResourceManager.GetString("DirectoryMultipleSwitches", resourceCulture); } } /// /// Looks up a localized string similar to Only one -dirref switch at a time is supported.. /// internal static string DirectoryRefMultipleSwitches { get { return ResourceManager.GetString("DirectoryRefMultipleSwitches", resourceCulture); } } /// /// Looks up a localized string similar to Error on the '{0}' switch.. /// internal static string ErrorSwitch { get { return ResourceManager.GetString("ErrorSwitch", resourceCulture); } } /// /// Looks up a localized string similar to Extension values cannot be empty.. /// internal static string ExtensionCannotBeEmpty { get { return ResourceManager.GetString("ExtensionCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Only one increment switch at a time is supported.. /// internal static string IncrementMultipleSwitches { get { return ResourceManager.GetString("IncrementMultipleSwitches", resourceCulture); } } /// /// Looks up a localized string similar to The increment value does not appear to be an integer.. /// internal static string IncrementNoParse { get { return ResourceManager.GetString("IncrementNoParse", resourceCulture); } } /// /// Looks up a localized string similar to The increment value must be greater than zero.. /// internal static string IncrementNotZero { get { return ResourceManager.GetString("IncrementNotZero", resourceCulture); } } /// /// Looks up a localized string similar to A call into Windows failed unexpectedly.. /// internal static string InteropCallFailed { get { return ResourceManager.GetString("InteropCallFailed", resourceCulture); } } /// /// Looks up a localized string similar to There appears to be multiple nodes in input .WXS file with the same file name in the same directory: {0}.. /// internal static string InvalidFileNameCountFmt { get { return ResourceManager.GetString("InvalidFileNameCountFmt", resourceCulture); } } /// /// Looks up a localized string similar to An invalid parameter was passed to the method.. /// internal static string InvalidParameter { get { return ResourceManager.GetString("InvalidParameter", resourceCulture); } } /// /// Looks up a localized string similar to Update and creation command line options are mutually excusive.. /// internal static string MutuallyExclusiveOptions { get { return ResourceManager.GetString("MutuallyExclusiveOptions", resourceCulture); } } /// /// Looks up a localized string similar to Only one output or processing file can be specified.. /// internal static string OutputAlreadySpecified { get { return ResourceManager.GetString("OutputAlreadySpecified", resourceCulture); } } /// /// Looks up a localized string similar to You must specify the .WXS file to write to or process.. /// internal static string OutputCannotBeEmpty { get { return ResourceManager.GetString("OutputCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The -unique value cannot be empty.. /// internal static string UniqueCannotBeEmpty { get { return ResourceManager.GetString("UniqueCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Only one -unique switch at a time is supported.. /// internal static string UniqueMultipleSwitches { get { return ResourceManager.GetString("UniqueMultipleSwitches", resourceCulture); } } /// /// Looks up a localized string similar to The -unique string value cannot be longer than 65 characters.. /// internal static string UniqueTooLong { get { return ResourceManager.GetString("UniqueTooLong", resourceCulture); } } /// /// Looks up a localized string similar to Unknown command line option.. /// internal static string UnknownCommandLineOption { get { return ResourceManager.GetString("UnknownCommandLineOption", resourceCulture); } } /// /// Looks up a localized string similar to The file to process does no appear to have been created with Paraffin. The comment node is missing.. /// internal static string UnknownFileType { get { return ResourceManager.GetString("UnknownFileType", resourceCulture); } } /// /// Looks up a localized string similar to The file to update does not exist.. /// internal static string UpdateFileMustExist { get { return ResourceManager.GetString("UpdateFileMustExist", resourceCulture); } } /// /// Looks up a localized string similar to Paraffin {0} ///(c) 2007-2008, John Robbins - john@wintellect.com ///A better Tallow for generating Windows Installer XML (WiX) 3.0 fragments. /// ///Usage: /// Paraffin (-dir <dir> -custom <value> <file> /// [-alias <alias> -ext <ext>* | -dirref <DirectoryRef> | /// -direXclude <exdir>* | -inc # | /// -guids |-multiple | -norecurse | -Win64] ) | /// (-update <file> [-ext <ext>*]) /// ///Required parameters to create a new fragment: /// -dir <dir> - The direc [rest of string was truncated]";. /// internal static string UsageString { get { return ResourceManager.GetString("UsageString", resourceCulture); } } } }