From c5541b392746e048608d09edfd905fee9a758187 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Sep 2018 17:14:27 -0400 Subject: Project Ports is now Project Silicon and loads of problems --- PortEngine/PortEngine.csproj | 10 +- PortEngine/QuantumAPI/QuantumAPI.cs | 2 +- .../QuantumAPI/Sites/PortOSDefender.Designer.cs | 139 --------------------- PortEngine/QuantumAPI/Sites/PortOSDefender.cs | 44 ------- PortEngine/QuantumAPI/Sites/PortOSDefender.resx | 120 ------------------ .../QuantumAPI/Sites/SiliconOSDefender.Designer.cs | 139 +++++++++++++++++++++ PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs | 44 +++++++ PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx | 120 ++++++++++++++++++ PortEngine/StorylineAPI.cs | 10 +- Project Ports/Boot.cs | 4 +- Project Ports/MainMenu.Designer.cs | 8 +- Project Ports/Project_Ports.csproj | 4 +- Project Ports/Properties/Resources.Designer.cs | 4 +- Project Ports/Properties/Settings.Designer.cs | 4 +- Project_Ports.sln | 44 ------- Project_Silicon.sln | 44 +++++++ README.md | 2 +- 17 files changed, 371 insertions(+), 371 deletions(-) delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.cs delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.resx create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx delete mode 100644 Project_Ports.sln create mode 100644 Project_Silicon.sln diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj index 2364df5..9cf3fbf 100644 --- a/PortEngine/PortEngine.csproj +++ b/PortEngine/PortEngine.csproj @@ -80,11 +80,11 @@ 404Error.cs - + UserControl - - PortOSDefender.cs + + SiliconOSDefender.cs UserControl @@ -112,8 +112,8 @@ Malwarebits.cs - - PortOSDefender.cs + + SiliconOSDefender.cs QuantumISP.cs diff --git a/PortEngine/QuantumAPI/QuantumAPI.cs b/PortEngine/QuantumAPI/QuantumAPI.cs index 5d83a07..d7a8ab6 100644 --- a/PortEngine/QuantumAPI/QuantumAPI.cs +++ b/PortEngine/QuantumAPI/QuantumAPI.cs @@ -47,7 +47,7 @@ namespace PortEngine loadSite(new Malwarebits(), pnlLoadSiteHere); break; case "qt.portosdefender/home": - loadSite(new QuantumAPI.Sites.PortOSDefender(), pnlLoadSiteHere); + loadSite(new QuantumAPI.Sites.SiliconOSDefender(), pnlLoadSiteHere); break; default: loadSite(new QuantumAPI.Sites._404Error(), pnlLoadSiteHere); diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs deleted file mode 100644 index a4ba315..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs +++ /dev/null @@ -1,139 +0,0 @@ -namespace PortEngine.QuantumAPI.Sites -{ - partial class PortOSDefender - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.posLogo = new System.Windows.Forms.Label(); - this.btnSignin = new System.Windows.Forms.Button(); - this.rtxtNews = new System.Windows.Forms.RichTextBox(); - this.lbNews = new System.Windows.Forms.Label(); - this.lbAbout = new System.Windows.Forms.Label(); - this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - this.SuspendLayout(); - // - // posLogo - // - this.posLogo.AutoSize = true; - this.posLogo.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.posLogo.ForeColor = System.Drawing.Color.LimeGreen; - this.posLogo.Location = new System.Drawing.Point(21, 18); - this.posLogo.Name = "posLogo"; - this.posLogo.Size = new System.Drawing.Size(190, 24); - this.posLogo.TabIndex = 0; - this.posLogo.Text = "PortOS Defender"; - // - // btnSignin - // - this.btnSignin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnSignin.ForeColor = System.Drawing.Color.White; - this.btnSignin.Location = new System.Drawing.Point(725, 21); - this.btnSignin.Name = "btnSignin"; - this.btnSignin.Size = new System.Drawing.Size(75, 23); - this.btnSignin.TabIndex = 1; - this.btnSignin.Text = "Sign In"; - this.btnSignin.UseVisualStyleBackColor = true; - // - // rtxtNews - // - this.rtxtNews.BackColor = System.Drawing.Color.Black; - this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.rtxtNews.Cursor = System.Windows.Forms.Cursors.Arrow; - this.rtxtNews.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.rtxtNews.ForeColor = System.Drawing.Color.White; - this.rtxtNews.Location = new System.Drawing.Point(25, 113); - this.rtxtNews.Name = "rtxtNews"; - this.rtxtNews.ReadOnly = true; - this.rtxtNews.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; - this.rtxtNews.Size = new System.Drawing.Size(200, 288); - this.rtxtNews.TabIndex = 2; - this.rtxtNews.Text = ""; - // - // lbNews - // - this.lbNews.AutoSize = true; - this.lbNews.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbNews.ForeColor = System.Drawing.Color.White; - this.lbNews.Location = new System.Drawing.Point(21, 91); - this.lbNews.Name = "lbNews"; - this.lbNews.Size = new System.Drawing.Size(108, 19); - this.lbNews.TabIndex = 3; - this.lbNews.Text = "Latest News"; - // - // lbAbout - // - this.lbAbout.AutoSize = true; - this.lbAbout.Font = new System.Drawing.Font("Consolas", 12F); - this.lbAbout.ForeColor = System.Drawing.Color.White; - this.lbAbout.Location = new System.Drawing.Point(251, 91); - this.lbAbout.Name = "lbAbout"; - this.lbAbout.Size = new System.Drawing.Size(108, 19); - this.lbAbout.TabIndex = 4; - this.lbAbout.Text = "Who are we?"; - // - // richTextBox1 - // - this.richTextBox1.BackColor = System.Drawing.Color.Black; - this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Arrow; - this.richTextBox1.ForeColor = System.Drawing.Color.White; - this.richTextBox1.Location = new System.Drawing.Point(255, 113); - this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; - this.richTextBox1.Size = new System.Drawing.Size(187, 288); - this.richTextBox1.TabIndex = 5; - this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G."; - // - // PortOSDefender - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Black; - this.Controls.Add(this.richTextBox1); - this.Controls.Add(this.lbAbout); - this.Controls.Add(this.lbNews); - this.Controls.Add(this.rtxtNews); - this.Controls.Add(this.btnSignin); - this.Controls.Add(this.posLogo); - this.Name = "PortOSDefender"; - this.Size = new System.Drawing.Size(842, 452); - this.Load += new System.EventHandler(this.PortOSDefender_Load); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Label posLogo; - private System.Windows.Forms.Button btnSignin; - private System.Windows.Forms.RichTextBox rtxtNews; - private System.Windows.Forms.Label lbNews; - private System.Windows.Forms.Label lbAbout; - private System.Windows.Forms.RichTextBox richTextBox1; - } -} diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.cs deleted file mode 100644 index 91847a0..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs +++ /dev/null @@ -1,44 +0,0 @@ -/************************************************************************ - * - * PortEngine - * Copyright (C) 2018 UniverseDG - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - **************************************************************************/ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace PortEngine.QuantumAPI.Sites -{ - public partial class PortOSDefender : UserControl - { - public PortOSDefender() - { - InitializeComponent(); - } - - private void PortOSDefender_Load(object sender, EventArgs e) - { - rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" has tracked down one of the A.H.G employees."; - } - } -} diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx b/PortEngine/QuantumAPI/Sites/PortOSDefender.resx deleted file mode 100644 index 1af7de1..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 - - \ No newline at end of file diff --git a/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs new file mode 100644 index 0000000..72ee2b6 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs @@ -0,0 +1,139 @@ +namespace PortEngine.QuantumAPI.Sites +{ + partial class SiliconOSDefender + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.posLogo = new System.Windows.Forms.Label(); + this.btnSignin = new System.Windows.Forms.Button(); + this.rtxtNews = new System.Windows.Forms.RichTextBox(); + this.lbNews = new System.Windows.Forms.Label(); + this.lbAbout = new System.Windows.Forms.Label(); + this.richTextBox1 = new System.Windows.Forms.RichTextBox(); + this.SuspendLayout(); + // + // posLogo + // + this.posLogo.AutoSize = true; + this.posLogo.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.posLogo.ForeColor = System.Drawing.Color.LimeGreen; + this.posLogo.Location = new System.Drawing.Point(21, 18); + this.posLogo.Name = "posLogo"; + this.posLogo.Size = new System.Drawing.Size(226, 24); + this.posLogo.TabIndex = 0; + this.posLogo.Text = "SiliconOS Defender"; + // + // btnSignin + // + this.btnSignin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnSignin.ForeColor = System.Drawing.Color.White; + this.btnSignin.Location = new System.Drawing.Point(725, 21); + this.btnSignin.Name = "btnSignin"; + this.btnSignin.Size = new System.Drawing.Size(75, 23); + this.btnSignin.TabIndex = 1; + this.btnSignin.Text = "Sign In"; + this.btnSignin.UseVisualStyleBackColor = true; + // + // rtxtNews + // + this.rtxtNews.BackColor = System.Drawing.Color.Black; + this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.rtxtNews.Cursor = System.Windows.Forms.Cursors.Arrow; + this.rtxtNews.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.rtxtNews.ForeColor = System.Drawing.Color.White; + this.rtxtNews.Location = new System.Drawing.Point(25, 113); + this.rtxtNews.Name = "rtxtNews"; + this.rtxtNews.ReadOnly = true; + this.rtxtNews.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.rtxtNews.Size = new System.Drawing.Size(200, 288); + this.rtxtNews.TabIndex = 2; + this.rtxtNews.Text = ""; + // + // lbNews + // + this.lbNews.AutoSize = true; + this.lbNews.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbNews.ForeColor = System.Drawing.Color.White; + this.lbNews.Location = new System.Drawing.Point(21, 91); + this.lbNews.Name = "lbNews"; + this.lbNews.Size = new System.Drawing.Size(108, 19); + this.lbNews.TabIndex = 3; + this.lbNews.Text = "Latest News"; + // + // lbAbout + // + this.lbAbout.AutoSize = true; + this.lbAbout.Font = new System.Drawing.Font("Consolas", 12F); + this.lbAbout.ForeColor = System.Drawing.Color.White; + this.lbAbout.Location = new System.Drawing.Point(251, 91); + this.lbAbout.Name = "lbAbout"; + this.lbAbout.Size = new System.Drawing.Size(108, 19); + this.lbAbout.TabIndex = 4; + this.lbAbout.Text = "Who are we?"; + // + // richTextBox1 + // + this.richTextBox1.BackColor = System.Drawing.Color.Black; + this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Arrow; + this.richTextBox1.ForeColor = System.Drawing.Color.White; + this.richTextBox1.Location = new System.Drawing.Point(255, 113); + this.richTextBox1.Name = "richTextBox1"; + this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.richTextBox1.Size = new System.Drawing.Size(187, 288); + this.richTextBox1.TabIndex = 5; + this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G."; + // + // SiliconOSDefender + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.Black; + this.Controls.Add(this.richTextBox1); + this.Controls.Add(this.lbAbout); + this.Controls.Add(this.lbNews); + this.Controls.Add(this.rtxtNews); + this.Controls.Add(this.btnSignin); + this.Controls.Add(this.posLogo); + this.Name = "SiliconOSDefender"; + this.Size = new System.Drawing.Size(842, 452); + this.Load += new System.EventHandler(this.PortOSDefender_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label posLogo; + private System.Windows.Forms.Button btnSignin; + private System.Windows.Forms.RichTextBox rtxtNews; + private System.Windows.Forms.Label lbNews; + private System.Windows.Forms.Label lbAbout; + private System.Windows.Forms.RichTextBox richTextBox1; + } +} diff --git a/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs new file mode 100644 index 0000000..5e862dc --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs @@ -0,0 +1,44 @@ +/************************************************************************ + * + * PortEngine + * Copyright (C) 2018 UniverseDG + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + **************************************************************************/ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace PortEngine.QuantumAPI.Sites +{ + public partial class SiliconOSDefender : UserControl + { + public SiliconOSDefender() + { + InitializeComponent(); + } + + private void PortOSDefender_Load(object sender, EventArgs e) + { + rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" has tracked down one of the A.H.G employees."; + } + } +} diff --git a/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs index cc086ab..97f526a 100644 --- a/PortEngine/StorylineAPI.cs +++ b/PortEngine/StorylineAPI.cs @@ -36,7 +36,7 @@ namespace PortEngine if (GeneralAPI.HijackStorylineState == 1) { await Task.Delay(2000); - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(5000); txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine); await Task.Delay(2000); @@ -78,9 +78,9 @@ namespace PortEngine await Task.Delay(1000); txtHijack1.AppendText("??? is now known as Adam…" + Environment.NewLine); await Task.Delay(2000); - txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of PortOS!" + Environment.NewLine); + txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of SiliconOS!" + Environment.NewLine); await Task.Delay(2000); - txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys PortOS computers." + Environment.NewLine); + txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys SiliconOS computers." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("Adam: This computer will shortly reboot and redirected to the desktop…" + Environment.NewLine); await Task.Delay(2000); @@ -90,7 +90,7 @@ namespace PortEngine await Task.Delay(5000); txtHijack1.Clear(); await Task.Delay(2000); - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); @@ -100,7 +100,7 @@ namespace PortEngine } else { - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); diff --git a/Project Ports/Boot.cs b/Project Ports/Boot.cs index b2eda06..291b95f 100644 --- a/Project Ports/Boot.cs +++ b/Project Ports/Boot.cs @@ -1,6 +1,6 @@ /************************************************************************ * - * Project Ports + * Project Silicon * Copyright (C) 2018 UniverseDG * * This program is free software: you can redistribute it and/or modify @@ -41,7 +41,7 @@ namespace Project_Ports private async void Boot_Load(object sender, EventArgs e) { await Task.Delay(2000); - txtBoot.AppendText("PortOS is now booting..." + Environment.NewLine); + txtBoot.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtBoot.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index c56d105..047c5cc 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -91,7 +91,7 @@ this.wbPortsNews.ScrollBarsEnabled = false; this.wbPortsNews.Size = new System.Drawing.Size(852, 450); this.wbPortsNews.TabIndex = 5; - this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute); + this.wbPortsNews.Url = new System.Uri("https://siliconupdate.tumblr.com/", System.UriKind.Absolute); // // portsVersion // @@ -101,9 +101,9 @@ this.portsVersion.ForeColor = System.Drawing.Color.White; this.portsVersion.Location = new System.Drawing.Point(13, 66); this.portsVersion.Name = "portsVersion"; - this.portsVersion.Size = new System.Drawing.Size(103, 13); + this.portsVersion.Size = new System.Drawing.Size(119, 13); this.portsVersion.TabIndex = 6; - this.portsVersion.Text = "portsVersion"; + this.portsVersion.Text = "siliconVersion"; // // btnExit // @@ -141,7 +141,7 @@ this.Controls.Add(this.wbPortsNews); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "MainMenu"; - this.Text = "Project: Ports Launcher"; + this.Text = "Project: Silicon Launcher"; this.Load += new System.EventHandler(this.MainMenu_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); diff --git a/Project Ports/Project_Ports.csproj b/Project Ports/Project_Ports.csproj index 5135525..6a1da91 100644 --- a/Project Ports/Project_Ports.csproj +++ b/Project Ports/Project_Ports.csproj @@ -6,8 +6,8 @@ AnyCPU {7FF89341-BE42-4AE1-B53E-F9FA4104D30F} WinExe - Project_Ports - Project Ports + Project_Silicon + Project Silicon v4.6.1 512 true diff --git a/Project Ports/Properties/Resources.Designer.cs b/Project Ports/Properties/Resources.Designer.cs index da238fc..5bebd40 100644 --- a/Project Ports/Properties/Resources.Designer.cs +++ b/Project Ports/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace Project_Ports.Properties { +namespace Project_Silicon.Properties { using System; @@ -39,7 +39,7 @@ namespace Project_Ports.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Project_Ports.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Project_Silicon.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 609cc6f..e1f3991 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -8,11 +8,11 @@ // //------------------------------------------------------------------------------ -namespace Project_Ports.Properties { +namespace Project_Silicon.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Project_Ports.sln b/Project_Ports.sln deleted file mode 100644 index faf088e..0000000 --- a/Project_Ports.sln +++ /dev/null @@ -1,44 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27428.2043 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project_Ports", "Project Ports\Project_Ports.csproj", "{7FF89341-BE42-4AE1-B53E-F9FA4104D30F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortEngine", "PortEngine\PortEngine.csproj", "{C1B21B60-7CCC-42FC-83AA-B41644FAA952}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortsTerminal", "PortsTerminal\PortsTerminal.csproj", "{51B19B80-B154-4EFE-B838-FEC598F9E6D9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Hybrid|Any CPU = Hybrid|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Release|Any CPU.Build.0 = Release|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Release|Any CPU.Build.0 = Release|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B9EB7985-ED96-4764-8911-69C0DD63DC63} - EndGlobalSection -EndGlobal diff --git a/Project_Silicon.sln b/Project_Silicon.sln new file mode 100644 index 0000000..faf088e --- /dev/null +++ b/Project_Silicon.sln @@ -0,0 +1,44 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2043 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project_Ports", "Project Ports\Project_Ports.csproj", "{7FF89341-BE42-4AE1-B53E-F9FA4104D30F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortEngine", "PortEngine\PortEngine.csproj", "{C1B21B60-7CCC-42FC-83AA-B41644FAA952}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortsTerminal", "PortsTerminal\PortsTerminal.csproj", "{51B19B80-B154-4EFE-B838-FEC598F9E6D9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Hybrid|Any CPU = Hybrid|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7FF89341-BE42-4AE1-B53E-F9FA4104D30F}.Release|Any CPU.Build.0 = Release|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C1B21B60-7CCC-42FC-83AA-B41644FAA952}.Release|Any CPU.Build.0 = Release|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {51B19B80-B154-4EFE-B838-FEC598F9E6D9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B9EB7985-ED96-4764-8911-69C0DD63DC63} + EndGlobalSection +EndGlobal diff --git a/README.md b/README.md index fcf19e6..8bf16d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Project Ports +# Project Silicon A game project by Universe -- cgit v1.2.3