shiftos-next/shiftos_next/bin/Debug/shiftos_next.vshost.exe.manifest
TheUltimateHacker af76796612 Minor MathQuiz errors fixed
Just some variable stuff.
2015-05-26 20:35:30 -04:00

11 lines
479 B
XML

<?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>