Staging
v0.5.1
https://github.com/python/cpython
Revision 9393fffa5fe8b504c90fc3011014db0c7666633e authored by Zachary Ware on 29 April 2014, 14:24:40 UTC, committed by Zachary Ware on 29 April 2014, 14:24:40 UTC
1 parent 26f82ef
Raw File
Tip revision: 9393fffa5fe8b504c90fc3011014db0c7666633e authored by Zachary Ware on 29 April 2014, 14:24:40 UTC
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
Tip revision: 9393fff
make_versioninfo.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e4180954-c3a5-4749-b9a4-31b804ee4fa8}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\make_versioninfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top