Merge pull request #3681 from BayashiPascal/master
[geany-mirror.git] / geany.exe.manifest
bloba3639d8b6a2693523c82555f9ce2d9ce40c0aede
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="2.1.0.0"
5 processorArchitecture="X86"
6 name="Geany"
7 type="win32" />
8 <description>Geany is a fast and lightweight IDE</description>
9 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
10 <security>
11 <requestedPrivileges>
12 <requestedExecutionLevel
13 level="asInvoker"
14 uiAccess="false" />
15 </requestedPrivileges>
16 </security>
17 </trustInfo>
19 <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
20 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
21 <dpiAware>true</dpiAware>
22 </asmv3:windowsSettings>
23 </asmv3:application>
24 </assembly>