Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> |
||
3 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
||
4 | <security> |
||
5 | <requestedPrivileges> |
||
6 | <requestedExecutionLevel |
||
7 | level="asInvoker" |
||
8 | uiAccess="false"/> |
||
9 | </requestedPrivileges> |
||
10 | </security> |
||
11 | </trustInfo> |
||
12 | <asmv3:application> |
||
13 | <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> |
||
14 | <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</ms_windowsSettings:dpiAware> |
||
15 | </asmv3:windowsSettings> |
||
16 | </asmv3:application> |
||
17 | </assembly> |