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. Organizing a solution in VS2010

Organizing a solution in VS2010

Scheduled Pinned Locked Moved C#
comquestiondiscussion
5 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.
  • P Offline
    P Offline
    PozzaVecia
    wrote on last edited by
    #1

    I'm going to organize a solution in VS2010. In the solution Explorer, I would like to see a console project and a library folder containing many stand alone class projects. To visualize this structure, i should add a "New Solution Folder" and add all my class projects here. Is it possible to use "New folder" instead of "New solution Folder", to put in side project?. My doubt is that using "New Solution Folder" I'm creating a multi solution ? MSDN suggest not to use a multi solution if not strictly necessary http://msdn.microsoft.com/en-us/library/ee817674.aspx[^]. In my case it is not necessary, I only have a need to "see" a folder in the solution explorer to group my class library What do you think?

    L 1 Reply Last reply
    0
    • P PozzaVecia

      I'm going to organize a solution in VS2010. In the solution Explorer, I would like to see a console project and a library folder containing many stand alone class projects. To visualize this structure, i should add a "New Solution Folder" and add all my class projects here. Is it possible to use "New folder" instead of "New solution Folder", to put in side project?. My doubt is that using "New Solution Folder" I'm creating a multi solution ? MSDN suggest not to use a multi solution if not strictly necessary http://msdn.microsoft.com/en-us/library/ee817674.aspx[^]. In my case it is not necessary, I only have a need to "see" a folder in the solution explorer to group my class library What do you think?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      TheGermoz wrote:

      My doubt is that using "New Solution Folder" I'm creating a multi solution ?

      No, just creates another extra subfolder. I think you're mixing up the terms "solution" and "project". You'd have a single solution, with multiple projects - and that's what most of us will have.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

      P 1 Reply Last reply
      0
      • L Lost User

        TheGermoz wrote:

        My doubt is that using "New Solution Folder" I'm creating a multi solution ?

        No, just creates another extra subfolder. I think you're mixing up the terms "solution" and "project". You'd have a single solution, with multiple projects - and that's what most of us will have.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

        P Offline
        P Offline
        PozzaVecia
        wrote on last edited by
        #3

        That's fine. My doubt come from the wording used in VS: "New Solution Folder", so I thought I'm creating really a new solution, but it is rally a "New Folder of Projects". Is it right my note? (I'm checking if I correctly understand)

        P 1 Reply Last reply
        0
        • P PozzaVecia

          That's fine. My doubt come from the wording used in VS: "New Solution Folder", so I thought I'm creating really a new solution, but it is rally a "New Folder of Projects". Is it right my note? (I'm checking if I correctly understand)

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          A solution folder is just a folder at the solution level that you can use to organise things in. They could be projects or they could be things such as common DLLs that you want to refer to across the solution.

          *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

          "Mind bleach! Send me mind bleach!" - Nagy Vilmos

          CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

          P 1 Reply Last reply
          0
          • P Pete OHanlon

            A solution folder is just a folder at the solution level that you can use to organise things in. They could be projects or they could be things such as common DLLs that you want to refer to across the solution.

            *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

            "Mind bleach! Send me mind bleach!" - Nagy Vilmos

            CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

            P Offline
            P Offline
            PozzaVecia
            wrote on last edited by
            #5

            Thanks, I note that using "New Solution Folder" you can add in project and can be used only at higher level than project. The folder is not really created in the HD. The name of solution folder can not use special characters such as "#" (strange... If I add a Folder I can...) using "New Folder" can be used inside a project and can contain files. The directory is really created in the HD and you can use special character such as "#" Obviously :( I needed a mixed solution.. I need to use special character and I should contain project.. Not lucky...

            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