Skip to content

Commit c7cb150

Browse files
Merge pull request #6079 from TylerMSFT/alt-text
lightbox
2 parents 334a8d5 + ad75365 commit c7cb150

4 files changed

+8
-10
lines changed

docs/build/clang-support-cmake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To add a new Clang configuration to a CMake project:
5050

5151
1. Choose the desired Clang configuration (note that separate Clang configurations are provided for Windows and Linux), then press **Select**:
5252

53-
:::image type="content" source="media/cmake-clang-configuration.png" alt-text="Screenshot of the Add Configuration to C Make Settings dialog for Clang configuration. Contains entries such as Mingw64-Release, x86-Debug, x64-Debug, x86-Clang Debug/Release, and so on.":::
53+
:::image type="content" source="media/cmake-clang-configuration.png" alt-text="Screenshot of the Add Configuration to C Make Settings dialog for Clang configuration. Contains entries such as Mingw64-Release, x86-Debug, x64-Debug, x86-Clang Debug, and so on.":::
5454

5555
1. To make modifications to this configuration, use the **CMake Settings Editor**. For more information, see [Customize CMake build settings in Visual Studio](customize-cmake-settings.md).
5656

@@ -73,7 +73,7 @@ By default, Visual Studio looks for Clang in two places:
7373

7474
You can specify another location by setting the **CMAKE_C_COMPILER** and **CMAKE_CXX_COMPILER** CMake variables in **CMake Settings**:
7575

76-
:::image type="content" source="media/clang-location-cmake.png" alt-text="Screenshot of the C Make Settings dialog box with the C Make C X X Compiler highlighted. C Make configurations are listed such as x64-Clang-Debug, Linx-Clang-Release, and so on." Lightbox="media/clang-location-cmake.png":::
76+
:::image type="content" source="media/clang-location-cmake.png" alt-text="Screenshot of the C Make Settings dialog box with the C Make C X X Compiler highlighted. C Make configurations are listed such as x64-Clang-Debug, Linux-Clang-Release, and so on." Lightbox="media/clang-location-cmake.png":::
7777

7878
## Clang compatibility modes
7979

@@ -87,6 +87,6 @@ After you have set up a Clang configuration, you can build and debug the project
8787

8888
When debugging, you can use breakpoints, memory and data visualization, and most other debugging features. Some compiler-dependent features such as Edit and Continue aren't available for Clang configurations.
8989

90-
:::image type="content" source="media/clang-debug-visualize.png" alt-text="Screenshot of the Visual Studio debugger debugging a CMake Clang project. The Autos window is visible, showing variables and their values.":::
90+
:::image type="content" source="media/clang-debug-visualize.png" alt-text="Screenshot of the Visual Studio debugger debugging a CMake Clang project.":::
9191

9292
::: moniker-end

docs/windows/how-to-use-the-windows-10-sdk-in-a-windows-desktop-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To retarget your projects to use the latest Windows SDK when you upgrade from a
4040

4141
This action changes the values of project macros that include paths to header files and library files. To see what changed, open the **Visual C++ Directories** section of the **Project Properties** dialog. Select one of the properties, such as **Include Directories**. Then, open the property value's dropdown list, and choose **\<Edit>**. The **Include Directories** dialog appears.
4242

43-
:::image type="content" source="media/retargetingwindowssdk4.PNG" alt-text="Screenshot of the Include Directories dialog showing paths to Windows SDK includes such as C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/Include." lightbox="media/retargetingwindowssdk4.PNG":::
43+
:::image type="content" source="media/retargetingwindowssdk4.PNG" alt-text="Screenshot of the Include Directories dialog showing paths to Windows SDK includes such as C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/Include, and so on." lightbox="media/retargetingwindowssdk4.PNG":::
4444

4545
Choose the **Macros >>** button, and scroll down the list of macros to the Windows SDK macros to see all the new values.
4646

docs/windows/walkthrough-deploying-a-visual-cpp-application-by-using-a-setup-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you have Visual Studio installed, but you don't have the C++ or MFC component
4444

4545
1. In the Manage Extensions dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**.
4646

47-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
47+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog with Microsoft Visual Studio Installer Projects selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
4848

4949
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects 2022**. Choose the **Download** button.
5050

@@ -84,7 +84,7 @@ If you have Visual Studio installed, but you don't have the C++ or MFC component
8484

8585
1. In the Manage Extensions dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**.
8686

87-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
87+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog with Microsoft Visual Studio Installer Projects selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
8888

8989
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects**. Choose the **Download** button.
9090

@@ -124,7 +124,7 @@ If you have Visual Studio 2017 installed, but you don't have the C++ or MFC comp
124124

125125
1. In the Extensions and Updates dialog, expand **Online** > **Visual Studio Marketplace** > **Tools** and select **Setup & Deployment**. Set the **Sort by** dropdown to **Most Downloads**.
126126

127-
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog Microsoft Visual Studio Installer Projects item selected.":::
127+
:::image type="content" source="media/vs2019-extension-dialog-installer-project.png" alt-text="Screenshot of the Manage Extensions dialog with Microsoft Visual Studio Installer Projects selected." Lightbox="media/vs2019-extension-dialog-installer-project.png":::
128128

129129
1. In the list of extensions, select **Microsoft Visual Studio Installer Projects**. Choose the **Download** button.
130130

docs/windows/windows-desktop-wizard.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ ms.assetid: 5d7b3a5e-8461-479a-969a-67b7883725b9
1010

1111
The Windows Desktop Wizard replaces the Win32 Application Wizard in Visual Studio 2017 and later. The wizard allows you to create any of four types of C++ projects (listed in the heading in the table below). In each case, you can specify additional options that are appropriate for the type of project you open.
1212

13-
![Screenshot of the Windows Desktop Project wizard.](media/windows-desktop-wizard.png)
14-
15-
:::image type="content" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard. Application type is set to Console Application (.exe) Precompiled Header and Security Development Lifecycle (SDL) checks are selected.":::
13+
:::image type="content" source="media/windows-desktop-wizard.png" alt-text="Screenshot of the Windows Desktop Project wizard. Application type is set to Console Application (.exe). The Precompiled Header and the Security Development Lifecycle (SDL) checkboxes are selected." Lightbox="media/windows-desktop-wizard.png":::
1614

1715
The following table indicates which options are available for each application type.
1816

0 commit comments

Comments
 (0)