stx.exe.manifest
author Claus Gittinger <cg@exept.de>
Sun, 19 Jan 2020 16:28:21 +0100
changeset 1620 6437a27b72fc
parent 1607 b5337206dc52
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1604
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     1
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     2
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     3
  <description>Smalltalk/X</description>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     4
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     5
    <security>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     6
      <requestedPrivileges>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     7
	<requestedExecutionLevel level='asInvoker' uiAccess='false' />
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     8
      </requestedPrivileges>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
     9
    </security>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    10
  </trustInfo>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    11
  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    12
    <application>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    13
	<!-- Windows 10 -->
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    14
	<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    15
	<!-- Windows 8.1 -->
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    16
	<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    17
	<!-- Windows 7 -->
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    18
	<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    19
	<!-- Windows 8 -->
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    20
	<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    21
    </application>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    22
</compatibility>
5f03133c7615 Add compatibility options for Windows10
Stefan Vogel <sv@exept.de>
parents: 1598
diff changeset
    23
</assembly>