I am in the middle of preparing the entire infrastructure for the .NET application in Visual Studio, which contains about 17 projects in the solution. This includes global enumerations, shared resource files, interfaces, general exceptions, etc. I'm not in the place where I write code specific to the application itself.
At this point, I would like to freeze the image of the solution structure and make it reusable. In my next project, I would like to start with the structure where I am now.
How to do this with Visual Studio? Is it better to just copy the structure using Windows Explorer or make T4 templates for this? Or is there an easier way with Visual Studio? I am currently using Visual Studio 2013.
source
share