[Python-checkins] cpython: Updates PCBuild.sln to open with VS 2015 by default.

steve.dower python-checkins at python.org
Wed May 20 18:31:09 CEST 2015


https://hg.python.org/cpython/rev/b9f436efe48c
changeset:   96175:b9f436efe48c
user:        Steve Dower <steve.dower at microsoft.com>
date:        Wed May 20 09:30:42 2015 -0700
summary:
  Updates PCBuild.sln to open with VS 2015 by default.

files:
  PCbuild/pcbuild.sln |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln
--- a/PCbuild/pcbuild.sln
+++ b/PCbuild/pcbuild.sln
@@ -1,6 +1,6 @@
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.30501.0
+# Visual Studio 14
+VisualStudioVersion = 14.0.22823.1
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-9816-4996-A660-5D6186A0B0B3}"
 	ProjectSection(SolutionItems) = preProject

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list