summaryrefslogtreecommitdiff
path: root/shiftos_next/bin
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-05-17 11:47:42 -0400
committerTheUltimateHacker <[email protected]>2015-05-17 11:47:42 -0400
commitac564b6e77ed2da993ccd60851709cda39d4ac9f (patch)
treed1633728313e73e81d0d50f8370e9de5728ec447 /shiftos_next/bin
parent26e89066d4a9e831a0c66f0ccddcf731ecbb49f0 (diff)
downloadshiftos-next-ac564b6e77ed2da993ccd60851709cda39d4ac9f.tar.gz
shiftos-next-ac564b6e77ed2da993ccd60851709cda39d4ac9f.tar.bz2
shiftos-next-ac564b6e77ed2da993ccd60851709cda39d4ac9f.zip
Added directory-surfing to Terminal.
Added cd, ls/dir, and mkdir commands to the Terminal.
Diffstat (limited to 'shiftos_next/bin')
-rw-r--r--shiftos_next/bin/Debug/shiftos_next.exebin2171904 -> 2173952 bytes
-rw-r--r--shiftos_next/bin/Debug/shiftos_next.pdbbin65024 -> 67072 bytes
-rw-r--r--shiftos_next/bin/Debug/shiftos_next.vshost.exe.manifest11
3 files changed, 11 insertions, 0 deletions
diff --git a/shiftos_next/bin/Debug/shiftos_next.exe b/shiftos_next/bin/Debug/shiftos_next.exe
index 3600d1b..a5bbe22 100644
--- a/shiftos_next/bin/Debug/shiftos_next.exe
+++ b/shiftos_next/bin/Debug/shiftos_next.exe
Binary files differ
diff --git a/shiftos_next/bin/Debug/shiftos_next.pdb b/shiftos_next/bin/Debug/shiftos_next.pdb
index df285b0..86a65d9 100644
--- a/shiftos_next/bin/Debug/shiftos_next.pdb
+++ b/shiftos_next/bin/Debug/shiftos_next.pdb
Binary files differ
diff --git a/shiftos_next/bin/Debug/shiftos_next.vshost.exe.manifest b/shiftos_next/bin/Debug/shiftos_next.vshost.exe.manifest
new file mode 100644
index 0000000..061c9ca
--- /dev/null
+++ b/shiftos_next/bin/Debug/shiftos_next.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>