I have two projects, both of them provides localizable support.
Project A generate ProjectA.dll
and ProjectA.resources.dll
(in zh-Hans folder)
Project B reference to ProjectA.dll
(Project A and Project B in different solution).
create setup project for Project B with Visual Studio Installer. Added Primary output from ProjectB and Localized resources from ProjectB.
But it looks ProjectA.resources.dll
didn't included in setup project. Can any one tell me what is the right way to include localized resources of Project A into setup project of Project B?