winstx.exe.manifest
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Jun 2016 17:14:29 +0100
branchjv
changeset 1447 0b149293564f
parent 625 3c94454c4b63
permissions -rw-r--r--
Issue #98: Added -P / --package-path command line option ...to modify package path from command line. Just like java's -cp / --classpath

<?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>