commit | 78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Wed May 17 13:06:11 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed May 17 13:06:11 2017 -0700 |
tree | 75c8593e7692473a142cf1aefa3a4ec04b9d5429 | |
parent | 378d70642aa1c8de2a53ecb811927faf0388db2d [diff] |
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.