Multiple projects in a solution, using VSS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark

    Multiple projects in a solution, using VSS

    Is there a realistic way for some developers on our team to work with
    multiple projects in a single solution under VSS source control, and have
    other developers only working with a single project from the solution?

    Thanks in advance.

    Mark


  • john conwell

    #2
    Multiple projects in a solution, using VSS

    Oh yea, no problem. we have a project going right now
    that has 12 different VS projects inside our solution, all
    under source control.

    You can do several ways: one, create one solution file,
    add all the projects to it, and then check the solution
    file into source control. or, just have the projects
    individually under source control, and have everybody just
    create their own solution, with only the different
    projects they need.

    Checking the solution file in is good if you have specific
    build configurations, like a 'Warnings as Errors' build
    configuration. That way its available for everyone.
    [color=blue]
    >-----Original Message-----
    >Is there a realistic way for some developers on our team[/color]
    to work with[color=blue]
    >multiple projects in a single solution under VSS source[/color]
    control, and have[color=blue]
    >other developers only working with a single project from[/color]
    the solution?[color=blue]
    >
    >Thanks in advance.
    >
    >Mark
    >
    >
    >.
    >[/color]

    Comment

    • Mark

      #3
      Re: Multiple projects in a solution, using VSS

      Golden!! Works swell.

      "john conwell" <anonymous@disc ussions.microso ft.com> wrote in message
      news:02a101c3d4 9a$20b8f430$a40 1280a@phx.gbl.. .[color=blue]
      > Oh yea, no problem. we have a project going right now
      > that has 12 different VS projects inside our solution, all
      > under source control.
      >
      > You can do several ways: one, create one solution file,
      > add all the projects to it, and then check the solution
      > file into source control. or, just have the projects
      > individually under source control, and have everybody just
      > create their own solution, with only the different
      > projects they need.
      >
      > Checking the solution file in is good if you have specific
      > build configurations, like a 'Warnings as Errors' build
      > configuration. That way its available for everyone.
      >[color=green]
      > >-----Original Message-----
      > >Is there a realistic way for some developers on our team[/color]
      > to work with[color=green]
      > >multiple projects in a single solution under VSS source[/color]
      > control, and have[color=green]
      > >other developers only working with a single project from[/color]
      > the solution?[color=green]
      > >
      > >Thanks in advance.
      > >
      > >Mark
      > >
      > >
      > >.
      > >[/color][/color]


      Comment

      Working...