From f30dcf5ef41d54c588d7b42c48be8d941abba72e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 8 Jan 2017 09:57:10 -0500 Subject: Initial upload --- ShiftOS_TheReturn/Properties/AssemblyInfo.cs | 40 +++++ ShiftOS_TheReturn/Properties/Resources.Designer.cs | 190 +++++++++++++++++++++ ShiftOS_TheReturn/Properties/Resources.resx | 142 +++++++++++++++ ShiftOS_TheReturn/Properties/Settings.Designer.cs | 26 +++ ShiftOS_TheReturn/Properties/Settings.settings | 7 + 5 files changed, 405 insertions(+) create mode 100644 ShiftOS_TheReturn/Properties/AssemblyInfo.cs create mode 100644 ShiftOS_TheReturn/Properties/Resources.Designer.cs create mode 100644 ShiftOS_TheReturn/Properties/Resources.resx create mode 100644 ShiftOS_TheReturn/Properties/Settings.Designer.cs create mode 100644 ShiftOS_TheReturn/Properties/Settings.settings (limited to 'ShiftOS_TheReturn/Properties') diff --git a/ShiftOS_TheReturn/Properties/AssemblyInfo.cs b/ShiftOS_TheReturn/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..6c54aba --- /dev/null +++ b/ShiftOS_TheReturn/Properties/AssemblyInfo.cs @@ -0,0 +1,40 @@ +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ShiftOS")] +[assembly: AssemblyDescription("Shift it your way.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("ShiftOS Development Team")] +[assembly: AssemblyProduct("ShiftOS")] +[assembly: AssemblyCopyright("Copyright © Michael VanOverbeek & ShiftOS Developers 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +//[assembly: Obsolete("Why the fuck is this thing SO DEPENDENT ON WINFORMS")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7c979b07-0585-4033-a110-e5555b9d6651")] + +// Version information for an assembly consists of the following four values: +// +// Major Versino +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] + + //Devs: Increase the assembly version by one minor every release. If the minor hits over 9, set it to 0 and increment the major. Starting version is 1.0. +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ShiftOS_TheReturn/Properties/Resources.Designer.cs b/ShiftOS_TheReturn/Properties/Resources.Designer.cs new file mode 100644 index 0000000..48c910f --- /dev/null +++ b/ShiftOS_TheReturn/Properties/Resources.Designer.cs @@ -0,0 +1,190 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace ShiftOS.Engine.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", "4.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("ShiftOS.Engine.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 . + /// + internal static string hello { + get { + return ResourceManager.GetString("hello", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to [ + /// "english" + /// "deutsch - in beta" + ///]. + /// + internal static string languages { + get { + return ResourceManager.GetString("languages", resourceCulture); + } + } + internal static string secretlang + { + get + { + return ResourceManager.GetString("secretlang", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to [ + /// { + /// Name: "MUD Fundamentals", + /// Cost: 50, + /// Description: "Some basic commands for the terminal that'll help you out in the multi-user domain.", + /// Dependencies: null + /// }, + /// { + /// Name: "WM 4 Windows", + /// Cost: 150, + /// Description: "Display up to 4 simultaneous windows on-screen in a 2x2 grid.", + /// Dependencies: "window_manager" + /// }, + /// { + /// Name: "Virus Scanner", + /// Cost: 2000, + /// Description: "Being inside the multi-user domain comes with many risks, one of which being viruses. The Virus Scanner can m [rest of string was truncated]";. + /// + internal static string Shiftorium { + get { + return ResourceManager.GetString("Shiftorium", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to [ + /// "http://downloads.michaeltheshifter.me/music/blockride.mp3", + /// "http://downloads.michaeltheshifter.me/music/nightcoding.mp3" + ///]. + /// + internal static string Songs { + get { + return ResourceManager.GetString("Songs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to { + /// "{SUBMIT}":"Bestätigen", + /// + ///"{TERMINAL_TUTORIAL_1}":"Wilkommen zum ShiftOS Terminal. Hier wirst du die meiste Zeit in ShiftOS verbringen. + /// + ///Eine kurze Erklärung wie du das Terminal benutzt lautet wiefolgt. Du kannst das command 'sos.help' benutzen um eine Liste aller commands aufzurufen. Schreib es + ///einfach in das Terminal und drücke <enter> um alle commands anzuzeigen. + /// + ///Commands können mit argumenten versehen werden, indem du ein key-value Paar in einem {} Block hinter dem command angibst. Zum Be [rest of string was truncated]";. + /// + internal static string strings_de { + get { + return ResourceManager.GetString("strings_de", resourceCulture); + } + } + + internal static string strings_ver + { + get + { + return ResourceManager.GetString("strings_ver", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to { + /// "{SUBMIT}":"Submit", + /// + ///"{TERMINAL_TUTORIAL_1}":"Welcome to the ShiftOS terminal. This is where you will spend the bulk of your time within ShiftOS. + /// + ///A brief rundown of how to use the terminal is as follows. You can use the 'sos.help' command to show a list of all commands. Simply type it in and strike <enter> to view all commands. + /// + ///Commands can be sent arguments by specifying a key-value pair inside a {} block at the end of the command. For example: + /// + ///some.command{print:\"hello\"} + ///math.add{op1 [rest of string was truncated]";. + /// + internal static string strings_en { + get { + return ResourceManager.GetString("strings_en", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to { + /// Character: "sys", + /// Lines:[ + /// "Hello there, %user.", + /// "Welcome to ShiftOS.", + /// "This is an automated message to all new sentiences within the ShiftOS multi-user domain.", + /// "Before you can begin with ShiftOS, you'll need to know a few things about it.", + /// "One: Terminal command syntax.", + /// "Inside ShiftOS, the bulk of your time is going to be spent within the Terminal.", + /// "The Terminal is an application that starts up when you turn on your computer. It allows you to execute system commands, ope [rest of string was truncated]";. + /// + internal static string sys_shiftoriumstory { + get { + return ResourceManager.GetString("sys_shiftoriumstory", resourceCulture); + } + } + } +} diff --git a/ShiftOS_TheReturn/Properties/Resources.resx b/ShiftOS_TheReturn/Properties/Resources.resx new file mode 100644 index 0000000..85e3d22 --- /dev/null +++ b/ShiftOS_TheReturn/Properties/Resources.resx @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\hello.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\Resources\languages.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\Shiftorium.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\Songs.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\strings_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\strings_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\sys_shiftoriumstory.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + \ No newline at end of file diff --git a/ShiftOS_TheReturn/Properties/Settings.Designer.cs b/ShiftOS_TheReturn/Properties/Settings.Designer.cs new file mode 100644 index 0000000..a1e2e32 --- /dev/null +++ b/ShiftOS_TheReturn/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace ShiftOS.Engine.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/ShiftOS_TheReturn/Properties/Settings.settings b/ShiftOS_TheReturn/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/ShiftOS_TheReturn/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + -- cgit v1.2.3