diff --git a/GlennGUI/GlennGUI/MainForm.cs b/GlennGUI/GlennGUI/MainForm.cs
index 9e227cc..3135e61 100644
--- a/GlennGUI/GlennGUI/MainForm.cs
+++ b/GlennGUI/GlennGUI/MainForm.cs
@@ -35,7 +35,6 @@ public partial class MainForm : Form
Title = $"Glenn - v{Core.Version}";
MinimumSize = new Size(260, 280);
- Icon = new Icon(1f, new Bitmap(Resources.applicationIcon));
var mainLayout = new DynamicLayout() {Padding = 10};
mainLayout.BeginVertical();
diff --git a/GlennGUI/GlennGUI/Resources/Resources.Designer.cs b/GlennGUI/GlennGUI/Resources/Resources.Designer.cs
deleted file mode 100644
index 07f24de..0000000
--- a/GlennGUI/GlennGUI/Resources/Resources.Designer.cs
+++ /dev/null
@@ -1,58 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace GlennGUI {
- using System;
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static System.Resources.ResourceManager resourceMan;
-
- private static System.Globalization.CultureInfo resourceCulture;
-
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static System.Resources.ResourceManager ResourceManager {
- get {
- if (object.Equals(null, resourceMan)) {
- System.Resources.ResourceManager temp = new System.Resources.ResourceManager("GlennGUI.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] applicationIcon {
- get {
- object obj = ResourceManager.GetObject("applicationIcon", resourceCulture);
- return ((byte[])(obj));
- }
- }
- }
-}
\ No newline at end of file
diff --git a/GlennGUI/GlennGUI/Resources/Resources.resx b/GlennGUI/GlennGUI/Resources/Resources.resx
deleted file mode 100644
index db11df3..0000000
--- a/GlennGUI/GlennGUI/Resources/Resources.resx
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- applicationIcon.ico;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/GlennGUI/GlennGUI/Resources/applicationIcon.ico b/GlennGUI/GlennGUI/applicationIcon.ico
similarity index 100%
rename from GlennGUI/GlennGUI/Resources/applicationIcon.ico
rename to GlennGUI/GlennGUI/applicationIcon.ico