visual studio编译时的.exe在哪里?

Where is the .exe when you compile in visual studio?

我一直在用 visual studio 做一个 lil 程序。到目前为止,我每次调试都会在 mainfolder/debug/ 中创建一个 .exe。但是从今天开始,我在该文件夹中找到了很多日志和清单以及其他东西,但没有 .exe。我的程序仍然可以正确调试。我能做什么?

转到:

属性->你的项目名称属性->配置属性->常规->输出目录

输入完整的文件夹名称,例如:C:\Users\dell\Desktop\myfolderproject\bin\debug

调试或编译后会出现你的exe