Specifying VS version?

Is there a way in Projucer to change the version of Visual Studio that is launched when exporting and opening in the IDE? I have a VS 2019 exporter, but it always opens my project in VS 2017 (which I also have installed on my PC). I poked around, but don’t see anyplace that says which version to use.

This is an OS function. Projucer does not launch the IDE, it asks the OS to launch the app associated with the given files extension. Look up how to change default apps on Windows.

Ah, ok. I know how to do that. Guess I’ll have to launch it manually, then (and just Save from Projucer), because I have different projects that use different VS versions at the moment. (Just now transitioning from 2017 to 2019.) Thanks!