0N/A<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3356N/A<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
3356N/A manifestVersion="1.0"
3356N/A xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
3356N/A>
0N/A<assemblyIdentity
3356N/A version="IMVERSION"
0N/A processorArchitecture="X86"
3071N/A name="Oracle Corporation, Java(tm) 2 Standard Edition"
0N/A type="win32"
0N/A/>
3356N/A<description>Java(TM) SE PROGRAM process</description>
0N/A<dependency>
0N/A <dependentAssembly>
0N/A <assemblyIdentity
0N/A type="win32"
0N/A name="Microsoft.Windows.Common-Controls"
0N/A version="6.0.0.0"
0N/A processorArchitecture="*"
0N/A publicKeyToken="6595b64144ccf1df"
0N/A language="*"
0N/A />
0N/A </dependentAssembly>
0N/A</dependency>
3356N/A
3356N/A <!-- Identify the application security requirements. -->
3356N/A <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
3356N/A <security>
3356N/A <requestedPrivileges>
3356N/A <requestedExecutionLevel
3356N/A level="asInvoker"
3356N/A uiAccess="false"/>
3356N/A </requestedPrivileges>
3356N/A </security>
3356N/A </trustInfo>
3356N/A
3356N/A <!-- Indicate JDK is high-dpi aware. -->
3356N/A <asmv3:application>
3356N/A <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
3356N/A <dpiAware>true</dpiAware>
3356N/A </asmv3:windowsSettings>
3356N/A </asmv3:application>
3356N/A
3440N/A <!-- Indicate this JDK version is Windows 7 compatible -->
3440N/A <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
3440N/A <application>
3440N/A <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
3440N/A <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
3440N/A </application>
3440N/A </compatibility>
3440N/A
0N/A</assembly>