From cfbf0f2a241111737880370f832b3696fe93927a Mon Sep 17 00:00:00 2001 From: Bai Miao <68489543+ChrisCatCP@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:30:47 +0800 Subject: vsxmake: add cxx20 --- xmake/scripts/vsxmake/vsproj/Xmake.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.props b/xmake/scripts/vsxmake/vsproj/Xmake.props index 6c46bc5e1..0c8f0e987 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.props +++ b/xmake/scripts/vsxmake/vsproj/Xmake.props @@ -110,8 +110,8 @@ stdcpp14 stdcpp17 stdcpp17 - stdcpplatest - stdcpplatest + stdcpp20 + stdcpp20 stdcpplatest stdcpplatest stdcpplatest @@ -119,8 +119,8 @@ stdcpp14 stdcpp17 stdcpp17 - stdcpplatest - stdcpplatest + stdcpp20 + stdcpp20 stdcpplatest stdcpplatest stdc11 -- cgit v1.3.1