Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: e0fbe5feee4f9c00f09eb9659c2182183036261a authored by Ned Deily on 04 March 2017, 17:25:04 UTC
Update docs and patchlevel for 3.6.1rc1.
Tip revision: e0fbe5f
_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