Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: ab3b0ade505ce07a3d5ec4fbc991a154242732e6 https://github.com/python/cpython/commit/ab3b0ade505ce07a3d5ec4fbc991a154242732e6 Author: Jeremy Kloth <jeremy.kloth at gmail.com> Date: 2017年06月21日 (2017年6月21日) Changed paths: M PC/VS9.0/_elementtree.vcproj M PC/VS9.0/pyexpat.vcproj M PC/VS9.0/pyproject.vsprops M PCbuild/_elementtree.vcxproj M PCbuild/pyexpat.vcxproj Log Message: ----------- bpo-29591: Update VS project files (#2310) * Silence warnings caused by duplicated defines from Modules\expat\winconfig.h * Add WIN32 define to VS9.0 project files to match MSBuild project files.