Skip to content

Commit 302d37c

Browse files
authored
Update alt-text for images in makefile project guide
1 parent 017a47c commit 302d37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/reference/creating-a-makefile-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ The output file that you specify in the project has no effect on the name that t
3232

3333
1. From the Visual Studio main menu, choose **File** > **New** > **Project/Solution**.
3434

35-
:::image type="content" source="media/file-new-project.png" alt-text="Screenshot of the menu dropdown item to create a new project highlighted":::
35+
:::image type="content" source="media/file-new-project.png" alt-text="Screenshot of the File > New > Project/Solution menu item.":::
3636

3737
1. Type *makefile* into the search box. If you see more than one project template, select the option for your target platform.
3838

39-
:::image type="content" source="media/create-project.png" alt-text="Screenshot of the project template search bar with makefile entered.":::
39+
:::image type="content" source="media/create-project.png" alt-text="Screenshot of the Create a new project dialog. The Create a new project text field text box contains the text: makefile.":::
4040

4141
1. **Windows only**: In the Makefile project **Debug Configuration Settings** page, provide the command, output, clean, and rebuild information for debug and retail builds. Choose **Next** if you want to specify different settings for a Release configuration.
4242

0 commit comments

Comments
 (0)