Hi,
I am developing Visual Studio Extension and use VCDebugSettings interface to set C++ project's debug options. This interface however does not let me set "Deployment Directory" and "Additional Files to Deploy" properties in"Remote Windows Debugger". I searched documentation for Microsoft.VisualStudio.VCProjectEngine on MSDN and did not find and way to set this. What is the recommended way to get/set this properties?
Regards,
Maciej