Merge branch 'vim-with-runtime' into feat/tagfunc
[vim_extended.git] / src / gvim.exe.mnf
blob0033979926dd97a42d6ff7a9869eb0a16df1e268
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
3 <assemblyIdentity
4 processorArchitecture="*"
5 version="7.2.0.0"
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="*"
18 processorArchitecture="*"
20 </dependentAssembly>
21 </dependency>
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>
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>
38 </assembly>