I used VS2012 to build a very small console app. After I build it in release mode, not release(active), it still generates debug file such as
- .pdb
- .vshost.exe
- .exe.config
- .vshost.exe.config
- .vshost.exe.manifest
Why are they there? How can I make VS not to generate them?
Thanks,