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