Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.66 KB

template_vs_2017.md

File metadata and controls

38 lines (20 loc) · 1.66 KB

Template - Visual Studio 2017 Extension

1. Select template type

MvxScaffolding Templates can be found under Visual C# > MvvmCross in the New Project creation wizard.

Visual Studio 2017 screen-shot

You can select between

  • MvxScaffolding MvvmCross Native - Select this option to generate a solution using native Xamarin Android, iOS and UWP projects.
  • MvxScaffolding MvvmCross Forms - Select this option to generate a solution using Xamarin Forms Android, iOS and UWP projects.

2. Enter application details

Enter in your relevant application details. Then select Next to continue.

You can select the ℹ️ to get more details about a specific option.

MvxScaffolding screen-shot

3. Select supported platforms and platform options

Select which platforms you want to support for your scaffolded application. By default Android and iOS are selected. You can select additional platforms by selecting the + or remove platforms by selecting the .

You can select the ℹ️ or row to get more details about a specific option.

MvxScaffolding screen-shot

Once you are satisfied with your choices select Next to continue.

4. Confirmation summary

Double check that you are happy with all your choices. You can adjust any choice by selecting Previous and navigating back to the relevant section.

Once you are satisfied with your choices select Done to start the template generating process.

MvxScaffolding screen-shot