OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tk8.6.12 / win / wish.exe.manifest.in
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"
3         xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
4     <assemblyIdentity
5             version="@TK_WIN_VERSION@"
6             processorArchitecture="@MACHINE@"
7             name="Tcl.Tk.wish"
8             type="win32"
9         />
10     <description>Tcl/Tk windowing shell (wish)</description>
11     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
12         <security>
13             <requestedPrivileges>
14                 <requestedExecutionLevel
15                         level="asInvoker"
16                         uiAccess="false"
17                     />
18             </requestedPrivileges>
19         </security>
20     </trustInfo>
21     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
22         <application>
23             <!-- Windows 10 -->
24             <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
25             <!-- Windows 8.1 -->
26             <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
27             <!-- Windows 8 -->
28             <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
29             <!-- Windows 7 -->
30             <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
31             <!-- Windows Vista -->
32             <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
33         </application>
34     </compatibility>
35     <asmv3:application>
36         <asmv3:windowsSettings
37                 xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
38             <dpiAware>true</dpiAware>
39         </asmv3:windowsSettings>
40     </asmv3:application>
41     <dependency>
42         <dependentAssembly>
43             <assemblyIdentity
44                     type="win32"
45                     name="Microsoft.Windows.Common-Controls"
46                     version="6.0.0.0"
47                     processorArchitecture="@MACHINE@"
48                     publicKeyToken="6595b64144ccf1df"
49                     language="*"
50                 />
51         </dependentAssembly>
52     </dependency>
53 </assembly>