|
I'm trying to find the projects/configs selected to be built in a batch build by the user. Solution is easy, just loop through them all. Project is easy by using selected items. Batch, I can't find. I've tried looping through every possible function that produces a project name through EnvDTE and VCProjectsEngineLibrary. There just has to be something I missed.
|