2016-10-29 18:01:37 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
2021-01-29 22:43:29 +01:00
|
|
|
<assemblyIdentity type="win32" name="minetest" version="0.0.0.0" />
|
2016-10-29 18:01:37 +02:00
|
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<security>
|
|
|
|
<requestedPrivileges>
|
|
|
|
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
|
|
|
|
</requestedPrivileges>
|
|
|
|
</security>
|
|
|
|
</trustInfo>
|
|
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
2020-04-25 14:00:11 +02:00
|
|
|
<windowsSettings>
|
|
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
2021-01-29 22:43:29 +01:00
|
|
|
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
|
2023-12-19 20:19:39 +01:00
|
|
|
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
|
2016-10-29 18:01:37 +02:00
|
|
|
</windowsSettings>
|
|
|
|
</application>
|
|
|
|
</assembly>
|