Skip to content

Commit d5aa86f

Browse files
committed
Use the Microsoft.Windows.Common-Controls 6.0 style for LegacyMessageBox in gallery app #153
1 parent acddd3d commit d5aa86f

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

dev/DevWinUI.Gallery/app.manifest

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33
<assemblyIdentity version="1.0.0.0" name="DevWinUIGallery.app"/>
44

@@ -16,4 +16,16 @@
1616
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
1717
</windowsSettings>
1818
</application>
19-
</assembly>
19+
20+
<dependency>
21+
<dependentAssembly>
22+
<assemblyIdentity
23+
type="win32"
24+
name="Microsoft.Windows.Common-Controls"
25+
version="6.0.0.0"
26+
processorArchitecture="*"
27+
publicKeyToken="6595b64144ccf1df"
28+
language="*" />
29+
</dependentAssembly>
30+
</dependency>
31+
</assembly>

0 commit comments

Comments
 (0)