7
|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
1908
|
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
|
7
|
3 <assemblyIdentity
|
1072
|
4 processorArchitecture="*"
|
13963
|
5 version="8.1.0.0"
|
7
|
6 type="win32"
|
|
7 name="Vim"
|
|
8 />
|
|
9 <description>Vi Improved - A Text Editor</description>
|
|
10 <dependency>
|
|
11 <dependentAssembly>
|
|
12 <assemblyIdentity
|
|
13 type="win32"
|
|
14 name="Microsoft.Windows.Common-Controls"
|
|
15 version="6.0.0.0"
|
|
16 publicKeyToken="6595b64144ccf1df"
|
|
17 language="*"
|
1072
|
18 processorArchitecture="*"
|
7
|
19 />
|
|
20 </dependentAssembly>
|
|
21 </dependency>
|
1702
|
22 <!-- Vista security requirements -->
|
|
23 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
24 <security>
|
|
25 <requestedPrivileges>
|
|
26 <requestedExecutionLevel
|
|
27 level="asInvoker"
|
|
28 uiAccess="false"/>
|
|
29 </requestedPrivileges>
|
|
30 </security>
|
|
31 </trustInfo>
|
1908
|
32 <!-- Vista High DPI aware -->
|
|
33 <asmv3:application>
|
|
34 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
35 <dpiAware>true</dpiAware>
|
|
36 </asmv3:windowsSettings>
|
|
37 </asmv3:application>
|
7
|
38 </assembly>
|