From 3ba58a5d6aee631a918e762d4730c05abe301d78 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 25 Feb 2023 02:19:14 +0800 Subject: [PATCH] Update post build event --- spy/Spy.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj index efdd2d3..a1caf55 100644 --- a/spy/Spy.vcxproj +++ b/spy/Spy.vcxproj @@ -163,7 +163,7 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto spy.def - md $(SolutionDir)Out + if not exist $(SolutionDir)Out md $(SolutionDir)Out xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out