//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3082 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Xsd2Code.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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class 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 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("Xsd2Code.Properties.Resources", typeof(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 Usage: Xsd2Code.exe <XSD File> <Namespace> [Options] /// ///Where: /// <XSD File> - Path to an XSD file (Required) /// <Namespace> - Generated code namespace (Required) /// [Options] - Optional. See below for description /// ///Options: /// /// /i[nput] <FileName> - Name of the input (XSD) file /// /o[utput] <FileName> - Name of the output (generated) file. /// By [rest of string was truncated]";. /// internal static string Help { get { return ResourceManager.GetString("Help", resourceCulture); } } /// /// Looks up a localized string similar to License: GNU Library General Public License (LGPL) ///Version 2.1, February 1999 /// ///Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. /// ///[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] /// ///Preamble ///-------- ///The licens [rest of string was truncated]";. /// internal static string License { get { return ResourceManager.GetString("License", resourceCulture); } } /// /// Looks up a localized string similar to ----------------------------------------------------------------------- /// ///Usage: /// /// Xsd2Code.exe <XSD File> [Namespace] [Output file name] [Options] /// ///Where: /// <XSD File> - Path to an XSD file. Required /// [Namespace] - Generated code namespace. Optional. File name without extension if no value is specified /// [Output file name] - Name of the output (generated) file. Optional. /// [Options] - Optional. S [rest of string was truncated]";. /// internal static string Readme { get { return ResourceManager.GetString("Readme", resourceCulture); } } } }