Update walkthrough-my-first-wpf-desktop-application.md (#1312)

This commit is contained in:
Andy (Steve) De George
2022-02-17 20:10:12 +00:00
committed by GitHub
parent e9336278b2
commit 2ef8f1d274
@@ -211,6 +211,8 @@ In this section, you'll add two pages and an image to the application.
2. In the **Add Existing Item** dialog, set the file filter to either **All Files** or **Image Files**, browse to the image file you want to use, and then select **Add**. 2. In the **Add Existing Item** dialog, set the file filter to either **All Files** or **Image Files**, browse to the image file you want to use, and then select **Add**.
3. Select the image file in **Solution Explorer**, then in the **Properties** window, set **Build Action** to **Resource**.
## Build and run the application ## Build and run the application
1. To build and run the application, press **F5** or select **Start Debugging** from the **Debug** menu. 1. To build and run the application, press **F5** or select **Start Debugging** from the **Debug** menu.