Deploy assembly containing IWizard for project template with VSIX

前端 未结 3 817
天命终不由人
天命终不由人 2021-02-05 19:03

I have created an extension for VS 2010 that deploys a project template. The project template uses a custom wizard (in a specific assembly) that is called when I create a new pr

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 19:42

    This works for me:

    [$RootKey$\BindingPaths\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}]
    "$PackageFolder$"=""
    

    But assembly element doesn't work.

提交回复
热议问题