0

With VsShellUtilities API, I can get the project for a particular file with the GetProject method. How can I get the startup project?

Colonel Panic
  • 132,665
  • 89
  • 401
  • 465

1 Answers1

2

To get the startup project(s) of a solution you can use:

Carlos Quintero
  • 4,300
  • 1
  • 11
  • 18