diff options
Diffstat (limited to 'src/thmviewer/thmviewer.manifest')
-rw-r--r-- | src/thmviewer/thmviewer.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thmviewer/thmviewer.manifest b/src/thmviewer/thmviewer.manifest index 6bd63a5e..4663b61c 100644 --- a/src/thmviewer/thmviewer.manifest +++ b/src/thmviewer/thmviewer.manifest | |||
@@ -7,5 +7,13 @@ | |||
7 | <description>WiX Toolset Theme Viewer</description> | 7 | <description>WiX Toolset Theme Viewer</description> |
8 | <dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /></dependentAssembly></dependency> | 8 | <dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /></dependentAssembly></dependency> |
9 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/></application></compatibility> | 9 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/></application></compatibility> |
10 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
11 | <windowsSettings xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
12 | <!-- pre-Win10 1607 --> | ||
13 | <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> | ||
14 | <!-- Win10 picks the first one it recognizes --> | ||
15 | <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor, System</dpiAwareness> | ||
16 | </windowsSettings> | ||
17 | </application> | ||
10 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security></trustInfo> | 18 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security></trustInfo> |
11 | </assembly> | 19 | </assembly> |