winstx.exe.manifest
author Claus Gittinger <cg@exept.de>
Wed, 27 Mar 2019 23:35:00 +0100
changeset 1594 3aa76efb2c47
parent 625 3c94454c4b63
permissions -rw-r--r--
*** empty log message ***

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!-- required to tell Win-XP that the new XP styles should be used
     for native widgets.
     Notice, that native widget support is "currently being developed" and
     an unfinished, unsupported etc. feature.
-->

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
	version="1.0.0.0"
	processorArchitecture="X86"
	name="stx"
	type="win32" />

    <description>stx</description>

    <dependency>
	<dependentAssembly>
	    <assemblyIdentity
		type="win32"
		name="Microsoft.Windows.Common-Controls"
		version="6.0.0.0"
		processorArchitecture="X86"
		publicKeyToken="6595b64144ccf1df"
		language="*" />

	</dependentAssembly>
    </dependency>
</assembly>