diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-07-16 23:17:33 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-07-16 23:17:33 (GMT) |
commit | df450d1a18ba668874a2353a3870ba99c4848a75 (patch) | |
tree | 93d41ac47ec98cfe8d8fe1cc5488efe36aef2ed5 /PCbuild/pcbuild.proj | |
parent | 5f804e387ebc70effb61dc124f52acef357471b3 (diff) | |
download | cpython-df450d1a18ba668874a2353a3870ba99c4848a75.zip cpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.gz cpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.bz2 |
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index 9b865e8..c320434 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -46,6 +46,8 @@ <Projects Include="python3dll.vcxproj" /> <!-- py[w].exe --> <Projects Include="pylauncher.vcxproj;pywlauncher.vcxproj" /> + <!-- pyshellext.dll --> + <Projects Include="pyshellext.vcxproj" /> <!-- _freeze_importlib --> <Projects Include="_freeze_importlib.vcxproj" /> <!-- Extension modules --> |