//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.Sputnik.Interop.ParserEngine { 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 ResourceClass { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ResourceClass() { } /// /// 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("Microsoft.Sputnik.Interop.ParserEngine.ResourceClass", typeof(ResourceClass).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 BasicNegativePrereqInputTemplate. /// internal static string BasicNegativePrereqTemplate_FileName { get { return ResourceManager.GetString("BasicNegativePrereqTemplate_FileName", resourceCulture); } } /// /// Looks up a localized string similar to BasicNegativeInputTemplate. /// internal static string BasicNegativeTemplate_FileName { get { return ResourceManager.GetString("BasicNegativeTemplate_FileName", resourceCulture); } } /// /// Looks up a localized string similar to BasicPrereqInputTemplate. /// internal static string BasicPrereqTemplate_FileName { get { return ResourceManager.GetString("BasicPrereqTemplate_FileName", resourceCulture); } } /// /// Looks up a localized string similar to BasicInputTemplate. /// internal static string BasicTemplate_FileName { get { return ResourceManager.GetString("BasicTemplate_FileName", resourceCulture); } } /// /// Looks up a localized string similar to ChecksRegex. /// internal static string ChecksRegexSettingKey { get { return ResourceManager.GetString("ChecksRegexSettingKey", resourceCulture); } } /// /// Looks up a localized string similar to CommentsRegex. /// internal static string CommentsRegexSettingKey { get { return ResourceManager.GetString("CommentsRegexSettingKey", resourceCulture); } } /// /// Looks up a localized string similar to File has been converted and saved at: {0}. /// internal static string FileConverted_Log { get { return ResourceManager.GetString("FileConverted_Log", resourceCulture); } } /// /// Looks up a localized string similar to GlobalCodeRegex. /// internal static string GlobalCodeRegexKey { get { return ResourceManager.GetString("GlobalCodeRegexKey", resourceCulture); } } /// /// Looks up a localized string similar to InputXMLPath. /// internal static string InputXMLPath { get { return ResourceManager.GetString("InputXMLPath", resourceCulture); } } /// /// Looks up a localized string similar to Failed with exception, Message : {0}. /// internal static string IOException { get { return ResourceManager.GetString("IOException", resourceCulture); } } /// /// Looks up a localized string similar to LogFileDirectory. /// internal static string LogFileDirectorySettingKey { get { return ResourceManager.GetString("LogFileDirectorySettingKey", resourceCulture); } } /// /// Looks up a localized string similar to assertion. /// internal static string LookFor_Assertion { get { return ResourceManager.GetString("LookFor_Assertion", resourceCulture); } } /// /// Looks up a localized string similar to description. /// internal static string LookFor_Description { get { return ResourceManager.GetString("LookFor_Description", resourceCulture); } } /// /// Looks up a localized string similar to name. /// internal static string LookFor_Name { get { return ResourceManager.GetString("LookFor_Name", resourceCulture); } } /// /// Looks up a localized string similar to negative. /// internal static string LookFor_Negative { get { return ResourceManager.GetString("LookFor_Negative", resourceCulture); } } /// /// Looks up a localized string similar to strict_mode_negative. /// internal static string LookFor_NegativeStrictMode { get { return ResourceManager.GetString("LookFor_NegativeStrictMode", resourceCulture); } } /// /// Looks up a localized string similar to section. /// internal static string LookFor_Section { get { return ResourceManager.GetString("LookFor_Section", resourceCulture); } } /// /// Looks up a localized string similar to Matching regex is found for the file: {0}. /// internal static string Match_RegEx_Found { get { return ResourceManager.GetString("Match_RegEx_Found", resourceCulture); } } /// /// Looks up a localized string similar to Could not find any matching regex format for the file: {0}. /// internal static string NoMatch_RegEex { get { return ResourceManager.GetString("NoMatch_RegEex", resourceCulture); } } /// /// Looks up a localized string similar to Press enter key to exit.... /// internal static string PressExit { get { return ResourceManager.GetString("PressExit", resourceCulture); } } /// /// Looks up a localized string similar to Regular expression used for the file: {0} is {1} and its seqence Id is {2}. /// internal static string RegEx_Used { get { return ResourceManager.GetString("RegEx_Used", resourceCulture); } } /// /// Looks up a localized string similar to Total number of sputnik test case files before conversion: {0}. /// internal static string Total_Input_Files { get { return ResourceManager.GetString("Total_Input_Files", resourceCulture); } } /// /// Looks up a localized string similar to Total number of test cases which actually got converted: {0}. /// internal static string Total_Output_Files { get { return ResourceManager.GetString("Total_Output_Files", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected error occured while converting files:. /// internal static string Unexpected_Error { get { return ResourceManager.GetString("Unexpected_Error", resourceCulture); } } /// /// Looks up a localized string similar to Error occured while reading regex formats from InputFormats.xml files: {0}. /// internal static string XMLException_Log { get { return ResourceManager.GetString("XMLException_Log", resourceCulture); } } } }