diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-04-06 19:35:24 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-04-06 19:35:24 (GMT) |
commit | b0660582cc9260022053c83dcfddd47891700147 (patch) | |
tree | 8e3ac87543605f45dcf1590e5dfded69cd3ebec1 /PCbuild/python3dll.vcxproj | |
parent | 48842714b948fa239392ddd7e207151d5fcb8bc7 (diff) | |
download | cpython-b0660582cc9260022053c83dcfddd47891700147.zip cpython-b0660582cc9260022053c83dcfddd47891700147.tar.gz cpython-b0660582cc9260022053c83dcfddd47891700147.tar.bz2 |
Adds version info to all signed binaries on Windows.
Diffstat (limited to 'PCbuild/python3dll.vcxproj')
-rw-r--r-- | PCbuild/python3dll.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/python3dll.vcxproj b/PCbuild/python3dll.vcxproj index 18ff4a8..cbb618f 100644 --- a/PCbuild/python3dll.vcxproj +++ b/PCbuild/python3dll.vcxproj @@ -39,7 +39,6 @@ <RootNamespace>python3dll</RootNamespace> <Keyword>Win32Proj</Keyword> <TargetName>python3</TargetName> - <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget> <SupportPGO>false</SupportPGO> </PropertyGroup> <Import Project="python.props" /> |