diff options
author | Andreas Bogk <andreas@pt141.(none)> | 2009-01-15 17:19:59 +0100 |
---|---|---|
committer | Andreas Bogk <andreas@pt141.(none)> | 2009-01-15 17:19:59 +0100 |
commit | 239963273242004426adcaf902459a9e1531ab1a (patch) | |
tree | 8fcf81b0d4db01c2d864953f56428232811ff53d /A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest | |
parent | 7ebd609b4f4139f4dac8627ac00678de89ef4575 (diff) |
C# implementation of A5/1.
Diffstat (limited to 'A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest')
-rw-r--r-- | A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest b/A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest new file mode 100644 index 0000000..f96b1d6 --- /dev/null +++ b/A5.1/C#/A5/bin/Debug/A5.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>
|