|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | | -<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:v3="urn:schemas-microsoft-com:asm.v3"> |
3 | | - <assemblyIdentity type="win32" version="1.0.0.0" processorArchitecture="*" name="CEFLauncher" /> |
| 2 | +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" |
| 3 | + xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" |
| 4 | + manifestVersion="1.0"> |
| 5 | + <assemblyIdentity type="win32" |
| 6 | + name="CEFLauncher" |
| 7 | + version="1.6.0" |
| 8 | + processorArchitecture="x86" /> |
4 | 9 |
|
5 | | - <v3:application> |
6 | | - <windowsSettings> |
7 | | - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware> |
8 | | - <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness> |
9 | | - </windowsSettings> |
10 | | - </v3:application> |
| 10 | + <description>MTA:SA CEF (Chromium Embedded Framework) Launcher</description> |
11 | 11 |
|
12 | 12 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
13 | 13 | <application> |
14 | | - <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> <!-- Windows 10 and Windows 11 --> |
15 | | - <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" /> <!-- Windows 8.1 --> |
16 | | - <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" /> <!-- Windows 8 --> |
17 | | - <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> <!-- Windows 7 --> |
| 14 | + <!-- Windows 11 and Windows 10 --> |
| 15 | + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> |
| 16 | + <!-- Windows 8.1 --> |
| 17 | + <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" /> |
| 18 | + <!-- Windows 8 --> |
| 19 | + <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" /> |
| 20 | + <!-- Windows 7 --> |
| 21 | + <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> |
18 | 22 | </application> |
19 | 23 | </compatibility> |
20 | 24 |
|
| 25 | + <asmv3:application> |
| 26 | + <asmv3:windowsSettings |
| 27 | + xmlns:ws2005="http://schemas.microsoft.com/SMI/2005/WindowsSettings" |
| 28 | + xmlns:ws2013="http://schemas.microsoft.com/SMI/2013/WindowsSettings" |
| 29 | + xmlns:ws2016="http://schemas.microsoft.com/SMI/2016/WindowsSettings" |
| 30 | + xmlns:ws2017="http://schemas.microsoft.com/SMI/2017/WindowsSettings" |
| 31 | + xmlns:ws2019="http://schemas.microsoft.com/SMI/2019/WindowsSettings" |
| 32 | + xmlns:ws2020="http://schemas.microsoft.com/SMI/2020/WindowsSettings" |
| 33 | + xmlns:ws2024="http://schemas.microsoft.com/SMI/2024/WindowsSettings"> |
| 34 | + <ws2005:dpiAware>true/pm</ws2005:dpiAware> |
| 35 | + <ws2016:dpiAwareness>PerMonitorV2, PerMonitor</ws2016:dpiAwareness> |
| 36 | + <ws2013:ultraHighResolutionScrollingAware>true</ws2013:ultraHighResolutionScrollingAware> |
| 37 | + <ws2016:longPathAware>true</ws2016:longPathAware> |
| 38 | + <ws2019:activeCodePage>UTF-8</ws2019:activeCodePage> |
| 39 | + <ws2020:heapType>SegmentHeap</ws2020:heapType> |
| 40 | + <ws2024:supportedArchitectures>x86</ws2024:supportedArchitectures> |
| 41 | + </asmv3:windowsSettings> |
| 42 | + </asmv3:application> |
| 43 | + |
21 | 44 | <dependency optional="yes"> |
22 | 45 | <dependentAssembly> |
23 | | - <!-- Automatically use ComCtl32.dll version 6 or later. --> |
24 | | - <assemblyIdentity |
25 | | - type="win32" |
26 | | - name="Microsoft.Windows.Common-Controls" |
27 | | - version="6.0.0.0" |
28 | | - processorArchitecture="*" |
29 | | - publicKeyToken="6595b64144ccf1df" |
30 | | - language="*" /> |
| 46 | + <assemblyIdentity type="win32" |
| 47 | + name="Microsoft.Windows.Common-Controls" |
| 48 | + version="6.0.0.0" |
| 49 | + processorArchitecture="*" |
| 50 | + publicKeyToken="6595b64144ccf1df" |
| 51 | + language="*" /> |
31 | 52 | </dependentAssembly> |
32 | 53 | </dependency> |
| 54 | + |
| 55 | + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
| 56 | + </trustInfo> |
33 | 57 | </assembly> |
0 commit comments