From c751694f536ec382260023aae537f8fca1c18861 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 16 Oct 2022 16:51:05 +0800 Subject: [PATCH] Add post-build events --- spy/Spy.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj index a449bc9..3d8a1c8 100644 --- a/spy/Spy.vcxproj +++ b/spy/Spy.vcxproj @@ -135,7 +135,8 @@ md out\cpp md out\python\wcf xcopy /y $(OutDir)spy.dll $(OutDir)out\cpp -xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf +xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf +xcopy /y $(SolutionDir)proto\wcf.proto $(OutDir)out\python Copy spy.dll