From b2f84567105fb1a42c076e6e0ebbbda563dd8f43 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 23 Jul 2022 22:11:12 -0700 Subject: [PATCH] msbuild: set C standard to C17 not required but it seems nice --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index b7921fdfd3..03c03e908f 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -104,6 +104,8 @@ false true true + + stdc17 stdcpplatest