Well to build an exe file you need to use the Build menu in the top menu bar. Click Build <ProjectName> and afterwards depending on the current configuration of your project (Release or Debug) your .exe file will be stored inside the folder where your project is stored. You will find a bin directory there and inside of it a Debug or Release folder (depending of the configuration as I said).
Regards.