This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Description
Suppose a package has two modules, A and B.
This package currently has a number of public headers, for which A and B #include.
Suppose now that you generate a solution/workspace for this, to include both A and B.
On which project are the public headers copied as a pre-build step?
Currently, it looks like whichever project gets evaluated first.
They can't exist on both.
The header copy ought to be a project in it's own right really, so both A and B depend on it.