Staging
v0.8.1
https://github.com/python/cpython
Revision 1c837f4010a409f0ecb31d5dde52f882b39ae9c6 authored by Terry Jan Reedy on 01 August 2015, 23:12:37 UTC, committed by Terry Jan Reedy on 01 August 2015, 23:12:37 UTC
1 parent d87d168
Raw File
Tip revision: 1c837f4010a409f0ecb31d5dde52f882b39ae9c6 authored by Terry Jan Reedy on 01 August 2015, 23:12:37 UTC
Issue 24745: Add ACKS entry.
Tip revision: 1c837f4
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