[issue31133] [2.7] PCbuild/pcbuild.sln cannot be open by Visual Studio 2010

STINNER Victor report at bugs.python.org
Mon Aug 7 13:25:50 EDT 2017


New submission from STINNER Victor:

The devguide says that Python 2.7 can be build using VS 2010 but it's wrong.

PCbuild/pcbuild.sln starts with:

Microsoft Visual Studio Solution File, Format Version 12.00

Where 12.00 means Visual Studio 2013.

Replacing 12.00 with 11.00 allows me to open the solution in Visual Studio 2010. So I suggest to make this change.

Note: By the way, why VS wants to build in 32-bit mode by default? It would be nice to switch to 64-bit mode by default!

----------
components: Build, Windows
messages: 299854
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: [2.7] PCbuild/pcbuild.sln cannot be open by Visual Studio 2010
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31133>
_______________________________________


More information about the Python-bugs-list mailing list