Visual Studio的前preSS 2012没有建立exe文件在发布文件夹文件夹、文件、Studio、Visual

由网友(年少掌心的梦)分享简介:我编了一个简单的'Hello World程序。该项目成功编译没有任何错误。我可以看到在bin文件夹中工作的可执行文件。但该项目的发布文件夹是完全空。 I have compiled a simple 'Hello World' program. The program is successfully compiled...

我编了一个简单的'Hello World程序。该项目成功编译没有任何错误。我可以看到在bin文件夹中工作的可执行文件。但该项目的发布文件夹是完全空。

I have compiled a simple 'Hello World' program. The program is successfully compiled without any errors. I can see a working executable in bin folder. But the Release folder of the project is totally empty.

我不知道是否有任何设置问题,或者在建筑物内的任何问题。很显然,我没有看到任何错误。

I don't know if there is any settings problem or any problem in building. Apparently, I don't see any error.

推荐答案

您可以在Visual Studio中的顶尖改变你的构建方式:

You can change your build mode in top of your Visual Studio:

依赖的模式构建解决方案上,Visual Studio将生成.exe文件在任何斌调试文件夹或斌发布文件夹。

Dependently on which mode you build your solution, Visual Studio will generate .exe in either binDebug folder or binRelease folder.

阅读全文

相关推荐

最新文章