[Python-checkins] PCbuild: downgrade pcbuild.sln to support VS 2010 (#3031)

Victor Stinner webhook-mailer at python.org
Thu Aug 10 10:11:32 EDT 2017


https://github.com/python/cpython/commit/693790817a93701093ef93333be7abbb0d6d4309
commit: 693790817a93701093ef93333be7abbb0d6d4309
branch: 2.7
author: Victor Stinner <victor.stinner at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-08-10T16:11:29+02:00
summary:

PCbuild: downgrade pcbuild.sln to support VS 2010 (#3031)

bpo-31133: Downgrade PCbuild/pcbuild.sln from format version 12.00 to
11.00 to support Visual Studio 2010 and newer, not only VS 2013 and
newer.

files:
M PCbuild/pcbuild.sln

diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln
index 069116061f7..e03861bbf99 100644
--- a/PCbuild/pcbuild.sln
+++ b/PCbuild/pcbuild.sln
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
+Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-9816-4996-A660-5D6186A0B0B3}"
 	ProjectSection(SolutionItems) = preProject



More information about the Python-checkins mailing list