I've configured my VSIX-Project to run devenv.exe when I press F5. This opens the start page from Visual Studio. In order to test my extension I have to manually open a specific solution.
I tried to run devenv with the argument '/Run PathToSolution.sln' this starts VS with the specified Solution but also runs the startup project. Is there a way to run devenv and open a specific solution?