Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
keewenaw
GitHub Repository: keewenaw/ethereum-wallet-cracker
Path: blob/main/test/lib/python3.9/site-packages/setuptools/command/launcher manifest.xml
4799 views
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
<assemblyIdentity version="1.0.0.0"
4
processorArchitecture="X86"
5
name="%(name)s"
6
type="win32"/>
7
<!-- Identify the application security requirements. -->
8
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
9
<security>
10
<requestedPrivileges>
11
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
12
</requestedPrivileges>
13
</security>
14
</trustInfo>
15
</assembly>
16
17