Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to harvest dependencies #4940

Open
wixbot opened this issue Oct 30, 2015 · 1 comment
Open

Add option to harvest dependencies #4940

wixbot opened this issue Oct 30, 2015 · 1 comment
Milestone

Comments

@wixbot
Copy link

wixbot commented Oct 30, 2015

It would be great to have an option to include output of project dependencies, when harvesting a project. It would make harvesting large solutions much easier, or make possible to harvest referenced projects during build time.

heat project MyProj.csproj -pog Binaries -pog Symbols -dependencies -out MyProj.wxs

or

heat project MyProj.csproj -pog Binaries -pog Symbols -pog BinariesDependencies -pog SymbolsDependencies  -out MyProj.wxs

Implementation should be pretty straightforward. Utilize
BuiltProjectOutputGroupDependencies, DebugSymbolsProjectOutputGroupDependencies, DocumentationProjectOutputGroupDependencies, SatelliteDllsProjectOutputGroupDependencies targets to get the required output. Just make sure to filter the result based on CopyLocal metadata to remove system assemblies.

Originally opened by kovalikp

@wixbot
Copy link
Author

wixbot commented Nov 6, 2015

Needs to be opt-in for v3.x. v4.x could do it automatically.

Release set to v3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant