Setting the debugger type in visual studio

Is there a way, to set the debugger type property for a project (possible values are: auto, native only, etc. ) in visual studio?

The VS_USER_PROPS target property is probably the easiest way (if it is a per-target decision). If not…it’d probably need a new knob added.