When I compile a project in VB i get the following files:
<ProjectName>.exe
<ProjectName>.exe.config
<ProjectName>.pdb
<ProjectName>.vshost.exe
<ProjectName>.vshost.exe.config
<ProjectName>.vshost.exe.manifest
A quick search of them all gives info about them holding information of debugdata and such. But how do they help me? Do you guys ever use these files?
Let's say I'll make a program and send it away to a friend, what is recommended to send? Just the .exe file or something more?