summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-17 20:46:01 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-17 20:46:01 -0700
commit2a1c348b3c3f4ab6c12ccea62a7c428cf558460f (patch)
treed703dcf4110118c022d9acdef93b8f4f3bf237ce /PCbuild
parent8ccf3ee11522a87919600ef5c4ef7d2dab0c0c60 (diff)
parent468b95f1b5d5ee2c0fedd7a912de9203d644b3f0 (diff)
downloadcpython-2a1c348b3c3f4ab6c12ccea62a7c428cf558460f.tar.gz
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 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 -->