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
From stackoverflow
Nazgul
-
"obj" folder is used to store temporary object files and other files used to create the final binary.
Further reading here
From casademora
0 comments:
Post a Comment