summaryrefslogtreecommitdiff
path: root/shiftos_next/bin
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-05-26 20:35:30 -0400
committerTheUltimateHacker <[email protected]>2015-05-26 20:35:30 -0400
commitaf7679661260c7c9b02e8e746a10f2db42afe70b (patch)
tree4739c6f141afe22d7d32ae43894992674435605a /shiftos_next/bin
parentf9b8f50f27cb8b7330ba143fff24ae98bd1789e9 (diff)
downloadshiftos-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')
-rw-r--r--shiftos_next/bin/Debug/shiftos_next.exebin2279424 -> 2279424 bytes
-rw-r--r--shiftos_next/bin/Debug/shiftos_next.pdbbin189952 -> 187904 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 27ace56..752a092 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 6d8f810..8afd423 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>