ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Error on template gathering requires parent foldernames to be unique #54

Open sayedihashimi opened 10 years ago

sayedihashimi commented 10 years ago

During the build process the files for item templates are gathered under obj\{build-config}\ls-Templates by the name of the parent folder containing the template. As side effect of this is that all item templates must be in uniquely named parent folders. See this PR on SideWaffle where this bug was found.

Workaround

Rename the parent folder of one of the conflicting item templates.