.net - How to add existing project in multi project sln template Visual Studio 2015 -


i'm trying make sln template multiple projects in them. can make multiple new projects in template, can't figure out how add reference existing projects in other solutions inside template. appreciated.

edit

as interested party, clarification, question asking visual studio solution templates , ability (or lack thereof) pattern solutions contain existing standard projects.

in case (i unsure of op working on) creating around 80 or small console applications each refer several standard projects data retrieval , forth. want have method can choose new>project>$my custom template$ , creates solution console project, test project, , includes 5 existing projects references other stuff.

saving project template existing projects not option. re-create project in question. if ever original project gets changed (and will) changes not carry on copies.

first, add necessary projects solution (rc on solution -> add new/existing project).

after that, need go file -> export template. proceed pop-up windows, , should go.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -