From c0bbd9795376155f1b5713ad19c9daf850836e18 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 16 Jun 2021 01:27:11 +0200 Subject: [PATCH] Rename project --- GCMM.sln | 2 +- {GCMM => TBMM}/AutoPatchingState.cs | 0 {GCMM => TBMM}/Configuration.cs | 0 {GCMM => TBMM}/CustomMessageBox.Designer.cs | 0 {GCMM => TBMM}/CustomMessageBox.cs | 0 {GCMM => TBMM}/CustomMessageBox.resx | 0 {GCMM => TBMM}/DialogUtils.cs | 0 {GCMM => TBMM}/Localization.Designer.cs | 0 {GCMM => TBMM}/Localization.resx | 0 {GCMM => TBMM}/MainForm.Designer.cs | 0 {GCMM => TBMM}/MainForm.cs | 0 {GCMM => TBMM}/MainForm.resx | 0 {GCMM => TBMM}/MainModInstaller.cs | 0 {GCMM => TBMM}/MainModList.cs | 0 {GCMM => TBMM}/MainPatcher.cs | 0 {GCMM => TBMM}/MainUtils.cs | 0 {GCMM => TBMM}/ModInfo.cs | 0 {GCMM => TBMM}/Program.cs | 0 {GCMM => TBMM}/Properties/launchSettings.json | 0 {GCMM => TBMM}/SettingsForm.Designer.cs | 0 {GCMM => TBMM}/SettingsForm.cs | 0 {GCMM => TBMM}/SettingsForm.resx | 0 GCMM/GCMM.csproj => TBMM/TBMM.csproj | 1 + {GCMM => TBMM}/ZipArchiveExtensions.cs | 0 {GCMM => TBMM}/favicon.ico | Bin 25 files changed, 2 insertions(+), 1 deletion(-) rename {GCMM => TBMM}/AutoPatchingState.cs (100%) rename {GCMM => TBMM}/Configuration.cs (100%) rename {GCMM => TBMM}/CustomMessageBox.Designer.cs (100%) rename {GCMM => TBMM}/CustomMessageBox.cs (100%) rename {GCMM => TBMM}/CustomMessageBox.resx (100%) rename {GCMM => TBMM}/DialogUtils.cs (100%) rename {GCMM => TBMM}/Localization.Designer.cs (100%) rename {GCMM => TBMM}/Localization.resx (100%) rename {GCMM => TBMM}/MainForm.Designer.cs (100%) rename {GCMM => TBMM}/MainForm.cs (100%) rename {GCMM => TBMM}/MainForm.resx (100%) rename {GCMM => TBMM}/MainModInstaller.cs (100%) rename {GCMM => TBMM}/MainModList.cs (100%) rename {GCMM => TBMM}/MainPatcher.cs (100%) rename {GCMM => TBMM}/MainUtils.cs (100%) rename {GCMM => TBMM}/ModInfo.cs (100%) rename {GCMM => TBMM}/Program.cs (100%) rename {GCMM => TBMM}/Properties/launchSettings.json (100%) rename {GCMM => TBMM}/SettingsForm.Designer.cs (100%) rename {GCMM => TBMM}/SettingsForm.cs (100%) rename {GCMM => TBMM}/SettingsForm.resx (100%) rename GCMM/GCMM.csproj => TBMM/TBMM.csproj (97%) rename {GCMM => TBMM}/ZipArchiveExtensions.cs (100%) rename {GCMM => TBMM}/favicon.ico (100%) 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