diff options
Diffstat (limited to 'A5.1/C#/A5/bin/Debug')
-rw-r--r-- | A5.1/C#/A5/bin/Debug/A5.exe | bin | 0 -> 13312 bytes | |||
-rw-r--r-- | A5.1/C#/A5/bin/Debug/A5.pdb | bin | 0 -> 34304 bytes | |||
-rw-r--r-- | A5.1/C#/A5/bin/Debug/A5.vshost.exe | bin | 0 -> 14328 bytes | |||
-rw-r--r-- | A5.1/C#/A5/bin/Debug/A5.vshost.exe.manifest | 11 |
4 files changed, 11 insertions, 0 deletions
diff --git a/A5.1/C#/A5/bin/Debug/A5.exe b/A5.1/C#/A5/bin/Debug/A5.exe Binary files differnew file mode 100644 index 0000000..536aae5 --- /dev/null +++ b/A5.1/C#/A5/bin/Debug/A5.exe diff --git a/A5.1/C#/A5/bin/Debug/A5.pdb b/A5.1/C#/A5/bin/Debug/A5.pdb Binary files differnew file mode 100644 index 0000000..12425d9 --- /dev/null +++ b/A5.1/C#/A5/bin/Debug/A5.pdb diff --git a/A5.1/C#/A5/bin/Debug/A5.vshost.exe b/A5.1/C#/A5/bin/Debug/A5.vshost.exe Binary files differnew file mode 100644 index 0000000..69ed6c0 --- /dev/null +++ b/A5.1/C#/A5/bin/Debug/A5.vshost.exe 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>
|