From 30035d7ec1203789db81882f2300f7f607ae219b Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 16 Oct 2022 16:24:14 +0800 Subject: [PATCH] Add post-build events --- sdk/SDK.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/SDK.vcxproj b/sdk/SDK.vcxproj index a5e7bb9..9d6e915 100644 --- a/sdk/SDK.vcxproj +++ b/sdk/SDK.vcxproj @@ -131,6 +131,7 @@ xcopy /y $(OutDir)sdk.dll $(OutDir)out\python\wcf xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\cpp xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\python xcopy /y $(SolutionDir)python\demo.py $(OutDir)out\python +xcopy /y $(SolutionDir)python\README.MD $(OutDir)out\python xcopy /y $(SolutionDir)python\wcf\*.py $(OutDir)out\python\wcf