I have a C# unit test project that I would like to debug with mixed-mode debugging when I select Debug on a test from the Test Explorer.
In the properties dialog for non-SDK-style projects I can choose "Enable native code debugging" under the Debug tab as shown in this answer: https://stackoverflow.com/a/29245531/1555496. However the properties dialog for SDK-style project have been through a complete overhaul and the project-wide debug settings have been replaced with launch profiles.
I am not however launching with a launch profile when I choose Debug from the Test Explorer, so how do I enable mixed mode debugging now?