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

ls-TemplateSubFolder limits ability to nest templates in a granular fashion #56

Closed dbenzel closed 9 years ago

dbenzel commented 9 years ago

I love this project, but I am faced with a limitation in that I would like to be able to break item and project templates down into unique subfolder structures for organization within my company's VSIX project.

Suggest refactoring the output buildup to follow the folder structure present in the vsix project under item and project template folders respectively, until the vstemplate definitions are located. What are your thoughts on this? Are you open to pull requests if that would make it easier? Thanks.

dbenzel commented 9 years ago

Please disregard this issue.. I just became aware of _preprocess.xml, and the power it holds over subcategories. Many thanks for this project. :)

sayedihashimi commented 9 years ago

@dbenzel glad you like it. With respect to PRs I'm definitely open to getting help on this project. If you have any ideas for features just open an issue so that we can discuss.