--- uid: Uno.GettingStarted.UsingWizard --- # The Uno Platform Solution Template > [!Video https://www.youtube-nocookie.com/embed/s_QbZbPIeWY] ## Solution Structure Both the Visual Studio Template Wizard, which comes with the [Uno Platform Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=unoplatform.uno-platform-addin-2022), and the `dotnet new` [unoapp template](xref:Uno.GetStarted.dotnet-new) create a Uno Platform application with the same solution structure. In this guide, we'll explain the different options that can be used to configure the solution that gets generated. The options will be discussed in the groups they appear in the wizard. ## Preset selection [!INCLUDE [Startup](includes/startup.md)] --- ### 1. Framework [!INCLUDE [Framework](includes/framework.md)] --- ### 2. Platforms [!INCLUDE [Platforms](includes/platforms.md)] --- ### 3. Presentation [!INCLUDE [Presentation](includes/presentation.md)] --- ### 4. Markup [!INCLUDE [Markup](includes/markup.md)] --- ### 5. Theme [!INCLUDE [Theme](includes/themes.md)] --- ### 6. Extensions [!INCLUDE [Extensions](includes/extensions.md)] --- ### 7. Features [!INCLUDE [Features](includes/features.md)] --- ### 8. Authentication [!INCLUDE [Authentication](includes/authentication.md)] --- ### 9. Application [!INCLUDE [Application](includes/application.md)] --- ### 10. Testing [!INCLUDE [Testing](includes/testing.md)] --- ### 11. CI Pipeline [!INCLUDE [CI Pipeline](includes/cipipeline.md)]