额外的空obj文件夹Visual Studio项目 [英] extra empty obj folder Visual Studio project

查看:117
本文介绍了额外的空obj文件夹Visual Studio项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我的视觉工作室项目中有一个额外的空obj文件夹,它从一开始就不存在但只是突然出现在那里,我用google搜索但一无所获。如果有人可以告诉我一些解决方案,我不想删除它以防它损坏项目。

Hi
I've got an extra and empty obj folder in my visual studio project, it was not there from start but just got to be there suddenly, I've googled but got nothing. If someone could tell me some solution, I don't want to just delete it in case it damage the project.

推荐答案

obj文件夹用于临时存储目标文件和用于创建最终二进制文件的其他文件。bin文件夹是完整二进制文件的输出文件夹,而obj文件夹用于存储临时目标文件和用于创建最终二进制文件的其他文件。 />


无论如何,要更改输出文件夹(.. \\\ ..),请转到项目属性,然后单击构建按钮。选项卡,并更改输出路径值。存在不同的输出路径。每个配置的值,您可以从配置中选择属性页顶部的下拉菜单。



(默认配置为debug和release。)



但是,我的建议是:不要改变这个!
"obj" folder is used to store temporary object files and other files used to create the final binary.As the "bin" folder is the output folder for complete binaries whereas the "obj" folder is used to store temporary object files and other files used to create the final binary.

Anyway, to change the output folders (..\bin\..) go to your project properties, click the "Build" tab, and change the "Output Path" value. There is a different "Output Path" value for each configuration, which you select from the "Configuration" dropdown at the top of the properties page.

(Configurations will be "debug" and "release" by default.)

However, my advice is: Do not change this!


这篇关于额外的空obj文件夹Visual Studio项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆