diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-07-18 03:46:01 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-07-18 03:46:01 (GMT) |
commit | 1db9222b0c216b6eb320fac466a0fcf069515bec (patch) | |
tree | aa7e5a7c6aa02ffe627a20b6d78ca67d7f58e065 /PCbuild | |
parent | c29dd2257eb9dada99ec6449dbb11c5c3bc6f88d (diff) | |
parent | bc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30 (diff) | |
download | cpython-1db9222b0c216b6eb320fac466a0fcf069515bec.zip cpython-1db9222b0c216b6eb320fac466a0fcf069515bec.tar.gz cpython-1db9222b0c216b6eb320fac466a0fcf069515bec.tar.bz2 |
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
Diffstat (limited to 'PCbuild')
-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 --> |