summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-06-21 14:27:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-06-21 14:27:58 (GMT)
commit56bf6f82021a842d3619e76a9c9d67f54b56fe6f (patch)
tree03e4e77033302befc946d26ba30e17c00c9edf7a /PCbuild
parent9698bde3c2a523a3a64fb1e1d0bb48dc02d217a5 (diff)
downloadcpython-56bf6f82021a842d3619e76a9c9d67f54b56fe6f.zip
cpython-56bf6f82021a842d3619e76a9c9d67f54b56fe6f.tar.gz
cpython-56bf6f82021a842d3619e76a9c9d67f54b56fe6f.tar.bz2
Add version resource.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pylauncher.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/pylauncher.vcxproj b/PCbuild/pylauncher.vcxproj
index c97bb82..25cc245 100644
--- a/PCbuild/pylauncher.vcxproj
+++ b/PCbuild/pylauncher.vcxproj
@@ -154,6 +154,11 @@
<ItemGroup>
<ResourceCompile Include="..\PC\pylauncher.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="make_versioninfo.vcxproj">
+ <Project>{f0e0541e-f17d-430b-97c4-93adf0dd284e}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>