diff --git a/CSGO Font Manager.sln b/CSGO Font Manager.sln
index a538e99..8c3784a 100644
--- a/CSGO Font Manager.sln
+++ b/CSGO Font Manager.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGO Font Manager", "CSGO Font Manager 2.0\CSGO Font Manager.csproj", "{BC394694-0ADC-43A7-878E-C129D28E1142}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGO Font Manager", "CSGO Font Manager\CSGO Font Manager.csproj", "{BC394694-0ADC-43A7-878E-C129D28E1142}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/CSGO Font Manager/CSGO Font Manager.csproj b/CSGO Font Manager/CSGO Font Manager.csproj
index 1fecb65..086b6be 100644
--- a/CSGO Font Manager/CSGO Font Manager.csproj
+++ b/CSGO Font Manager/CSGO Font Manager.csproj
@@ -90,6 +90,7 @@
Designer
Resources.Designer.cs
+
SettingsSingleFileGenerator
Settings.Designer.cs
diff --git a/CSGO Font Manager/ClassDiagram1.cd b/CSGO Font Manager/ClassDiagram1.cd
new file mode 100644
index 0000000..7b89419
--- /dev/null
+++ b/CSGO Font Manager/ClassDiagram1.cd
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/CSGO Font Manager/DragAndDrop.cs b/CSGO Font Manager/DragAndDrop.cs
index d08b347..f2936e9 100644
--- a/CSGO Font Manager/DragAndDrop.cs
+++ b/CSGO Font Manager/DragAndDrop.cs
@@ -18,7 +18,7 @@
using System.Windows.Forms;
-namespace CSGO_Font_Manager_2._0
+namespace CSGO_Font_Manager
{
public partial class Form1
{
diff --git a/CSGO Font Manager/FileTemplates.cs b/CSGO Font Manager/FileTemplates.cs
index 8a8f8b5..9b7dd7e 100644
--- a/CSGO Font Manager/FileTemplates.cs
+++ b/CSGO Font Manager/FileTemplates.cs
@@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;
-namespace CSGO_Font_Manager_2._0
+namespace CSGO_Font_Manager
{
class FileTemplates
{
diff --git a/CSGO Font Manager/Form1.Designer.cs b/CSGO Font Manager/Form1.Designer.cs
index 1835c12..8cd63cb 100644
--- a/CSGO Font Manager/Form1.Designer.cs
+++ b/CSGO Font Manager/Form1.Designer.cs
@@ -1,4 +1,4 @@
-namespace CSGO_Font_Manager_2._0
+namespace CSGO_Font_Manager
{
partial class Form1
{
@@ -45,8 +45,8 @@ private void InitializeComponent()
// listBox1
//
this.listBox1.AllowDrop = true;
- this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(235)))), ((int)(((byte)(244)))));
this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
@@ -78,7 +78,7 @@ private void InitializeComponent()
//
// apply_button
//
- this.apply_button.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.apply_button.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.apply_button.BackColor = System.Drawing.Color.MediumSpringGreen;
this.apply_button.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
@@ -94,7 +94,7 @@ private void InitializeComponent()
//
// donate_button
//
- this.donate_button.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.donate_button.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.donate_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(253)))), ((int)(((byte)(10)))));
this.donate_button.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
@@ -132,7 +132,7 @@ private void InitializeComponent()
//
// fontPreview_richTextBox
//
- this.fontPreview_richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.fontPreview_richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fontPreview_richTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
this.fontPreview_richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
@@ -179,7 +179,7 @@ private void InitializeComponent()
//
this.remove_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.remove_button.BackColor = System.Drawing.Color.Transparent;
- this.remove_button.BackgroundImage = global::CSGO_Font_Manager_2._0.Properties.Resources.remove_retro1;
+ this.remove_button.BackgroundImage = global::CSGO_Font_Manager.Properties.Resources.remove_retro1;
this.remove_button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.remove_button.Enabled = false;
this.remove_button.FlatAppearance.BorderSize = 0;
@@ -197,7 +197,7 @@ private void InitializeComponent()
//
this.addFont_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.addFont_button.BackColor = System.Drawing.Color.Transparent;
- this.addFont_button.BackgroundImage = global::CSGO_Font_Manager_2._0.Properties.Resources.add_retro;
+ this.addFont_button.BackgroundImage = global::CSGO_Font_Manager.Properties.Resources.add_retro;
this.addFont_button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.addFont_button.FlatAppearance.BorderSize = 0;
this.addFont_button.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
diff --git a/CSGO Font Manager/Form1.cs b/CSGO Font Manager/Form1.cs
index f937728..f573143 100644
--- a/CSGO Font Manager/Form1.cs
+++ b/CSGO Font Manager/Form1.cs
@@ -12,7 +12,7 @@
using System.Text.RegularExpressions;
using System.Windows.Forms;
-namespace CSGO_Font_Manager_2._0
+namespace CSGO_Font_Manager
{
public partial class Form1 : Form
{
diff --git a/CSGO Font Manager/Program.cs b/CSGO Font Manager/Program.cs
index c61dc9c..c43ef94 100644
--- a/CSGO Font Manager/Program.cs
+++ b/CSGO Font Manager/Program.cs
@@ -4,7 +4,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace CSGO_Font_Manager_2._0
+namespace CSGO_Font_Manager
{
static class Program
{
diff --git a/CSGO Font Manager/bin/Debug/CSGO Font Manager.exe b/CSGO Font Manager/bin/Debug/CSGO Font Manager.exe
index e5a9ea1..afc3d7d 100644
Binary files a/CSGO Font Manager/bin/Debug/CSGO Font Manager.exe and b/CSGO Font Manager/bin/Debug/CSGO Font Manager.exe differ
diff --git a/CSGO Font Manager/bin/Debug/CSGO Font Manager.pdb b/CSGO Font Manager/bin/Debug/CSGO Font Manager.pdb
index 18481dd..623555c 100644
Binary files a/CSGO Font Manager/bin/Debug/CSGO Font Manager.pdb and b/CSGO Font Manager/bin/Debug/CSGO Font Manager.pdb differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.CopyComplete b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.FileListAbsolute.txt b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..4ad56ee
--- /dev/null
+++ b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.exe.config
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.exe
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.pdb
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.Shared.WinForms.dll
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.SyntaxEditor.WinForms.dll
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.Shared.WinForms.xml
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.SyntaxEditor.WinForms.xml
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csprojResolveAssemblyReference.cache
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO_Font_Manager.Form1.resources
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO_Font_Manager.Properties.Resources.resources
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.GenerateResource.cache
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.CoreCompileInputs.cache
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.CopyComplete
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.exe
+D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.pdb
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.GenerateResource.cache b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.GenerateResource.cache
new file mode 100644
index 0000000..b0909a7
Binary files /dev/null and b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csproj.GenerateResource.cache differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.csprojResolveAssemblyReference.cache b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csprojResolveAssemblyReference.cache
new file mode 100644
index 0000000..5468a59
Binary files /dev/null and b/CSGO Font Manager/obj/Debug/CSGO Font Manager.csprojResolveAssemblyReference.cache differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.exe b/CSGO Font Manager/obj/Debug/CSGO Font Manager.exe
index e5a9ea1..afc3d7d 100644
Binary files a/CSGO Font Manager/obj/Debug/CSGO Font Manager.exe and b/CSGO Font Manager/obj/Debug/CSGO Font Manager.exe differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO Font Manager.pdb b/CSGO Font Manager/obj/Debug/CSGO Font Manager.pdb
index 18481dd..623555c 100644
Binary files a/CSGO Font Manager/obj/Debug/CSGO Font Manager.pdb and b/CSGO Font Manager/obj/Debug/CSGO Font Manager.pdb differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Form1.resources b/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Form1.resources
new file mode 100644
index 0000000..a0df862
Binary files /dev/null and b/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Form1.resources differ
diff --git a/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Properties.Resources.resources b/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Properties.Resources.resources
new file mode 100644
index 0000000..e875ec1
Binary files /dev/null and b/CSGO Font Manager/obj/Debug/CSGO_Font_Manager.Properties.Resources.resources differ
diff --git a/CSGO Font Manager/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CSGO Font Manager/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 61b1379..284cb9a 100644
Binary files a/CSGO Font Manager/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/CSGO Font Manager/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/CSGO Font Manager/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/CSGO Font Manager/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
index 093ed66..49aaecd 100644
Binary files a/CSGO Font Manager/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/CSGO Font Manager/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ