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#
  4. Reorganize directories project

Reorganize directories project

Scheduled Pinned Locked Moved C#
csharpquestionc++visual-studio
7 Posts 3 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.
  • F Offline
    F Offline
    fregolo52
    wrote on last edited by
    #1

    Hello, I asked this question in visual studio forum too. Is it possible to move the obj directory ? (like VC++ project) I would like to have three different directories (on the same root) : - binaries - source code - temporary (obj) I see where are these options in VC++ project settings, but not in VC# project. Thank you Freg.

    A 1 Reply Last reply
    0
    • F fregolo52

      Hello, I asked this question in visual studio forum too. Is it possible to move the obj directory ? (like VC++ project) I would like to have three different directories (on the same root) : - binaries - source code - temporary (obj) I see where are these options in VC++ project settings, but not in VC# project. Thank you Freg.

      A Offline
      A Offline
      Ahmad Mahmoud candseeme
      wrote on last edited by
      #2

      Hi All what i can tell you ( in case if i understand you ) in the "Solution Explorer" Right click the project you are working on and highlight "Add" --> "New Folder" and Give your folder a name say "Sourc Code" and drag and drop your files into this new folder. Now you have a folder contain all of your source code then right click your project once again click "Properties" and from the "Configuration" comboBox select first "Debug" and in the treeview select "Configuration Properties" -->"Build" under "Ouputs" in the listview Change the ouput path to say "binaries\Debug" repeat it with the "Release" change it to "binaries\Release" Now you do have 1) Source Code Folder 2) binaries Folder as for the obj folder leave it as it is Ahmad Shaban

      F 1 Reply Last reply
      0
      • A Ahmad Mahmoud candseeme

        Hi All what i can tell you ( in case if i understand you ) in the "Solution Explorer" Right click the project you are working on and highlight "Add" --> "New Folder" and Give your folder a name say "Sourc Code" and drag and drop your files into this new folder. Now you have a folder contain all of your source code then right click your project once again click "Properties" and from the "Configuration" comboBox select first "Debug" and in the treeview select "Configuration Properties" -->"Build" under "Ouputs" in the listview Change the ouput path to say "binaries\Debug" repeat it with the "Release" change it to "binaries\Release" Now you do have 1) Source Code Folder 2) binaries Folder as for the obj folder leave it as it is Ahmad Shaban

        F Offline
        F Offline
        fregolo52
        wrote on last edited by
        #3

        Ok, Thank you, so these is no solution to move 'obj' directory :( I'll be careful when I save my source code files to not add obj directory in SVN.

        A S 2 Replies Last reply
        0
        • F fregolo52

          Ok, Thank you, so these is no solution to move 'obj' directory :( I'll be careful when I save my source code files to not add obj directory in SVN.

          A Offline
          A Offline
          Ahmad Mahmoud candseeme
          wrote on last edited by
          #4

          Hi Actually i'm not sure !! Ahmad Shaban

          1 Reply Last reply
          0
          • F fregolo52

            Ok, Thank you, so these is no solution to move 'obj' directory :( I'll be careful when I save my source code files to not add obj directory in SVN.

            S Offline
            S Offline
            S Douglas
            wrote on last edited by
            #5

            fregolo52 wrote:

            I'll be careful when I save my source code files to not add obj directory in SVN.

            If your concern is including temp files in subversion, when first importing the source code. What I do normally is clean up the tree first import then go back on my way coding. If you’re commiting code into the repository it should only mark the files for updating that already exist in the repository. If you want to add new files just parse through the list manually and make the check mark next to the file. When pushing code back to the repository you can also right click on files, and chose to exclude them based on file extension. Hope that helps.


            -- modified at 5:51 Wednesday 22nd March, 2006

            F 1 Reply Last reply
            0
            • S S Douglas

              fregolo52 wrote:

              I'll be careful when I save my source code files to not add obj directory in SVN.

              If your concern is including temp files in subversion, when first importing the source code. What I do normally is clean up the tree first import then go back on my way coding. If you’re commiting code into the repository it should only mark the files for updating that already exist in the repository. If you want to add new files just parse through the list manually and make the check mark next to the file. When pushing code back to the repository you can also right click on files, and chose to exclude them based on file extension. Hope that helps.


              -- modified at 5:51 Wednesday 22nd March, 2006

              F Offline
              F Offline
              fregolo52
              wrote on last edited by
              #6

              Thanks for your help

              S 1 Reply Last reply
              0
              • F fregolo52

                Thanks for your help

                S Offline
                S Offline
                S Douglas
                wrote on last edited by
                #7

                No problem, I trust thats what you where looking for?


                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