diff options
author | Segev Finer <segev208@gmail.com> | 2017-06-16 03:12:05 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2017-06-16 03:12:05 (GMT) |
commit | c9318853bbe8d62cb72ed853b0ffb75311ea474c (patch) | |
tree | 9a566eea7eb8f7299a88f68ab588b42b92c3ea70 /PCbuild/pcbuild.sln | |
parent | 51599e2bdd10ab77212a7cbb41a13ea70ee13da8 (diff) | |
download | cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.zip cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.tar.gz cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.tar.bz2 |
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
Diffstat (limited to 'PCbuild/pcbuild.sln')
-rw-r--r-- | PCbuild/pcbuild.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln index 4da5849..280c486 100644 --- a/PCbuild/pcbuild.sln +++ b/PCbuild/pcbuild.sln @@ -9,6 +9,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "python.vcxproj", "{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}" + ProjectSection(ProjectDependencies) = postProject + {0E9791DB-593A-465F-98BC-681011311618} = {0E9791DB-593A-465F-98BC-681011311618} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythoncore", "pythoncore.vcxproj", "{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}" EndProject |