Custom project templates within a solution, without a nuget package?
Hello!
As part of my VS solution, we have several (30+ projects) that are all similar, effectively acting as asp.net wrappers for a library. I'd like to make a project template to make it easier for us to make more of these API projects and have them be more consistent between each other. Is there a way to make a project template without having it be from a NuGet package, considering the template would only be relevant as part of this solution?
As part of my VS solution, we have several (30+ projects) that are all similar, effectively acting as asp.net wrappers for a library. I'd like to make a project template to make it easier for us to make more of these API projects and have them be more consistent between each other. Is there a way to make a project template without having it be from a NuGet package, considering the template would only be relevant as part of this solution?