home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <!-- Copyright (c) Microsoft Corporation -->
- <assembly
- xmlns="urn:schemas-microsoft-com:asm.v1"
- xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
- manifestVersion="1.0">
- <assemblyIdentity type="win32" publicKeyToken="6595b64144ccf1df" name="System.Security.SoftwareLicensing.UI" version="5.1.0.0" processorArchitecture="x86"/>
- <description>SLS Windows Notification and Activation UI</description>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
- language="*"
- processorArchitecture="x86"
- publicKeyToken="6595b64144ccf1df"
- />
- </dependentAssembly>
- </dependency>
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
- </trustInfo>
- <asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
- </asmv3:windowsSettings>
- </asmv3:application>
- </assembly>
-