diff options
Diffstat (limited to 'Mageia - Autorun CD-DVD/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest')
-rwxr-xr-x | Mageia - Autorun CD-DVD/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mageia - Autorun CD-DVD/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest b/Mageia - Autorun CD-DVD/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest new file mode 100755 index 0000000..f96b1d6 --- /dev/null +++ b/Mageia - Autorun CD-DVD/bin/Debug/WindowsFormsApplication1.vshost.exe.manifest @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+ <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>
|