diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-20 16:30:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-20 16:30:42 (GMT) |
commit | f54bcfb835d49c3f7c61bd9a7637bef1c6890166 (patch) | |
tree | a6aa36a2420681520aca22f1a429f493757da254 /PCbuild | |
parent | 3ddcfb119dc8890756d303a1419c15e3f1f76d8f (diff) | |
download | cpython-f54bcfb835d49c3f7c61bd9a7637bef1c6890166.zip cpython-f54bcfb835d49c3f7c61bd9a7637bef1c6890166.tar.gz cpython-f54bcfb835d49c3f7c61bd9a7637bef1c6890166.tar.bz2 |
Updates PCBuild.sln to open with VS 2015 by default.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pcbuild.sln | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln index 7b37635..b03cf10 100644 --- 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
|