mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
This commit is contained in:
parent
5f804e387e
commit
df450d1a18
15 changed files with 868 additions and 10 deletions
|
@ -83,8 +83,9 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<TargetEnvironment>Win32</TargetEnvironment>
|
||||
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||
<TypeLibraryName>$(OutDir)%(Filename).tlb</TypeLibraryName>
|
||||
<HeaderFileName>$(IntDir)%(Filename)_h.h</HeaderFileName>
|
||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
||||
<InterfaceIdentifierFileName>$(MSBuildProjectName)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>$(MSBuildProjectName)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue