0

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: enter image description here

Community
  • 1
  • 1
NGambit
  • 1,141
  • 13
  • 27

1 Answers1

1

Click Build, Publish within Visual Studio.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964