-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest_mingw.xml
29 lines (29 loc) · 1.03 KB
/
manifest_mingw.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<application>
<windowsSettings xmlns:ws16="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws16:longPathAware>true</ws16:longPathAware>
</windowsSettings>
</application>
<trustInfo>
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker"/>
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 8.1; Server 2012 R2 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<!-- Windows 10, 11; Server 2016, 2019, 2022 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<!-- pendency>
<dependentAssembly>
<assemblyIdentity type="win32" name="ruby_builtin_dlls" version="1.0.0.0"/>
</dependentAssembly>
</depende -->
<file name="LIBRUBY_SO"/>
</assembly>