Add post-build events
This commit is contained in:
+6
-3
@@ -126,9 +126,12 @@
|
||||
<ModuleDefinitionFile>sdk.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>xcopy /y $(OutDir)sdk.dll $(SolutionDir)python
|
||||
xcopy /y $(SolutionDir)TEQuant.jpeg $(SolutionDir)python
|
||||
xcopy /y $(SolutionDir)TEQuant.jpeg $(SolutionDir)Release</Command>
|
||||
<Command>xcopy /y $(OutDir)sdk.dll $(OutDir)out\cpp
|
||||
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\wcf\*.py $(OutDir)out\python\wcf</Command>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
<Message>Copy files</Message>
|
||||
|
||||
Reference in New Issue
Block a user