Hi Brian,
A solution can contain multiple projects; for example a Windows Forms app
(EXE), a Class Library (DLL) the app uses and a setup project.
When you choose "New Project" from the menu Visual Studio creates a new
solution and puts a project of the type you select in that solution.
When you choose "Blank Solution" from the menu it just creates the solution
with no projects in it.