From 527dc8af86ef535e217131627c0c4a835b11a74c Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 9 Sep 2016 11:05:46 -0700 Subject: [PATCH] Issue #26132: Only adds manifest to executables and main DLL. --- PCbuild/pyproject.props | 7 ++----- PCbuild/python.vcxproj | 3 +++ PCbuild/pythoncore.vcxproj | 3 +++ PCbuild/pythonw.vcxproj | 6 ++++++ 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 34938eabe9d..10b12980348 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -8,12 +8,9 @@ $(SolutionDir)obj\$(ArchName)\$(ProjectName)\ $(ProjectName) $(TargetName)$(PyDebugExt) - false - false - + false + false - true - true true true false diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index a4e90299288..4380fedee84 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -55,6 +55,9 @@ <_ProjectFileVersion>10.0.30319.1 + + true + true diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index a29d31e858d..da5d5d9ed3c 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -59,6 +59,9 @@ <_ProjectFileVersion>10.0.30319.1 $(PyDllName) + + true + true Link diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index ea5f1c82b25..8c5335c9563 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -44,6 +44,9 @@ Application false + + true + true @@ -55,6 +58,9 @@ <_ProjectFileVersion>10.0.30319.1 + + true + true