//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace cashew { /// /// 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. [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [DebuggerNonUserCode()] [CompilerGenerated()] internal class Resources { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (ReferenceEquals(resourceMan, null)) { ResourceManager temp = new ResourceManager("cashew.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. /// [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized resource of type System.Byte[]. /// internal static byte[] IronPythonBCL { get { object obj = ResourceManager.GetObject("IronPythonBCL", resourceCulture); return ((byte[])(obj)); } } /// /// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?> ///<packages> /// <package id="CC-Functions.Misc" version="1.0.2" targetFramework="net461" /> /// <package id="DynamicLanguageRuntime" version="1.2.2" targetFramework="net461" /> /// <package id="Humanizer.Core" version="2.7.9" targetFramework="net472" /> /// <package id="ICSharpCode.Decompiler" version="5.0.2.5153" targetFramework="net472" /> /// <package id="ICSharpCode.NRefactory" version="5.5.1" targetFramework="net472" /> /// <package id="ICSharpCode.TextEditor.Extended" [rest of string was truncated]";. /// internal static string packages { get { return ResourceManager.GetString("packages", resourceCulture); } } } }