How can I force MSBuild to hold reference to binaries even when they're not referenced in code ?
+1
A:
i suggest using this program on the exe etc Dependency walker this should give you a list of what it need
Jonathan D
2010-05-09 23:01:57
Thanks for the link. The problem is that I know the dependencies, and it is put them in the bin folder at rebuild action, but not at package function. also calling clean not clear that dependencies.
stacker
2010-05-10 00:36:23
+1 for the link.
stacker
2010-05-10 00:36:48