[Visual Studio] Remote debugging

Is it possible to modify the visual studio remote debugging options with cmake?

I think there is some way to control various VS properties, but I’m not seeing it right now.

Cc: @brad.king

I don’t think we have a way to set these. The closest is DEPLOYMENT_REMOTE_DIRECTORY but it is documented only for WinCE and I think implemented only for VS 2008.

The CMAKE_VS_GLOBALS variable can be used to set arbitrary properties in the globals section of a .vcxproj file.