From 155d85a95193c857aac230aa1f3df44d9e2a683f Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Wed, 21 Jun 2023 10:35:25 +1000 Subject: [PATCH] Console won't close properly? That's annoying. --- Airport.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Airport.vcxproj b/Airport.vcxproj index 580327c..cfa3116 100644 --- a/Airport.vcxproj +++ b/Airport.vcxproj @@ -110,7 +110,7 @@ Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;%(PreprocessorDefinitions) true stdc17 $(SDL2Dir)\include;$(SDL2ImageDir)\include;$(SDL2TTFDir)\include;$(SolutionDir)Box/source;$(SolutionDir)Box/Toy/source;%(AdditionalIncludeDirectories) @@ -135,14 +135,14 @@ xcopy "$(SDL2TTFDir)\lib\x64\SDL2_ttf.dll" "$(OutDir)" /Y /I /E true true true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) true stdc17 $(SDL2Dir)\include;$(SDL2ImageDir)\include;$(SDL2TTFDir)\include;$(SolutionDir)Box/source;$(SolutionDir)Box/Toy/source;%(AdditionalIncludeDirectories) None - Windows + Console true true true