You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
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.