I am working on multi project templates having one web application, 5 class library projects exported from VS2012.
We have custom framework dll(xxx.dll) thats need to referred in all the 6 project templates.
I would like to have a common folder where i can put xxxx.dll and refer in all the projects, same way we get nuget references by package id.
I went through the link Packages in Visual Studio Templates. It has details how to get nuget references in vs templates.
Any suggestion would help.