summaryrefslogtreecommitdiff
path: root/PCbuild/_msi.vcxproj
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
commit3e8df0179bf861be955190d1939e369af7d7d20b (patch)
treeabaa1935ad909dddb7bd9fa35d75a04f906d150d /PCbuild/_msi.vcxproj
parent58455ad4ed5e6f1eda17ceb0dd7f5612a980e48d (diff)
downloadcpython-3e8df0179bf861be955190d1939e369af7d7d20b.tar.gz
Adds version info to all signed binaries on Windows.
Diffstat (limited to 'PCbuild/_msi.vcxproj')
-rw-r--r--PCbuild/_msi.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/_msi.vcxproj b/PCbuild/_msi.vcxproj
index f5ba7bff76..3895d450f3 100644
--- a/PCbuild/_msi.vcxproj
+++ b/PCbuild/_msi.vcxproj
@@ -69,6 +69,9 @@
<ClCompile Include="..\PC\_msi.c" />
</ItemGroup>
<ItemGroup>
+ <ResourceCompile Include="..\PC\python_nt.rc" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="pythoncore.vcxproj">
<Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>