locked
Template wizard for Expression Blend RRS feed

  • Question

  • 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?

    Thursday, June 16, 2011 2:11 PM

Answers

  • Unfortunately this is not supported in Blend. You could use VS to create the projects and then open them in Blend.
    Thursday, June 16, 2011 6:22 PM
    Moderator