Skip to content

Commit 6900bab

Browse files
authored
alt text fixes
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
1 parent 1969b53 commit 6900bab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ide/how-to-configure-projects-to-target-platforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ For .NET development, .NET 6 or later is required to target the Arm64 platform.
5959
6060
1. If you want to copy the settings from a current platform configuration, choose it, and then choose the **OK** button.
6161

62-
![Screenshot showing the new solution platform and project platform](./media/visualstudio/created-arm64-platform-configuration.png)
62+
![Screenshot showing the new solution platform and project platform.](./media/visualstudio/created-arm64-platform-configuration.png)
6363

6464
> [!NOTE]
6565
> The **Win32** platform name is used for C++ projects, and it means **x86**. Visual Studio considers both project-level platforms and solution-level platforms, and the project platforms come from the language-specific project systems. C++ projects use **Win32** and **x64**, but the solution platforms use **x86** and **x64**. When you choose **x86** as the solution configuration, Visual Studio selects the **Win32** platform for C++ projects. To see both project-level platform and solution-level platform settings, open **Configuration Manager** and note the two platform settings. The solution-level platform is shown in the **Active solution platform** dropdown, and the table shows the project-level platform for each project.
66-
> ![Screenshot showing solution platform and project platform](media/visualstudio/project-platform-win32.png)
66+
> ![Screenshot showing solution platform and project platform.](media/visualstudio/project-platform-win32.png)
6767
6868
:::moniker-end
6969

@@ -87,11 +87,11 @@ For .NET development, .NET 6 or later is required to target the Arm64 platform.
8787
8888
1. If you want to copy the settings from a current platform configuration, choose it, and then choose the **OK** button.
8989

90-
![Screenshot showing the new solution platform and project platform](./media/vs-2022/created-arm64-platform-configuration.png)
90+
![Screenshot showing the new solution platform and project platform.](./media/vs-2022/created-arm64-platform-configuration.png)
9191

9292
> [!NOTE]
9393
> The **Win32** platform name is used for C++ projects, and it means **x86**. Visual Studio considers both project-level platforms and solution-level platforms, and the project platforms come from the language-specific project systems. C++ projects use **Win32** and **x64**, but the solution platforms use **x86** and **x64**. When you choose **x86** as the solution configuration, Visual Studio selects the **Win32** platform for C++ projects. To see both project-level platform and solution-level platform settings, open **Configuration Manager** and note the two platform settings. The solution-level platform is shown in the **Active solution platform** dropdown, and the table shows the project-level platform for each project.
94-
> ![Screenshot showing solution platform and project platform](media/project-platform-win32.png)
94+
> ![Screenshot showing solution platform and project platform.](media/project-platform-win32.png)
9595
9696
:::moniker-end
9797

0 commit comments

Comments
 (0)