How to access project reference metadata from WiX project in MSBuild
Accessing project references metadata, such as the typical $(var.MyCustomAction.TargetDir)
is pretty common from WiX fragments. Here's how to do the same from MSBuild
[Read More]