Sign in | Join
Last post 04-13-2007 4:44 AM by AshokRaja. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
What is the purpose of the "obj" folder, that is autogenerated in the root of a library project?
"obj" folder is used to store temporary object files and other files used to create the final binary.For more info have a look into this thread
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1084368&SiteID=1
Hope this will help you