From 4ca478ea82772376cb9eb3f77c52dc74e750ae1b Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 30 Apr 2020 22:37:58 +0800 Subject: fix msbuild/exec for vsxmake --- xmake/plugins/project/vsxmake/vsproj/Xmake.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets index 0519c2762..2fca97e34 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets @@ -95,12 +95,12 @@ + $(_XmakeExecutable) config $(_XmakeCommonFlags) $(_XmakeConfigFlags)" EchoOff="true" IgnoreStandardErrorWarningFormat="true" /> + $(_XmakeExecutable) build $(_XmakeCommonFlags) $(_XmakeBuildFlags) $(XmakeTarget)" EchoOff="true" IgnoreStandardErrorWarningFormat="true"/> @@ -112,12 +112,12 @@ + $(_XmakeExecutable) build $(_XmakeCommonFlags) $(_XmakeBuildFileFlags) $(FileFlag) $(XmakeTarget)" EchoOff="true" IgnoreStandardErrorWarningFormat="true" /> + $(_XmakeExecutable) clean $(_XmakeCommonFlags) $(_XmakeCleanFlags) $(XmakeTarget)" EchoOff="true" IgnoreStandardErrorWarningFormat="true" /> -- cgit v1.3.1