Update post build event

This commit is contained in:
Changhua 2023-02-25 02:19:14 +08:00
parent a54b221bbe
commit 3ba58a5d6a

View File

@ -163,7 +163,7 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
<ModuleDefinitionFile>spy.def</ModuleDefinitionFile> <ModuleDefinitionFile>spy.def</ModuleDefinitionFile>
</Link> </Link>
<PostBuildEvent> <PostBuildEvent>
<Command>md $(SolutionDir)Out <Command>if not exist $(SolutionDir)Out md $(SolutionDir)Out
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out</Command> xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out</Command>
</PostBuildEvent> </PostBuildEvent>
<PostBuildEvent> <PostBuildEvent>