duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
prr | 1a77cbc | 2011-01-19 17:07:51 -0800 | [diff] [blame] | 2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" |
| 3 | manifestVersion="1.0" |
| 4 | xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" |
| 5 | > |
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 6 | <assemblyIdentity |
prr | 1a77cbc | 2011-01-19 17:07:51 -0800 | [diff] [blame] | 7 | version="IMVERSION" |
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 8 | processorArchitecture="X86" |
dav | faff1a8 | 2010-11-25 15:39:39 +0300 | [diff] [blame] | 9 | name="Oracle Corporation, Java(tm) 2 Standard Edition" |
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 10 | type="win32" |
| 11 | /> |
prr | 1a77cbc | 2011-01-19 17:07:51 -0800 | [diff] [blame] | 12 | <description>Java(TM) SE PROGRAM process</description> |
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 13 | <dependency> |
| 14 | <dependentAssembly> |
| 15 | <assemblyIdentity |
| 16 | type="win32" |
| 17 | name="Microsoft.Windows.Common-Controls" |
| 18 | version="6.0.0.0" |
| 19 | processorArchitecture="*" |
| 20 | publicKeyToken="6595b64144ccf1df" |
| 21 | language="*" |
| 22 | /> |
| 23 | </dependentAssembly> |
| 24 | </dependency> |
prr | 1a77cbc | 2011-01-19 17:07:51 -0800 | [diff] [blame] | 25 | |
| 26 | <!-- Identify the application security requirements. --> |
| 27 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
| 28 | <security> |
| 29 | <requestedPrivileges> |
| 30 | <requestedExecutionLevel |
| 31 | level="asInvoker" |
| 32 | uiAccess="false"/> |
| 33 | </requestedPrivileges> |
| 34 | </security> |
| 35 | </trustInfo> |
| 36 | |
| 37 | <!-- Indicate JDK is high-dpi aware. --> |
| 38 | <asmv3:application> |
| 39 | <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> |
| 40 | <dpiAware>true</dpiAware> |
| 41 | </asmv3:windowsSettings> |
| 42 | </asmv3:application> |
| 43 | |
prr | b1b25c6 | 2011-01-26 11:46:40 -0800 | [diff] [blame] | 44 | <!-- Indicate this JDK version is Windows 7 compatible --> |
| 45 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 46 | <application> |
uta | 69e00bf | 2013-08-02 13:16:43 +0400 | [diff] [blame^] | 47 | <!-- Windows Vista --> |
prr | b1b25c6 | 2011-01-26 11:46:40 -0800 | [diff] [blame] | 48 | <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |
uta | 69e00bf | 2013-08-02 13:16:43 +0400 | [diff] [blame^] | 49 | <!-- Windows 7 --> |
| 50 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> |
| 51 | <!-- Windows 8 --> |
| 52 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> |
| 53 | <!-- Windows 8.1 --> |
| 54 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> |
prr | b1b25c6 | 2011-01-26 11:46:40 -0800 | [diff] [blame] | 55 | </application> |
| 56 | </compatibility> |
| 57 | |
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 58 | </assembly> |