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

Project outputs from .wixproj are not available to other projects #5455

Closed
heaths opened this issue Dec 13, 2016 · 3 comments
Closed

Project outputs from .wixproj are not available to other projects #5455

heaths opened this issue Dec 13, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@heaths
Copy link

heaths commented Dec 13, 2016

  • Which version of WiX are you building with?

3.10.3

  • Which version of Visual Studio are you building with (if any)?

2015

  • Which version of .NET are you building with?

N/A

  • If the problem occurs when installing your packages built with WiX, what is the version of Windows the package is running on?

N/A (though, Windows 10)

  • Describe the problem and the steps to reproduce it.

Some projects reference output from other projects, but .wixproj targets do not implement BuiltProjectOutputGroupDependencies or DebugSymbolsProjectOutputGroupDependencies so outputs are not discoverable and project output references fail.

  • Describe the behavior you expected and how it differed from the actual behavior.

The WiX targets should implement BuiltProjectOutputGroupDependencies - which emits BuiltProjectOutputGroupDependency items - and DebugSymbolsProjectOutputGroupDependencies - which emits DebugSymbolsProjectOutputGroupDependency items. See Microsoft.Common.CurrentVersion.targets for an example.

@heaths
Copy link
Author

heaths commented Dec 13, 2016

Note that this is not the same as #4940, which asks that heat.exe call into these targets for other projects.

@robmen
Copy link
Member

robmen commented Dec 13, 2016

I believe this is fixed in WiX v4.0 with the standardization on Microsoft.Common.targets.

@robmen robmen self-assigned this Dec 20, 2016
@robmen robmen added this to the v4.0 milestone Dec 20, 2016
@robmen
Copy link
Member

robmen commented Dec 20, 2016

This is fixed in WiX v4.0 with the standardization on Microsoft.Common.targets.

@robmen robmen closed this as completed Dec 20, 2016
@rseanhall rseanhall added this to Done in wix.4.0-preview.0 Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants