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

Determine node for template based on directory structure #3

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

Currently all of the templates are hard coded to show up under the Web node in Visual Studio. Instead of this we should get the name of the node from the first folder under ItemTemplates.

For example if you have some files under ItemTemplates\Web they will show up in the Web node. Similarly if you have ItemTemplates\WPF then they will show up under the WPF node.

Note: any folder structure under the first folder is ignored.

sayedihashimi commented 10 years ago

Resolved with commit 0e45fe69d88ea8dd9667c2e3101033b09d19c202