[Python-checkins] cpython (3.5): Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj

steve.dower python-checkins at python.org
Sun Jul 17 23:46:18 EDT 2016


https://hg.python.org/cpython/rev/d044e03fbed6
changeset:   102388:d044e03fbed6
branch:      3.5
parent:      102386:b43f61118793
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sun Jul 17 20:45:29 2016 -0700
summary:
  Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj

files:
  PCbuild/pcbuild.proj |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
--- 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 -->

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list