Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. C# output files

C# output files

Scheduled Pinned Locked Moved C#
csharpdebuggingannouncementlearning
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jose Vicente
    wrote on last edited by
    #1

    Hello all. I'm a beginner in C# and right now I'm developing a class library. I have seen that when I build the project two directories are created bin and obj. The first one is the output of the project, which I know I can modify the path in the project settins. This directory have two subdirectories Debug and Release and each one of those two stores the output file and and PDB file. Also, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created. Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both. Can anyone explain to me this behavior. Thanks in advance.

    D 1 Reply Last reply
    0
    • J Jose Vicente

      Hello all. I'm a beginner in C# and right now I'm developing a class library. I have seen that when I build the project two directories are created bin and obj. The first one is the output of the project, which I know I can modify the path in the project settins. This directory have two subdirectories Debug and Release and each one of those two stores the output file and and PDB file. Also, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created. Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both. Can anyone explain to me this behavior. Thanks in advance.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Jose Vicente wrote: lso, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created. It's created during the compile of your project and used for linking various parts of your project together in the final steps of creating your target executables. No, you can't stop it from being created. Jose Vicente wrote: Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both. In the bin folder, under either Debug or Release, depending on what configuration your compile is set for. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      J 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Jose Vicente wrote: lso, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created. It's created during the compile of your project and used for linking various parts of your project together in the final steps of creating your target executables. No, you can't stop it from being created. Jose Vicente wrote: Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both. In the bin folder, under either Debug or Release, depending on what configuration your compile is set for. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        J Offline
        J Offline
        Jose Vicente
        wrote on last edited by
        #3

        Thank you very much

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups