| // Resource script for Python console EXEs. |
| #include "python_ver_rc.h" |
| // Include the manifest file that indicates we support all |
| // current versions of Windows. |
| 1 RT_MANIFEST "python.manifest" |
| 1 ICON DISCARDABLE "pycon.ico" |
| ///////////////////////////////////////////////////////////////////////////// |
| VS_VERSION_INFO VERSIONINFO |
| PRODUCTVERSION PYVERSION64 |
| VALUE "CompanyName", PYTHON_COMPANY "\0" |
| VALUE "FileDescription", "Python\0" |
| VALUE "FileVersion", PYTHON_VERSION |
| VALUE "InternalName", "Python Console\0" |
| VALUE "LegalCopyright", PYTHON_COPYRIGHT "\0" |
| VALUE "OriginalFilename", "python" PYTHON_DEBUG_EXT ".exe\0" |
| VALUE "ProductName", "Python\0" |
| VALUE "ProductVersion", PYTHON_VERSION |
| VALUE "Translation", 0x0, 1200 |