Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.25 KB

choose-a-solution-template.md

File metadata and controls

28 lines (19 loc) · 1.25 KB
id title
choose-a-solution-template
Choose a Template

import Highlight from '@site/src/components/Highlight';

The Avalonia for Visual Studio extension includes some solution templates that you can use to start an Avalonia UI project. To get started, you will use the simplest of these templates.

Follow this procedure to choose the template:

  • Run Visual Studio, click Create a new project.
  • Type 'Avalonia' in the search box.
  • Click Avalonia Application (the first item in the search results - for C#), then click Next.
  • Complete the Configure you new project dialog, and click Create.

The template will create a new solution and project for you with the Avalonia UI dependencies set, and 5 files.

You are now ready to explore the app.