From 771601d0cec164fd736a804446e255e6359c6da1 Mon Sep 17 00:00:00 2001 From: MichaelHinrichs Date: Sat, 1 Jun 2024 15:50:33 -0500 Subject: [PATCH] Rename project "FreeeInfantry", seriously? --- ...ry-BLO-Extractor.csproj => FreeInfantry-BLO-Extractor.csproj | 2 +- ...Infantry-BLO-Extractor.sln => FreeInfantry-BLO-Extractor.sln | 2 +- Program.cs | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename FreeeInfantry-BLO-Extractor.csproj => FreeInfantry-BLO-Extractor.csproj (79%) rename FreeeInfantry-BLO-Extractor.sln => FreeInfantry-BLO-Extractor.sln (85%) diff --git a/FreeeInfantry-BLO-Extractor.csproj b/FreeInfantry-BLO-Extractor.csproj similarity index 79% rename from FreeeInfantry-BLO-Extractor.csproj rename to FreeInfantry-BLO-Extractor.csproj index 97517e0..221b212 100644 --- a/FreeeInfantry-BLO-Extractor.csproj +++ b/FreeInfantry-BLO-Extractor.csproj @@ -3,7 +3,7 @@ Exe net6.0 - FreeeInfantry_BLO_Extractor + FreeInfantry_BLO_Extractor enable enable diff --git a/FreeeInfantry-BLO-Extractor.sln b/FreeInfantry-BLO-Extractor.sln similarity index 85% rename from FreeeInfantry-BLO-Extractor.sln rename to FreeInfantry-BLO-Extractor.sln index 8a73477..c57f48b 100644 --- a/FreeeInfantry-BLO-Extractor.sln +++ b/FreeInfantry-BLO-Extractor.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34728.123 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeeInfantry-BLO-Extractor", "FreeeInfantry-BLO-Extractor.csproj", "{A3BC494F-42A1-4C06-B33A-0A2925A68982}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeInfantry-BLO-Extractor", "FreeInfantry-BLO-Extractor.csproj", "{A3BC494F-42A1-4C06-B33A-0A2925A68982}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Program.cs b/Program.cs index b9c7e5d..4ec224b 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,4 @@ -namespace FreeeInfantry_BLO_Extractor +namespace FreeInfantry_BLO_Extractor { internal class Program { diff --git a/README.md b/README.md index 3871289..ab362f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# FreeeInfantry-BLO-Extractor +# FreeInfantry-BLO-Extractor A tool to extract from BLO files in the game [FreeInfantry](https://store.steampowered.com/app/2830720).