C# 生成 obj 文件夹是为了什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/172279/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is obj folder generated for?
提问by Nazgul
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?
任何项目的默认输出路径是 Visual Studio is bin/Debug
,但我注意到obj
还会生成文件夹,其中再次包含dll
和pdb
文件。有人能告诉我为什么会生成这个文件夹吗?