vote up 4 vote down star

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 dlls and pdbs. Can someone tell me why is this folder generated

flag

28% accept rate

1 Answer

vote up 4 vote down check

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

Further reading here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.