diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-17 11:47:42 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-17 11:47:42 -0400 |
| commit | ac564b6e77ed2da993ccd60851709cda39d4ac9f (patch) | |
| tree | d1633728313e73e81d0d50f8370e9de5728ec447 /shiftos_next/bin | |
| parent | 26e89066d4a9e831a0c66f0ccddcf731ecbb49f0 (diff) | |
| download | shiftos-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.exe | bin | 2171904 -> 2173952 bytes | |||
| -rw-r--r-- | shiftos_next/bin/Debug/shiftos_next.pdb | bin | 65024 -> 67072 bytes | |||
| -rw-r--r-- | shiftos_next/bin/Debug/shiftos_next.vshost.exe.manifest | 11 |
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 Binary files differindex 3600d1b..a5bbe22 100644 --- a/shiftos_next/bin/Debug/shiftos_next.exe +++ b/shiftos_next/bin/Debug/shiftos_next.exe diff --git a/shiftos_next/bin/Debug/shiftos_next.pdb b/shiftos_next/bin/Debug/shiftos_next.pdb Binary files differindex df285b0..86a65d9 100644 --- a/shiftos_next/bin/Debug/shiftos_next.pdb +++ b/shiftos_next/bin/Debug/shiftos_next.pdb 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> |
