2016-06-24 17:32:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
|
|
|
<id>pythonx86</id>
|
|
|
|
<title>Python (32-bit)</title>
|
|
|
|
<authors>Python Software Foundation</authors>
|
|
|
|
<version>0.0.0.0</version>
|
2019-03-12 23:48:17 +00:00
|
|
|
<license type="file">tools\LICENSE.txt</license>
|
2016-06-24 17:32:15 +00:00
|
|
|
<projectUrl>https://www.python.org/</projectUrl>
|
|
|
|
<description>Installs 32-bit Python for use in build scenarios.</description>
|
|
|
|
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
|
|
|
|
<tags>python</tags>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2017-09-07 02:29:10 +00:00
|
|
|
<file src="**\*" exclude="python.props" target="tools" />
|
2020-09-14 19:30:15 +00:00
|
|
|
<file src="python.props" target="build\native\python.props" />
|
|
|
|
<file src="python.props" target="build\native\pythonx86.props" />
|
2016-06-24 17:32:15 +00:00
|
|
|
</files>
|
|
|
|
</package>
|