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 /PC/bdist_wininst | |
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 'PC/bdist_wininst')
-rw-r--r-- | PC/bdist_wininst/bdist_wininst.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/bdist_wininst/bdist_wininst.vcxproj b/PC/bdist_wininst/bdist_wininst.vcxproj index 7971dc7..4dc5009 100644 --- a/PC/bdist_wininst/bdist_wininst.vcxproj +++ b/PC/bdist_wininst/bdist_wininst.vcxproj @@ -37,7 +37,6 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}</ProjectGuid> <RootNamespace>wininst</RootNamespace> - <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget> <SupportPGO>false</SupportPGO> </PropertyGroup> <Import Project="..\..\PCBuild\python.props" /> |