From 48a436251e3e5b0c8369f9a4d0c021ce7f79b062 Mon Sep 17 00:00:00 2001 From: shaqtsui Date: Mon, 13 Feb 2023 17:12:09 +0800 Subject: vsxmake generator support RC definition & include --- xmake/plugins/project/vsxmake/vsproj/Xmake.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.props b/xmake/plugins/project/vsxmake/vsproj/Xmake.props index 6b2e9da34..dbdf25453 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.props +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.props @@ -126,6 +126,11 @@ Console Windows + + + %(PreprocessorDefinitions);$(XmakeDefines) + $(XmakeIncludeDirs) + -- cgit v1.3.1