//------------------------------------------------------------------------------ // // 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 GoArrow.RouteFinding { 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 Data { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Data() { } /// /// 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("GoArrow.RouteFinding.Data", typeof(Data).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 <?xml version="1.0" encoding="utf-8"?> ///<locations type="CrossroadsOfDereth" updated="633014139024843750"> /// <loc id="21" name="Northern Al-Arqas Outpost" type="Outpost" NS="-28.2" EW="13.9"></loc> /// <loc id="22" name="Northern Al-Arqas Outpost" type="Lifestone" NS="-28.1" EW="13.8"></loc> /// <loc id="23" name="Western Al-Arqas Outpost" type="Outpost" NS="-31.3" EW="10.7"></loc> /// <loc id="24" name="Western Al-Arqas Outpost" type="Lifestone" NS="-31.2" EW="10.8"></loc> /// <loc id="25" name="Al- [rest of string was truncated]";. /// internal static string LocationsDatabase { get { return ResourceManager.GetString("LocationsDatabase", resourceCulture); } } /// /// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?> ///<mapRegions> /// <innerPoly name="Marescent Plateau"> /// <coords NS="54.2" EW="-78.3" /> /// <coords NS="49.2" EW="-83.1" /> /// <coords NS="42.8" EW="-82.8" /> /// <coords NS="42.1" EW="-78.6" /> /// <coords NS="42.1" EW="-74.3" /> /// <coords NS="44.3" EW="-74.5" /> /// <coords NS="44.6" EW="-73.5" /> /// <coords NS="43.2" EW="-73.0" /> /// <coords NS="48.3" EW="-69.6" /> /// <coords NS="48.8" EW="-73.2" /> /// <coords NS="50.5" EW="-71.5" /> /// <coords [rest of string was truncated]";. /// internal static string MapRegions { get { return ResourceManager.GetString("MapRegions", resourceCulture); } } /// /// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8" ?> ///<portalDevices> /// <device icon="06003642" name="Black Spawn Den Portal Device"> /// <destination NS="13.72" EW="-79.84" name="BSD Device to Northern Dires" /> /// <destination NS="-59.97" EW="-57.72" name="BSD Device to Obsidian Plain" /> /// <destination NS="-56.7" EW="-86.0" name="BSD Device to Western Dires" /> /// <description> /// Black Spawn Den Portal Device /// /// Goes to one of the three Black Spawn Dens: /// Northern Dires BSD (13.7N, 79.8W) /// [rest of string was truncated]";. /// internal static string PortalDevices { get { return ResourceManager.GetString("PortalDevices", resourceCulture); } } } }