Search code examples
c#macosxamarin.formsvisual-studio-extensions

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.


Solution

  • I was pointing wrong wizard id in the configuration file.

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