From: Steve Dower Date: Fri, 9 Sep 2016 18:05:46 +0000 (-0700) Subject: Issue #26132: Only adds manifest to executables and main DLL. X-Git-Tag: v2.7.13rc1~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=527dc8af86ef535e217131627c0c4a835b11a74c;p=python Issue #26132: Only adds manifest to executables and main DLL. --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 34938eabe9..10b1298034 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 a4e9029928..4380fedee8 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 a29d31e858..da5d5d9ed3 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 ea5f1c82b2..8c5335c956 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