Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
matveyt | e97c7c9 | 2021-05-24 18:48:27 +0200 | [diff] [blame] | 2 | <!-- |
| 3 | VIM - Vi IMproved by Bram Moolenaar et al. |
| 4 | MS-Windows WinSxS (aka Side-by-side assembly) manifest file |
| 5 | Do ":help uganda" in Vim to read copying and usage conditions. |
| 6 | Do ":help credits" in Vim to see a list of people who contributed. |
| 7 | --> |
Bram Moolenaar | 1e7ac85 | 2009-06-16 14:44:48 +0000 | [diff] [blame] | 8 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 9 | <assemblyIdentity |
Bram Moolenaar | 77f66d6 | 2007-02-20 02:16:18 +0000 | [diff] [blame] | 10 | processorArchitecture="*" |
Bram Moolenaar | 9805653 | 2019-12-12 14:18:35 +0100 | [diff] [blame] | 11 | version="8.2.0.0" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 12 | type="win32" |
| 13 | name="Vim" |
| 14 | /> |
| 15 | <description>Vi Improved - A Text Editor</description> |
| 16 | <dependency> |
| 17 | <dependentAssembly> |
| 18 | <assemblyIdentity |
| 19 | type="win32" |
| 20 | name="Microsoft.Windows.Common-Controls" |
| 21 | version="6.0.0.0" |
| 22 | publicKeyToken="6595b64144ccf1df" |
| 23 | language="*" |
Bram Moolenaar | 77f66d6 | 2007-02-20 02:16:18 +0000 | [diff] [blame] | 24 | processorArchitecture="*" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 25 | /> |
| 26 | </dependentAssembly> |
| 27 | </dependency> |
Bram Moolenaar | ed39e1d | 2008-08-09 17:55:22 +0000 | [diff] [blame] | 28 | <!-- Vista security requirements --> |
| 29 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
| 30 | <security> |
| 31 | <requestedPrivileges> |
| 32 | <requestedExecutionLevel |
| 33 | level="asInvoker" |
| 34 | uiAccess="false"/> |
| 35 | </requestedPrivileges> |
| 36 | </security> |
| 37 | </trustInfo> |
Bram Moolenaar | 1e7ac85 | 2009-06-16 14:44:48 +0000 | [diff] [blame] | 38 | <!-- Vista High DPI aware --> |
| 39 | <asmv3:application> |
| 40 | <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> |
| 41 | <dpiAware>true</dpiAware> |
| 42 | </asmv3:windowsSettings> |
| 43 | </asmv3:application> |
Bram Moolenaar | e20e68b | 2019-12-29 13:43:54 +0100 | [diff] [blame] | 44 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 45 | <application> |
| 46 | <!--The ID below indicates application support for Windows Vista --> |
| 47 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
| 48 | <!--The ID below indicates application support for Windows 7 --> |
| 49 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
| 50 | <!--The ID below indicates application support for Windows 8 --> |
| 51 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
| 52 | <!--The ID below indicates application support for Windows 8.1 --> |
| 53 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
| 54 | <!--The ID below indicates application support for Windows 10 --> |
| 55 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
| 56 | </application> |
| 57 | </compatibility> |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 58 | </assembly> |