[Ttssh2-commit] [8423] マニフェストにサポートOSを追加

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 11月 28日 (木) 23:34:43 JST


Revision: 8423
          https://osdn.net/projects/ttssh2/scm/svn/commits/8423
Author:   zmatsuo
Date:     2019-11-28 23:34:42 +0900 (Thu, 28 Nov 2019)
Log Message:
-----------
マニフェストにサポートOSを追加

- Vista + Server 2008
- 7 + 2008 R2
- 8

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/2

Modified Paths:
--------------
    branches/unicode_buf/teraterm/teraterm/teraterm.manifest
    branches/unicode_buf/teraterm/ttpmacro/ttmacro.manifest

-------------- next part --------------
Modified: branches/unicode_buf/teraterm/teraterm/teraterm.manifest
===================================================================
--- branches/unicode_buf/teraterm/teraterm/teraterm.manifest	2019-11-28 14:34:34 UTC (rev 8422)
+++ branches/unicode_buf/teraterm/teraterm/teraterm.manifest	2019-11-28 14:34:42 UTC (rev 8423)
@@ -33,9 +33,19 @@
   </trustInfo-->
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
     <application>
-      <!-- This Id value indicates the application supports Windows Blue/Server 2012 R2 functionality-->
+      <!-- Windows Vista and Windows Server 2008 -->
+      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+
+      <!-- Windows 7 and Windows Server 2008 R2 -->
+      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+
+      <!-- Windows 8 and Windows Server 2012 -->
+      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+
+      <!-- Windows 8.1 and Windows Server 2012 R2 -->
       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
-      <!-- This Id value indicates the application supports Windows Threshold functionality-->
+
+      <!-- Windows 10 -->
       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
     </application>
   </compatibility>

Modified: branches/unicode_buf/teraterm/ttpmacro/ttmacro.manifest
===================================================================
--- branches/unicode_buf/teraterm/ttpmacro/ttmacro.manifest	2019-11-28 14:34:34 UTC (rev 8422)
+++ branches/unicode_buf/teraterm/ttpmacro/ttmacro.manifest	2019-11-28 14:34:42 UTC (rev 8423)
@@ -33,9 +33,19 @@
   </trustInfo-->
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
     <application>
-      <!-- This Id value indicates the application supports Windows Blue/Server 2012 R2 functionality-->
+      <!-- Windows Vista and Windows Server 2008 -->
+      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+
+      <!-- Windows 7 and Windows Server 2008 R2 -->
+      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+
+      <!-- Windows 8 and Windows Server 2012 -->
+      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+
+      <!-- Windows 8.1 and Windows Server 2012 R2 -->
       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
-      <!-- This Id value indicates the application supports Windows Threshold functionality-->
+
+      <!-- Windows 10 -->
       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
     </application>
   </compatibility>


Ttssh2-commit メーリングリストの案内
Back to archive index