summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyshellext.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+16
| | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-161-0/+87
works correctly.