1<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 3<ms_asmv1:trustInfo xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:ms_asmv1="urn:schemas-microsoft-com:asm.v1"> 4 <ms_asmv1:security> 5 <ms_asmv1:requestedPrivileges> 6 <ms_asmv1:requestedExecutionLevel level="trust1" ms_asmv1:access="false"></ms_asmv1:requestedExecutionLevel> 7 </ms_asmv1:requestedPrivileges> 8 </ms_asmv1:security> 9</ms_asmv1:trustInfo> 10<ms_asmv2:dependency xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2"> 11 <ms_asmv2:dependentAssembly> 12 <ms_asmv2:assemblyIdentity foo="bar" name="identity1" version="1.2.3.4"></assemblyIdentity> 13 </ms_asmv2:dependentAssembly> 14</ms_asmv2:dependency> 15<dependency> 16 <dependentAssembly> 17 <assemblyIdentity bar="foo" name="my assembly" version="5"></assemblyIdentity> 18 </dependentAssembly> 19</dependency> 20<application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> 21 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 22 <supportedOS Id="FooOS"/> 23 <supportedOS Id="BarOS"/> 24 </compatibility> 25 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> 26 <dpiAware>true/pm</dpiAware> 27 </asmv3:windowsSettings> 28</application> 29</assembly> 30