Staging
v0.5.1
https://github.com/python/cpython
Revision bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c authored by Ned Deily on 29 July 2015, 06:22:23 UTC, committed by Ned Deily on 29 July 2015, 06:22:23 UTC
1 parent 1ee9283
Raw File
Tip revision: bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c authored by Ned Deily on 29 July 2015, 06:22:23 UTC
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
Tip revision: bb1c079
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top