Staging
v0.5.1
https://github.com/python/cpython
Revision 54362ca1da1f4d9b2e1edb78abaea54af0cfaa2c authored by Ned Deily on 09 January 2015, 21:30:11 UTC, committed by Ned Deily on 09 January 2015, 21:30:11 UTC
1 parent 97ad46b
Raw File
Tip revision: 54362ca1da1f4d9b2e1edb78abaea54af0cfaa2c authored by Ned Deily on 09 January 2015, 21:30:11 UTC
Issue #23212: 3.4-specific OS X installer updates
Tip revision: 54362ca
_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