aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-16 16:17:33 -0700
commitdf450d1a18ba668874a2353a3870ba99c4848a75 (patch)
tree93d41ac47ec98cfe8d8fe1cc5488efe36aef2ed5 /PCbuild/pyproject.props
parentIssue #13849: Fix test_null_bytes under Windows (diff)
downloadcpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.gz
cpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.bz2
cpython-df450d1a18ba668874a2353a3870ba99c4848a75.zip
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
Diffstat (limited to 'PCbuild/pyproject.props')
-rw-r--r--PCbuild/pyproject.props5
1 files changed, 3 insertions, 2 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index a3a9c2be64b..05473fd054c 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -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>