Skip to content

Commit ed73119

Browse files
committed
Separate project template select steps
1 parent 6d7871e commit ed73119

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

uwp/get-started/create-a-hello-world-app-xaml-universal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ Here you'll learn how to:
4141

4242
(If you don't see any UWP templates, you might be missing the components for creating UWP apps. You can repeat the installation process and add UWP support by opening the **Visual Studio Installer** from your Windows Start menu. See [Get set up](/windows/apps/get-started/get-set-up).)
4343

44-
1. Choose the **UWP Blank App** template, select **Next*, and enter "HelloWorld" as the **Project name**. Select **Create**.
45-
46-
![A screenshot of the Configure your new project screen](images/cs-xaml-hw-app1.png)
44+
1. Choose the **UWP Blank App** template.
4745

4846
> [!IMPORTANT]
4947
> Make sure to select the **UWP Blank App** template. If you select the **UWP Blank App (.NET Native)** template, it will target the .NET Native runtime, not .NET 9. Apps targing .NET Native do not have access to the latest .NET and C# features or security and performance improvements. For more information about the differences between the two project types, see [Modernize your UWP app with preview UWP support for .NET 9 and Native AOT](https://devblogs.microsoft.com/ifdef-windows/preview-uwp-support-for-dotnet-9-native-aot/).
5048
49+
1. Select **Next*, and enter "HelloWorld" as the **Project name**. Select **Create**.
50+
51+
![A screenshot of the Configure your new project screen](images/cs-xaml-hw-app1.png)
52+
5153
> [!NOTE]
5254
> If this is the first time you have used Visual Studio, you might see a Settings dialog asking you to enable **Developer mode**. Developer mode is a special setting that enables certain features, such as permission to run apps directly, rather than only from the Store. For more information, please read [Enable your device for development](/windows/apps/get-started/enable-your-device-for-development). To continue with this guide, select **Developer mode**, click **Yes**, and close the dialog.
5355
>

0 commit comments

Comments
 (0)