<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0' xmlns:asm2="urn:schemas-microsoft-com:asm.v2">
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
</dependency>
<asm2:trustInfo>
<asm2:security>
<asm2:requestedPrivileges>
<asm2:requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</asm2:requestedPrivileges>
</asm2:security>
</asm2:trustInfo>
</assembly>
and the second step is to use the mt.exe or our classical method: embed this resource into resource and do some corresponding configuration in the property of project.

190

被折叠的 条评论
为什么被折叠?



