Can a project contain other projects with Visual Studio? -


i have software project has following structure.

 - library - library b - main program - test main 

i have 4 project files (csproj) each one, if can debugging/compile projects in single solution explorer.

  • does visual studio (especially 2010) support feature?

no, projects cannot contain other projects in visual studio. solutions used container projects.

i don't understand why project container work solution not. can elaborate?


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -