From e3cf4e7df488905774ae635ea186ff6ac9eb129f Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Thu, 28 Sep 2023 00:34:31 -0700 Subject: [PATCH] Add "with SDL" to this property sheet name to differentiate it from the non-SDL version of the conio property sheet --- src/conio/conio_sdl.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/conio_sdl.props b/src/conio/conio_sdl.props index 30b6af3502..7a2fb39aff 100644 --- a/src/conio/conio_sdl.props +++ b/src/conio/conio_sdl.props @@ -3,7 +3,7 @@ <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_PropertySheetDisplayName>Console Input/Output (CONIO) Library</_PropertySheetDisplayName> + <_PropertySheetDisplayName>Console Input/Output (CONIO) Library with SDL</_PropertySheetDisplayName> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> -- GitLab