summaryrefslogtreecommitdiff
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-17 20:45:29 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-17 20:45:29 -0700
commit468b95f1b5d5ee2c0fedd7a912de9203d644b3f0 (patch)
tree179cd56e8978e4f383e26d80f7b2d2cb4e40979d /PCbuild/pcbuild.proj
parent08556e528a18a9c6c1299ff9f460355464e12ea1 (diff)
downloadcpython-468b95f1b5d5ee2c0fedd7a912de9203d644b3f0.tar.gz
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r--PCbuild/pcbuild.proj2
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
index b849783c8c..9b865e88b2 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 -->