I ve created a basic console app in Visual Studio 2008, which references an external assembly.
When I publish and install the project, both the executable and the external assembly are installed in the target folder.
Is it possible to compile the project, and have all referenced assemblies included in the main executable - so there is only one file to distribute?
Thanks for any help,
Franko