Staging
v0.8.1
https://github.com/python/cpython
Revision 0fd3972a3f8f9fcb9cecd30a608eea02d6b3b18e authored by Benjamin Peterson on 17 June 2014, 06:16:06 UTC, committed by Benjamin Peterson on 17 June 2014, 06:16:06 UTC
2 parent s 6cd1954 + 314dc12
Raw File
Tip revision: 0fd3972a3f8f9fcb9cecd30a608eea02d6b3b18e authored by Benjamin Peterson on 17 June 2014, 06:16:06 UTC
merge 3.2
Tip revision: 0fd3972
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top