Update post build event
This commit is contained in:
parent
a54b221bbe
commit
3ba58a5d6a
@ -163,7 +163,7 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
|
||||
<ModuleDefinitionFile>spy.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>md $(SolutionDir)Out
|
||||
<Command>if not exist $(SolutionDir)Out md $(SolutionDir)Out
|
||||
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out</Command>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
|
Loading…
Reference in New Issue
Block a user