diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-26 20:35:30 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-26 20:35:30 -0400 |
| commit | af7679661260c7c9b02e8e746a10f2db42afe70b (patch) | |
| tree | 4739c6f141afe22d7d32ae43894992674435605a /shiftos_next/bin/Debug | |
| parent | f9b8f50f27cb8b7330ba143fff24ae98bd1789e9 (diff) | |
| download | shiftos-next-af7679661260c7c9b02e8e746a10f2db42afe70b.tar.gz shiftos-next-af7679661260c7c9b02e8e746a10f2db42afe70b.tar.bz2 shiftos-next-af7679661260c7c9b02e8e746a10f2db42afe70b.zip | |
Minor MathQuiz errors fixed
Just some variable stuff.
Diffstat (limited to 'shiftos_next/bin/Debug')
| -rw-r--r-- | shiftos_next/bin/Debug/shiftos_next.exe | bin | 2279424 -> 2279424 bytes | |||
| -rw-r--r-- | shiftos_next/bin/Debug/shiftos_next.pdb | bin | 189952 -> 187904 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 27ace56..752a092 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 6d8f810..8afd423 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> |
