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

Update for templates to include files from the project #24

Closed tibel closed 1 year ago

tibel commented 10 years ago

Currently when you build Item & Project templates instead of looking at the project contents all of the files on disk will be included. Including some system files like Thumbs.db if the user has selected to view hidden files. Better would be to only include the files which are listed in the project instead of all files that are on disk.

Note: title was _Exclude "Thumbs.db" from item and project templates_