mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 02:19:34 -06:00
qmake clang-cl 15 MSVC and manifest
Executables/dll didn't execute on Clang-cl 15 with MSVC.
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
||||
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
|
||||
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<asmv3:trustInfo>
|
||||
<asmv3:security>
|
||||
<asmv3:requestedPrivileges>
|
||||
<!-- Identifies the security level at which the application requests to be executed -->
|
||||
<!-- Requesting no additional permissions -->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</asmv3:requestedPrivileges>
|
||||
</asmv3:security>
|
||||
</asmv3:trustInfo>
|
||||
|
||||
<!-- Declare support for various versions of Windows -->
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Windows 10 -->
|
||||
<!-- Windows 10 and Windows 11 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
||||
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
|
||||
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<asmv3:trustInfo>
|
||||
<asmv3:security>
|
||||
<asmv3:requestedPrivileges>
|
||||
<!-- Identifies the security level at which the application requests to be executed -->
|
||||
<!-- Requesting no additional permissions -->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</asmv3:requestedPrivileges>
|
||||
</asmv3:security>
|
||||
</asmv3:trustInfo>
|
||||
|
||||
<!-- Declare support for various versions of Windows -->
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Windows 10 -->
|
||||
<!-- Windows 10 and Windows 11 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
||||
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
|
||||
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<asmv3:trustInfo>
|
||||
<asmv3:security>
|
||||
<asmv3:requestedPrivileges>
|
||||
<!-- Identifies the security level at which the application requests to be executed -->
|
||||
<!-- Requesting no additional permissions -->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</asmv3:requestedPrivileges>
|
||||
</asmv3:security>
|
||||
</asmv3:trustInfo>
|
||||
|
||||
<!-- Declare support for various versions of Windows -->
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Windows 10 -->
|
||||
<!-- Windows 10 and Windows 11 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
||||
<!-- Indicate UAC compliance, with no need for elevated privileges (Win Vista and later) -->
|
||||
<!-- Describes the minimum security permissions required for the application to run on the client computer -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<asmv3:trustInfo>
|
||||
<asmv3:security>
|
||||
<asmv3:requestedPrivileges>
|
||||
<!-- Identifies the security level at which the application requests to be executed -->
|
||||
<!-- Requesting no additional permissions -->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</asmv3:requestedPrivileges>
|
||||
</asmv3:security>
|
||||
</asmv3:trustInfo>
|
||||
|
||||
<!-- Declare support for various versions of Windows -->
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Windows 10 -->
|
||||
<!-- Windows 10 and Windows 11 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
Reference in New Issue
Block a user