aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-04-06 12:35:24 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-04-06 12:35:24 -0700
commitb0660582cc9260022053c83dcfddd47891700147 (patch)
tree8e3ac87543605f45dcf1590e5dfded69cd3ebec1 /PCbuild/_testbuffer.vcxproj
parentIssue #22570: Renamed Py_SETREF to Py_XSETREF. (diff)
downloadcpython-b0660582cc9260022053c83dcfddd47891700147.tar.gz
cpython-b0660582cc9260022053c83dcfddd47891700147.tar.bz2
cpython-b0660582cc9260022053c83dcfddd47891700147.zip
Adds version info to all signed binaries on Windows.
Diffstat (limited to 'PCbuild/_testbuffer.vcxproj')
-rw-r--r--PCbuild/_testbuffer.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/_testbuffer.vcxproj b/PCbuild/_testbuffer.vcxproj
index 8cbf1251c36..1f45b298102 100644
--- a/PCbuild/_testbuffer.vcxproj
+++ b/PCbuild/_testbuffer.vcxproj
@@ -69,6 +69,9 @@
<ClCompile Include="..\Modules\_testbuffer.c" />
</ItemGroup>
<ItemGroup>
+ <ResourceCompile Include="..\PC\python_nt.rc" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="pythoncore.vcxproj">
<Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
</ProjectReference>