I created a C# project using Microsoft Visual Studio 2010 in debug mode and then built it in release mode so that I could run the code on some other machine without Visual Studio. I was motivated by this.
Everything seemed to work fine. However, my ' .../bin/release ' folder has .dll files and not .exe which I could just copy and run from the other machine.
How could I work around this?
EDIT: Here's the solution explorer screenshot: