diff --git a/hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md b/hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md index 979b026c9d..b1a58db3db 100644 --- a/hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md +++ b/hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md @@ -95,13 +95,15 @@ SignTool.exe sign /fd SHA256 /a /f \MyCertificate.pfx /p **New Item** > **Application Manifest File**. +In Visual Studio, you can add an [application manifest](/windows/win32/sbscs/application-manifests) to an executable project by opening the **Project** context menu, and selecting **Add** > **New Item** > **Application Manifest File**. + + +Below is an example application manifest snippet demonstrating the `msix` element required to connect your binaries with metadata from your identity package. -Below is an example application manifest snippet demonstrating the `msix` element required to connect your binaries with metadata from your identity package. ```xml