From 23ae1e8af491342ef3e4f899ed0bdb5dd1a1284a Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sun, 24 Nov 2019 18:08:20 +0800 Subject: emit target in xmake config ref: https://github.com/xmake-io/xmake/issues/612#issuecomment-556022070 --- xmake/plugins/project/vsxmake/vsproj/Xmake.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets index 60c263d30..0519c2762 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets @@ -93,9 +93,9 @@ Text="$(XmakeProjectFile) not found at '$(XmakeProjectDirResolved)', please set XmakeProjectDir in vcxproj file" /> - + + $(_XmakeExecutable) config $(_XmakeCommonFlags) $(_XmakeConfigFlags)" EchoOff="true" /> -- cgit v1.3.1