Skip to content

Commit a4fdb60

Browse files
Fixed heading level. (#5395)
Co-authored-by: Steven White <31261191+stevewhims@users.noreply.github.com>
1 parent bfc6ed0 commit a4fdb60

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ SignTool.exe sign /fd SHA256 /a /f <path to certificate>\MyCertificate.pfx /p <c
9595

9696
Note: For how to build and sign the identity package within a CI/CD pipeline with production certificates, see the [MSIX and CI/CD Pipeline Overview](/windows/msix/desktop/cicd-overview) for examples.
9797

98-
### Add identity metadata to your desktop application manifests
98+
## Add identity metadata to your desktop application manifests
9999

100100
You connect the identity package with your application executables by including [application manifests](/windows/win32/sbscs/application-manifests) (a.k.a side-by-side or fusion manifests) with metadata that matches metadata from the identity package manifest.
101101

102-
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**.
102+
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**.
103+
104+
105+
Below is an example application manifest snippet demonstrating the `msix` element required to connect your binaries with metadata from your identity package.
103106

104-
Below is an example application manifest snippet demonstrating the `msix` element required to connect your binaries with metadata from your identity package.
105107

106108
```xml
107109
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)