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

Custom tasks should go into the assembly #20

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

Now that we have an assembly for custom tasks all custom tasks should go in there instead of being declared inline in the .targets file.

sayedihashimi commented 10 years ago

Implemented this a while back.