How do I programmatically find out the Action of each StartUp Project in a solution?
问题 Under Solution->Properties, I can set multiple start-up projects: I know that I can get the list of projects marked with "Start" (by using EnvDTE: solution.SolutionBuild.StartupProjects ), but how do I get the list of projects whose action is "Start without debugging"? They do not appear in the list. 回答1: I don't think this is documented and available officially, but here are some information: This is stored in the solution's .SUO file by the Visual Studio built-in package. The SUO file has