Creating project templates in vs with existing projects

0

I'm trying to create a project template in vs 2017 using SideWaffle , the problem is that it references existing projects in separate folders. ex:

sln: project A      libraries \ project b      libraries \ project c

The project and project c are in previous folders and these should be shared and referenced in project A, the template should create the sln in this way, currently or it creates project A without the other projects but with the reference or it recreates the other projects duplicating the entire code for each project.

Does anyone know of any way to create this template?

    
asked by anonymous 04.04.2018 / 16:40

0 answers