Fix vcxproj with C++20

This commit is contained in:
vczh
2023-04-23 00:39:22 -07:00
parent b43bf9c96d
commit 19e8dc3f07
22 changed files with 207 additions and 0 deletions
@@ -124,6 +124,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>VCZH_DEBUG_NO_REFLECTION;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -138,6 +139,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>VCZH_DEBUG_NO_REFLECTION;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>