What is obj folder generated for? [duplicate]

≯℡__Kan透↙ 提交于 2019-12-17 17:36:36

问题


Possible Duplicate:
What are the obj and bin folders (created by Visual Studio) used for?

The default output path for any project is Visual studio is bin/Debug, but I have noticed that obj folder is also generated which again contains dll and pdb files. Can someone tell me why is this folder generated?


回答1:


"obj" folder is used to store temporary object files and other files used to create the final binary.

Further reading here



来源:https://stackoverflow.com/questions/172279/what-is-obj-folder-generated-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!