diff options
Diffstat (limited to 'Project Ports')
| -rw-r--r-- | Project Ports/Boot.cs | 4 | ||||
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 8 | ||||
| -rw-r--r-- | Project Ports/Project_Ports.csproj | 4 | ||||
| -rw-r--r-- | Project Ports/Properties/Resources.Designer.cs | 4 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 4 |
5 files changed, 12 insertions, 12 deletions
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 @@ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{7FF89341-BE42-4AE1-B53E-F9FA4104D30F}</ProjectGuid> <OutputType>WinExe</OutputType> - <RootNamespace>Project_Ports</RootNamespace> - <AssemblyName>Project Ports</AssemblyName> + <RootNamespace>Project_Silicon</RootNamespace> + <AssemblyName>Project Silicon</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 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 @@ // </auto-generated> //------------------------------------------------------------------------------ -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 @@ // </auto-generated> //------------------------------------------------------------------------------ -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()))); |
