diff options
author | Ricco Mandahl Jørgensen <riccojorgensen@gmail.com> | 2018-03-13 12:53:24 +0100 |
---|---|---|
committer | Ricco Mandahl Jørgensen <riccojorgensen@gmail.com> | 2018-03-13 12:53:24 +0100 |
commit | 54749b4012cddd9e80f26971dcf45fc352aead26 (patch) | |
tree | d7b08ab3ff8c0196a0041fa10abeed1a769a514d /PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.vshost.exe.manifest |
First Commit
Diffstat (limited to 'PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.vshost.exe.manifest')
-rw-r--r-- | PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.vshost.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.vshost.exe.manifest b/PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.vshost.exe.manifest new file mode 100644 index 0000000..f96b1d6 --- /dev/null +++ b/PasswordCrackerDistributed/PasswordCrackerServer/bin/Debug/PasswordCrackerServer.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>
|