visual studio 2013 - How do I configure a solution in VS2013 to use a project branch? -
i have solution includes multiple projects. making changes database require different schema , connection string while i'm working on this.
the solution explorer window looks like:
solution - bll project - website project - dal project - console project - second website project
the actual directory structure looks like:
\source\workspaces\teamname\bll \source\workspaces\teamname\website \source\workspaces\teamname\dal \source\workspaces\teamname\console \source\workspaces\teamname\secondwebsite \source\workspaces\teamname\solutionfiles
i can branch individual projects being changed enough. it's @ point stuck. of have found on , other online resources not explain how switch projects within solution branched version.
do need create new solution file branch , replace projects within branched versions?
branch entire teamname directory including solution , projects.
Comments
Post a Comment