From 3b4050dd031bd6e10f14f048f7283d3fdea97a34 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 6 Jun 2023 22:28:47 +0800 Subject: fix key name --- xmake/plugins/project/vsxmake/vsproj/Xmake.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.props b/xmake/plugins/project/vsxmake/vsproj/Xmake.props index ec2860953..3e3a33298 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.props @@ -100,7 +100,7 @@ %(PreprocessorDefinitions);$(XmakeDefines) $(XmakeIncludeDirs) - %(AditionalOptions) $(XmakeCFlags) $(XmakeCXFlags) $(XmakeCXXFlags) + %(AdditionalOptions) $(XmakeCFlags) $(XmakeCXFlags) $(XmakeCXXFlags) stdcpp11 stdcpp14 stdcpp17 -- cgit v1.3.1