Skip to content

Commit

Permalink
Merge pull request #542 from RamonUnch/RamonUnch-uiAccess-in-manifest
Browse files Browse the repository at this point in the history
Update .manifest file
  • Loading branch information
RamonUnch authored May 25, 2024
2 parents abc5baf + 64b3811 commit c077516
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions AltSnap.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:v3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="XP style" type="win32" />

<v3:trustInfo><v3:security>
<v3:requestedPrivileges><v3:requestedExecutionLevel level="asInvoker" uiAccess="false" /></v3:requestedPrivileges>
</v3:security></v3:trustInfo>

<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
Expand All @@ -10,12 +14,12 @@
language="*" />
</dependentAssembly>
</dependency>
<asmv3:application>
<asmv3:windowsSettings>
<v3:application>
<v3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</v3:windowsSettings>
</v3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
Expand Down

0 comments on commit c077516

Please sign in to comment.