Introjucer: Save Project creates a Visual Studio solution

After a Save Project and Open in Visual Studio, Introjucer produces a Visual Studio solution file (.sln). This is incorrect, it should skip creating the solution and launch Visual Studio with the project file directly.

Launching Visual Studio with a project specified opens it in a new, unsaved solution. The user is later prompted for the location to save the solution. This is the preferred workflow, since solutions are usually user specific and don’t go into source code repositories.

I seem to remember having some trouble trying to launch the project file directly, or perhaps VC popped up endless dialog boxes every time you tried to launch it… can’t remember, but I’m sure I did it this way for a reason.

this is YOUR preferred workflow, not my!