watchexec/watchexec.exe.manifest

24 lines
962 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2021-04-26 15:06:37 +02:00
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo>
<security>
<!--
UAC settings:
- app should run at same integrity level as calling process
- app does not need to manipulate windows belonging to
higher-integrity-level processes
-->
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
2021-04-26 15:23:51 +02:00
<windowsSettings xmlns:ws="http://schemas.microsoft.com/SMI/2020/WindowsSettings">
2021-04-26 15:28:34 +02:00
<ws:activeCodePage>UTF-8</ws:activeCodePage>
2021-04-26 15:33:41 +02:00
<ws:heapType>SegmentHeap</ws:heapType>
2021-04-26 15:06:37 +02:00
<ws:longPathAware>true</ws:longPathAware>
</windowsSettings>
</application>
</assembly>