Merge pull request #1 from SleekZ/master

Upgrade testcli c++ language standard to Cpp17
This commit is contained in:
donnaskiez 2023-11-01 20:24:19 +11:00 committed by GitHub
commit da5ccf3d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>