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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Which VS2008 files are important?

Which VS2008 files are important?

Scheduled Pinned Locked Moved C / C++ / MFC
question
8 Posts 4 Posters 1 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.
  • S Offline
    S Offline
    softwaremonkey
    wrote on last edited by
    #1

    Hi, Could anyone please advise which files in a VS2008 solution that I really don't need to back up as I have limited backup space? So far, candidates for exclusion are: *.pch, *.obj, *.sbr, *.ncb. How about *,pdb? Any others - particularly large files. Thanks :thumbsup:

    _ A J 3 Replies Last reply
    0
    • S softwaremonkey

      Hi, Could anyone please advise which files in a VS2008 solution that I really don't need to back up as I have limited backup space? So far, candidates for exclusion are: *.pch, *.obj, *.sbr, *.ncb. How about *,pdb? Any others - particularly large files. Thanks :thumbsup:

      _ Offline
      _ Offline
      _Superman_
      wrote on last edited by
      #2

      You don't need Debug and Release folders. Other than that the only large file is .ncb for VS2008. .pch and .pdb will be inside the Debug and Release folders. .pdb contains symbols and is be used for debugging. But this would only be needed if you're backing up the .exe as well. If you're having the source and intend to backup the source as is without worrying about versions, then you can get rid of the Debug and Release folders.

      «_Superman_»  _I love work. It gives me something to do between weekends.

      _Microsoft MVP (Visual C++)

      Polymorphism in C

      A 1 Reply Last reply
      0
      • S softwaremonkey

        Hi, Could anyone please advise which files in a VS2008 solution that I really don't need to back up as I have limited backup space? So far, candidates for exclusion are: *.pch, *.obj, *.sbr, *.ncb. How about *,pdb? Any others - particularly large files. Thanks :thumbsup:

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        See my reply to this same question here[^].

        1 Reply Last reply
        0
        • _ _Superman_

          You don't need Debug and Release folders. Other than that the only large file is .ncb for VS2008. .pch and .pdb will be inside the Debug and Release folders. .pdb contains symbols and is be used for debugging. But this would only be needed if you're backing up the .exe as well. If you're having the source and intend to backup the source as is without worrying about versions, then you can get rid of the Debug and Release folders.

          «_Superman_»  _I love work. It gives me something to do between weekends.

          _Microsoft MVP (Visual C++)

          Polymorphism in C

          A Offline
          A Offline
          Albert Holguin
          wrote on last edited by
          #4

          «_Superman_» wrote:

          If you're having the source and intend to backup the source as is without worrying about versions, then you can get rid of the Debug and Release folders.

          Why are versions important? You can create tags to take care of versions.

          _ 1 Reply Last reply
          0
          • A Albert Holguin

            «_Superman_» wrote:

            If you're having the source and intend to backup the source as is without worrying about versions, then you can get rid of the Debug and Release folders.

            Why are versions important? You can create tags to take care of versions.

            _ Offline
            _ Offline
            _Superman_
            wrote on last edited by
            #5

            Are we talking about any version control system here?

            «_Superman_»  _I love work. It gives me something to do between weekends.

            _Microsoft MVP (Visual C++)

            Polymorphism in C

            A 1 Reply Last reply
            0
            • _ _Superman_

              Are we talking about any version control system here?

              «_Superman_»  _I love work. It gives me something to do between weekends.

              _Microsoft MVP (Visual C++)

              Polymorphism in C

              A Offline
              A Offline
              Albert Holguin
              wrote on last edited by
              #6

              Not sure what we're talking about actually... :laugh:

              1 Reply Last reply
              0
              • S softwaremonkey

                Hi, Could anyone please advise which files in a VS2008 solution that I really don't need to back up as I have limited backup space? So far, candidates for exclusion are: *.pch, *.obj, *.sbr, *.ncb. How about *,pdb? Any others - particularly large files. Thanks :thumbsup:

                J Offline
                J Offline
                Joe Woodbury
                wrote on last edited by
                #7

                For simplicity, I periodically backup my development folders using Xcopy with the exclude option. The common part of my exclude list is: (There may be extensions in there specific to some things we do, but it works regardless.) .aps .bsc .cod .err .exp .idb .ilk .jbf .lst .map .ncb .obj .opt .pcc .pch .pdb .plg .res .rsp .rtt .rtb .sbr .sup .stt .swp buildlog.htm mt.dep .intermediate.manifest .embed.manifest \bin\Debug \bin\Release \obj\Debug \obj\Release

                S 1 Reply Last reply
                0
                • J Joe Woodbury

                  For simplicity, I periodically backup my development folders using Xcopy with the exclude option. The common part of my exclude list is: (There may be extensions in there specific to some things we do, but it works regardless.) .aps .bsc .cod .err .exp .idb .ilk .jbf .lst .map .ncb .obj .opt .pcc .pch .pdb .plg .res .rsp .rtt .rtb .sbr .sup .stt .swp buildlog.htm mt.dep .intermediate.manifest .embed.manifest \bin\Debug \bin\Release \obj\Debug \obj\Release

                  S Offline
                  S Offline
                  softwaremonkey
                  wrote on last edited by
                  #8

                  Thanks Joe, thats a useful list. Thanks also to everyone else who replied also. :thumbsup: :thumbsup: :cool:

                  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