diff options
| author | Carver Harrison <[email protected]> | 2016-07-24 14:56:02 -0700 |
|---|---|---|
| committer | Carver Harrison <[email protected]> | 2016-07-24 14:56:02 -0700 |
| commit | 321ddfc66a0a366efa64506c0c33316ca57f251d (patch) | |
| tree | dea2f19fd5a33246e305a3de333a1e29574322b0 /source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest | |
| parent | bf7a488011c09be39bdb4980c2bb020cb1fdb71a (diff) | |
| download | shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.gz shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.bz2 shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.zip | |
HOLY **** THATS A LOT OFF ADDIITIONS
Diffstat (limited to 'source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest')
| -rw-r--r-- | source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.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> |
