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

Added the Project Template Wizard projects. #41

Closed dmohl closed 9 years ago

dmohl commented 10 years ago

For more information on what this provides visit http://bloggemdano.blogspot.com/2014/01/a-project-template-wizard-via-nuget.html

sayedihashimi commented 10 years ago

I just realized this was implemented in F#. We already have a C# project for custom wizards. How difficult would this be to port to C#? I'm worried about the following.

  1. Maintenance of wizards going forward
  2. Shipping an additional .dll for all consumers
dmohl commented 10 years ago

It wouldn't be all that difficult to port to C#, though it will be a bit before I can get to it (probably a week or two).

sayedihashimi commented 9 years ago

I'm gonna go head and close this PR