Let\'s assume I have a C# Winforms project, MainGUI.
It references another project in the same solution, ControlsLib.
ControlsLib references a third party co
If you modify the main project properties (the executable one) on the tab Publish, option Application Files, then you will be able to tell VS to include all files that are not being copied.