diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-05-17 20:06:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 20:06:11 (GMT) |
commit | 78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b (patch) | |
tree | 75c8593e7692473a142cf1aefa3a4ec04b9d5429 /PCbuild/pcbuild.sln | |
parent | 378d70642aa1c8de2a53ecb811927faf0388db2d (diff) | |
download | cpython-78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b.zip cpython-78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b.tar.gz cpython-78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b.tar.bz2 |
Adds lib.pyproj file to solution (#1633)
* Adds lib.pyproj file to solution so that VS with Python support can open all the files in the standard library.
* Remove unexpected solution configuration.
* Remove lib.pyproj from solution to avoid memory issues on VS 2015.
Diffstat (limited to 'PCbuild/pcbuild.sln')
-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 5808799..4848e2b 100644 --- a/PCbuild/pcbuild.sln +++ b/PCbuild/pcbuild.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25123.0
+# Visual Studio 15
+VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-9816-4996-A660-5D6186A0B0B3}"
ProjectSection(SolutionItems) = preProject
|