From 73cc345f54b989aab39d05ad1b269a338771ab52 Mon Sep 17 00:00:00 2001 From: Vincent Zhang <73851560+bootsareme@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:54:30 -0500 Subject: Add a launch argument for full screen (#663) * per user config should be .gitignored * add comment surrounding gitignore update * make it wildcard * add fullscreen to launch option struct * remove redundant forward declaration and use fullscreen launch option in main --- Minecraft.Client/Minecraft.Client.vcxproj.user | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Minecraft.Client/Minecraft.Client.vcxproj.user (limited to 'Minecraft.Client/Minecraft.Client.vcxproj.user') diff --git a/Minecraft.Client/Minecraft.Client.vcxproj.user b/Minecraft.Client/Minecraft.Client.vcxproj.user deleted file mode 100644 index 24ca62f8..00000000 --- a/Minecraft.Client/Minecraft.Client.vcxproj.user +++ /dev/null @@ -1,22 +0,0 @@ - - - - Debug - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - -- cgit v1.2.3