From df6f9891aeac3d918e1d18550e4465268bc4da55 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Mon, 30 May 2022 12:39:04 +0200 Subject: vsxmake: Move include directories to AdditionalIncludeDirectories (fixes #2392) --- 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 ba13741a4..a7faaa1ad 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.props @@ -99,6 +99,7 @@ %(PreprocessorDefinitions);$(XmakeDefines) + $(XmakeIncludeDirs) stdcpp11 stdcpp14 stdcpp17 @@ -148,7 +149,6 @@ - $(XmakeIncludeDirs);$(IncludePath) $(XmakeLinkDirs);$(LibraryPath) $(XmakeTargetDir)\ $(XmakeBuilDir)\.vs\$(TargetName)\$(XmakeArch)\$(XmakeMode)\ -- cgit v1.3.1