Let us say that I have the following:

LibraryA
LibraryB (depends on LibraryA)
ExampleA1 (depend on LibraryA)
ExampleB1 (depend on LibraryB)
ExampleB2 (depend on LibraryB)

Is this possible to express in a package.json today?
Can I generate VisualD-projects for this today?

I've tried using configuration as well as subPackages, but it only seems to build one of my examples. Same with VisualD. Is this intentional?

If this is a bug I could try to look at it myself but I'm wondering what the intent is. Someone else asked "what is a package" on the forum. I guess my question is similar.

Thanks for any advice of enlightenment. I could create one repro for every one of these, but I really like to have all my examples in one VisualD-solution while I work on my library.