summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-18 03:46:01 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-07-18 03:46:01 (GMT)
commit1db9222b0c216b6eb320fac466a0fcf069515bec (patch)
treeaa7e5a7c6aa02ffe627a20b6d78ca67d7f58e065 /PCbuild
parentc29dd2257eb9dada99ec6449dbb11c5c3bc6f88d (diff)
parentbc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30 (diff)
downloadcpython-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.proj2
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 -->