DEPLOYMENT_REMOTE_DIRECTORY¶
在版本 3.6 中新增。
設定 WinCE 專案的 RemoteDirectory
在 DeploymentTool
以及 RemoteExecutable
在 DebuggerTool
中,於 .vcproj
檔案中,這些檔案由 Visual Studio Generators 產生。當您想要在遠端 WinCE 裝置上進行偵錯時,這非常有用。例如
set_property(TARGET ${TARGET} PROPERTY
DEPLOYMENT_REMOTE_DIRECTORY "\\FlashStorage")
產生
<DeploymentTool RemoteDirectory="\FlashStorage" ... />
<DebuggerTool RemoteExecutable="\FlashStorage\target_file" ... />