diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-07-18 03:45:29 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-07-18 03:45:29 (GMT) |
commit | bc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30 (patch) | |
tree | c0f0f2227bcbeae9982796a78ae998b2c646bc83 /PCbuild/pcbuild.proj | |
parent | ebf9fd31a8173372551115d2ddb2b50553565500 (diff) | |
download | cpython-bc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30.zip cpython-bc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30.tar.gz cpython-bc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30.tar.bz2 |
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index b849783..9b865e8 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -44,8 +44,6 @@ </Projects> <!-- python3.dll --> <Projects Include="python3dll.vcxproj" /> - <!-- pyshellext.dll --> - <Projects Include="pyshellext.vcxproj" /> <!-- py[w].exe --> <Projects Include="pylauncher.vcxproj;pywlauncher.vcxproj" /> <!-- _freeze_importlib --> |