Mercurial > vim
annotate src/vim.manifest @ 25424:3cf272d6ee04
Added tag v8.2.3248 for changeset 3e56078569cadbe81751d894a3936329836a16da
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 29 Jul 2021 22:30:05 +0200 |
parents | 2e6cc2bf37d8 |
children | 4482dd5f8869 |
rev | line source |
---|---|
7 | 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
24689
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
2 <!-- |
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
3 VIM - Vi IMproved by Bram Moolenaar et al. |
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
4 MS-Windows WinSxS (aka Side-by-side assembly) manifest file |
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
5 Do ":help uganda" in Vim to read copying and usage conditions. |
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
6 Do ":help credits" in Vim to see a list of people who contributed. |
2e6cc2bf37d8
patch 8.2.2883: MS-Windows manifest file name is misleading
Bram Moolenaar <Bram@vim.org>
parents:
18985
diff
changeset
|
7 --> |
1908 | 8 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > |
7 | 9 <assemblyIdentity |
1072 | 10 processorArchitecture="*" |
18879 | 11 version="8.2.0.0" |
7 | 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="*" | |
1072 | 24 processorArchitecture="*" |
7 | 25 /> |
26 </dependentAssembly> | |
27 </dependency> | |
1702 | 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> | |
1908 | 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> | |
18985
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
44 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
45 <application> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
46 <!--The ID below indicates application support for Windows Vista --> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
47 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
48 <!--The ID below indicates application support for Windows 7 --> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
49 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
50 <!--The ID below indicates application support for Windows 8 --> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
51 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
52 <!--The ID below indicates application support for Windows 8.1 --> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
53 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
54 <!--The ID below indicates application support for Windows 10 --> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
55 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
56 </application> |
a4e56c569f11
patch 8.2.0053: windowsversion() does not always return the right value
Bram Moolenaar <Bram@vim.org>
parents:
18879
diff
changeset
|
57 </compatibility> |
7 | 58 </assembly> |