Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/teraterm.manifest

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8445 - (hide annotations) (download)
Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
File size: 1715 byte(s)
Merge branch 'unicode_buf'
1 maya 3227 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 yutakapon 6286 <assembly manifestVersion="1.0"
3     xmlns="urn:schemas-microsoft-com:asm.v1"
4     xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
5     <description></description>
6     <dependency>
7 maya 3227 <dependentAssembly>
8 yutakapon 6286 <assemblyIdentity
9     type="win32"
10     name="Microsoft.Windows.Common-Controls"
11     version="6.0.0.0"
12 zmatsuo 7896 processorArchitecture="*"
13 yutakapon 6286 publicKeyToken="6595b64144ccf1df"
14     language="*"
15     />
16 doda 6435 <!--assemblyIdentity
17     type="win32"
18 yutakapon 6286 name=SXS_ASSEMBLY_NAME
19     version=SXS_ASSEMBLY_VERSION
20     processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
21     /-->
22     </dependentAssembly>
23     </dependency>
24     <!--trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
25     <security>
26     <requestedPrivileges>
27     <requestedExecutionLevel
28     level="asInvoker"
29     uiAccess="false"
30 maya 3227 />
31 yutakapon 6286 </requestedPrivileges>
32     </security>
33     </trustInfo-->
34     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
35     <application>
36 doda 8445 <!-- Windows Vista and Windows Server 2008 -->
37     <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
38    
39     <!-- Windows 7 and Windows Server 2008 R2 -->
40     <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
41    
42     <!-- Windows 8 and Windows Server 2012 -->
43     <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
44    
45     <!-- Windows 8.1 and Windows Server 2012 R2 -->
46 yutakapon 6286 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
47 doda 8445
48     <!-- Windows 10 -->
49 yutakapon 6286 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
50     </application>
51     </compatibility>
52 maya 3227 </assembly>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26