Add post build event

This commit is contained in:
Changhua
2023-02-25 18:04:40 +08:00
parent 3ba58a5d6a
commit 0d0c6642ee
3 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -118,7 +118,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out</Command>
<Command>xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copy files</Message>