Compile to a stand-alone executable (.exe) in Visual Studio

前端 未结 7 1772
囚心锁ツ
囚心锁ツ 2020-11-30 04:36

how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 05:08

    Inside your project folder their is a bin folder. Inside your bin folder, there are 2 folders, a Release and a Debug. For your polished .exe, you want to go into your Release folder.

    I'm not quite sure if thats what youre asking

提交回复
热议问题