DEPLOYMENT_REMOTE_DIRECTORY

在版本 3.6 中新增。

設定 WinCE 專案的 RemoteDirectoryDeploymentTool 以及 RemoteExecutableDebuggerTool 中,於 .vcproj 檔案中,這些檔案由 Visual Studio Generators 產生。當您想要在遠端 WinCE 裝置上進行偵錯時,這非常有用。例如

set_property(TARGET ${TARGET} PROPERTY
  DEPLOYMENT_REMOTE_DIRECTORY "\\FlashStorage")

產生

<DeploymentTool RemoteDirectory="\FlashStorage" ... />
<DebuggerTool RemoteExecutable="\FlashStorage\target_file" ... />