c# - In Setup project, difference between adding 'project output' and 'assembly' -
i not sure correct thing add. in setup project, when 1 clicks on "view" -> editor" -> "file system", , right-clicks , pop-up appears.
if project uses project b, must add b.dll (assembly), or output of project b?
(assuming have both project , project b in solution , project has reference project b.)
adding project output add project outputs, may 1 file or more, of type. since have project, add output rather dll file. if name ever changes or there other changes
but if dll binary somewhere, add dll.
Comments
Post a Comment