From 4fe1c80f57ce093a0f0c38100a773e9b2ad0512c Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 May 2023 23:54:36 +0800 Subject: add c language for vsxmake #3707 --- xmake/plugins/project/vsxmake/vsproj/Xmake.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.props b/xmake/plugins/project/vsxmake/vsproj/Xmake.props index dbdf25453..3a9df6a4d 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.props @@ -117,6 +117,10 @@ stdcpplatest stdcpplatest stdcpplatest + stdc11 + stdc17 + stdc11 + stdc17 Use $(XmakeProjectDir)\$(XmakePrecompiledHeader) $(XmakeProjectDir)\$(XmakePrecompiledHeader);%(ForcedIncludeFiles) -- cgit v1.3.1