1
0
forked from aniani/vim
Files
vim/src/gvim.exe.mnf

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2004-06-13 20:20:40 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2009-06-16 14:44:48 +00:00
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
2004-06-13 20:20:40 +00:00
<assemblyIdentity
2007-02-20 02:16:18 +00:00
processorArchitecture="*"
2019-12-12 14:18:35 +01:00
version="8.2.0.0"
2004-06-13 20:20:40 +00:00
type="win32"
name="Vim"
/>
<description>Vi Improved - A Text Editor</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
2007-02-20 02:16:18 +00:00
processorArchitecture="*"
2004-06-13 20:20:40 +00:00
/>
</dependentAssembly>
</dependency>
2008-08-09 17:55:22 +00:00
<!-- Vista security requirements -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
2009-06-16 14:44:48 +00:00
<!-- Vista High DPI aware -->
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
2004-06-13 20:20:40 +00:00
</assembly>