diff --git a/GCMM.sln b/GCMM.sln
index 912b7ce..de89156 100644
--- a/GCMM.sln
+++ b/GCMM.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GCMM", "GCMM\GCMM.csproj", "{4022166A-FEA4-4B26-B83F-58B4D2004976}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TBMM", "TBMM\TBMM.csproj", "{4022166A-FEA4-4B26-B83F-58B4D2004976}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/GCMM/AutoPatchingState.cs b/TBMM/AutoPatchingState.cs
similarity index 100%
rename from GCMM/AutoPatchingState.cs
rename to TBMM/AutoPatchingState.cs
diff --git a/GCMM/Configuration.cs b/TBMM/Configuration.cs
similarity index 100%
rename from GCMM/Configuration.cs
rename to TBMM/Configuration.cs
diff --git a/GCMM/CustomMessageBox.Designer.cs b/TBMM/CustomMessageBox.Designer.cs
similarity index 100%
rename from GCMM/CustomMessageBox.Designer.cs
rename to TBMM/CustomMessageBox.Designer.cs
diff --git a/GCMM/CustomMessageBox.cs b/TBMM/CustomMessageBox.cs
similarity index 100%
rename from GCMM/CustomMessageBox.cs
rename to TBMM/CustomMessageBox.cs
diff --git a/GCMM/CustomMessageBox.resx b/TBMM/CustomMessageBox.resx
similarity index 100%
rename from GCMM/CustomMessageBox.resx
rename to TBMM/CustomMessageBox.resx
diff --git a/GCMM/DialogUtils.cs b/TBMM/DialogUtils.cs
similarity index 100%
rename from GCMM/DialogUtils.cs
rename to TBMM/DialogUtils.cs
diff --git a/GCMM/Localization.Designer.cs b/TBMM/Localization.Designer.cs
similarity index 100%
rename from GCMM/Localization.Designer.cs
rename to TBMM/Localization.Designer.cs
diff --git a/GCMM/Localization.resx b/TBMM/Localization.resx
similarity index 100%
rename from GCMM/Localization.resx
rename to TBMM/Localization.resx
diff --git a/GCMM/MainForm.Designer.cs b/TBMM/MainForm.Designer.cs
similarity index 100%
rename from GCMM/MainForm.Designer.cs
rename to TBMM/MainForm.Designer.cs
diff --git a/GCMM/MainForm.cs b/TBMM/MainForm.cs
similarity index 100%
rename from GCMM/MainForm.cs
rename to TBMM/MainForm.cs
diff --git a/GCMM/MainForm.resx b/TBMM/MainForm.resx
similarity index 100%
rename from GCMM/MainForm.resx
rename to TBMM/MainForm.resx
diff --git a/GCMM/MainModInstaller.cs b/TBMM/MainModInstaller.cs
similarity index 100%
rename from GCMM/MainModInstaller.cs
rename to TBMM/MainModInstaller.cs
diff --git a/GCMM/MainModList.cs b/TBMM/MainModList.cs
similarity index 100%
rename from GCMM/MainModList.cs
rename to TBMM/MainModList.cs
diff --git a/GCMM/MainPatcher.cs b/TBMM/MainPatcher.cs
similarity index 100%
rename from GCMM/MainPatcher.cs
rename to TBMM/MainPatcher.cs
diff --git a/GCMM/MainUtils.cs b/TBMM/MainUtils.cs
similarity index 100%
rename from GCMM/MainUtils.cs
rename to TBMM/MainUtils.cs
diff --git a/GCMM/ModInfo.cs b/TBMM/ModInfo.cs
similarity index 100%
rename from GCMM/ModInfo.cs
rename to TBMM/ModInfo.cs
diff --git a/GCMM/Program.cs b/TBMM/Program.cs
similarity index 100%
rename from GCMM/Program.cs
rename to TBMM/Program.cs
diff --git a/GCMM/Properties/launchSettings.json b/TBMM/Properties/launchSettings.json
similarity index 100%
rename from GCMM/Properties/launchSettings.json
rename to TBMM/Properties/launchSettings.json
diff --git a/GCMM/SettingsForm.Designer.cs b/TBMM/SettingsForm.Designer.cs
similarity index 100%
rename from GCMM/SettingsForm.Designer.cs
rename to TBMM/SettingsForm.Designer.cs
diff --git a/GCMM/SettingsForm.cs b/TBMM/SettingsForm.cs
similarity index 100%
rename from GCMM/SettingsForm.cs
rename to TBMM/SettingsForm.cs
diff --git a/GCMM/SettingsForm.resx b/TBMM/SettingsForm.resx
similarity index 100%
rename from GCMM/SettingsForm.resx
rename to TBMM/SettingsForm.resx
diff --git a/GCMM/GCMM.csproj b/TBMM/TBMM.csproj
similarity index 97%
rename from GCMM/GCMM.csproj
rename to TBMM/TBMM.csproj
index deb8382..3688a93 100644
--- a/GCMM/GCMM.csproj
+++ b/TBMM/TBMM.csproj
@@ -12,6 +12,7 @@
A mod manager for Techblox. It automatically downloads and runs GCIPA and allows the user to install mods.
true
8
+ GCMM
diff --git a/GCMM/ZipArchiveExtensions.cs b/TBMM/ZipArchiveExtensions.cs
similarity index 100%
rename from GCMM/ZipArchiveExtensions.cs
rename to TBMM/ZipArchiveExtensions.cs
diff --git a/GCMM/favicon.ico b/TBMM/favicon.ico
similarity index 100%
rename from GCMM/favicon.ico
rename to TBMM/favicon.ico