简体   繁体   中英

Visual Studio for Mac : AddIn Development

I am trying to create a custom Project configuration wizard in Visual Studio (Mac) ( like this ).

  • Created the GUI with Xamarin Forms + GTK
  • Started the Addin Developemnt (As explained here )

But how can I introduce a new screen between the project configuration wizard, which contains custom configurations.

Update

Now I am trying with this link . But still I am trying to add Template Wizard. The configuration window is not shown.

I was pointing wrong wizard id in the configuration file.

<Wizard>MyAddIn.GUI.MyConfigurationWizard</Wizard>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM