treesummaryrefslogcommitdiff
path: root/res/main.exe.manifest
diff options
context:
space:
mode:
authorPatrick2022-01-12 20:56:10 +0100
committerPatrick2022-01-12 20:56:10 +0100
commit8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b (patch)
treecaebfbef362ee689de07c19361fdc05597a97088 /res/main.exe.manifest
parent4264345d06a81cb561047d0973c44a129db934aa (diff)
downloadautorec-8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b.tar.gz
autorec-8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b.zip
Makefile, auto ico
Diffstat (limited to 'res/main.exe.manifest')
-rw-r--r--res/main.exe.manifest15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/main.exe.manifest b/res/main.exe.manifest
new file mode 100644
index 0000000..f64dfc7
--- /dev/null
+++ b/res/main.exe.manifest
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level='asInvoker' uiAccess='false' />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
+ </dependentAssembly>
+ </dependency>
+</assembly>