what is the obj folder ?

When I compile an application, what is the obj folder used for



Answer this question

what is the obj folder ?

  • m.schlestein

    Hi,

    An \obj folder contains a \Debug folder (intermediate files compiled with full symbolic debug information and no optimization), or a \Release folder (intermediate files that are fully optimized and contain no symbolic debug information), depending on the build type you select in the Solution Configurations list (on the Standard toolbar).

    You can also take a look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1084368&SiteID=1

    Thank you



  • CHEN YU-TIEN

    http://www.dotnetspider.com/technology/qa/Question17427.aspx
  • what is the obj folder ?