Hi,
I need to create a custom project template for Expression Blend to make some code generation and project configuration according to user's input. Visual Studio 2010 comes with
Microsoft.VisualStudio.TemplateWizard.IWizard
interface for such cases and it works fine. Blend intended to be a tool for designers and this interface could significantly speed up their work.
Can I achieve this with Blend?