You can’t in general query what things will be installed where. Things can be installed to multiple places, for multiple components, etc. Basically, you need to look through the project to see what it does, and in your consuming project you make use of that knowledge to either re-use the existing install rules, or you define your own install rules for the consumed dependency and ignore the ones it defines (you would do this with components, adding only those components you want for your top level project’s install/packaging logic).