summaryrefslogtreecommitdiff
path: root/PCbuild/lib.pyproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30814, bpo-30876: Add new import test files to projects. (#2851)Serhiy Storchaka2017-07-271-0/+6
|
* Adds lib.pyproj file to solution (#1633)Steve Dower2017-05-171-0/+1813
* 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.