visual studio 2010 - Combining Multiple Solutions into one Solution in VS2010 -


i have solution file has following example projects: sharedlibrary nonsharedlibrary webproject webproject.install

then solution file has following example projects: sharedlibrary windowsserviceproject windowsserviceproject.install

currently open both in 2 separate instances of vs2010. share library same in both shared through source control. there easy way create solution file when opened, opens necessary projects both. when testing, etc. change startup project.

all while maintaining ability open old solutions if want work on 1 of them.

has 1 before and/or know of methodology?

visual studio solutions containers group projects together. can reuse same projects in multiple solutions. common way of handling have 1 solution contains all of projects. create additional solutions load some of projects. example, might make 1 solution ui developers loads projects need while other developers might not care ui need windows service.

each developer can set own startup project stored in local .suo file.

if have multiple solutions open simultaneously , change 1 project you'll reload message in other instance since shared.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -