Staging
v0.5.1
https://github.com/python/cpython
Revision 96a9eed2457c05af6953890d89463704c9d99c57 authored by Marco Sulla on 26 October 2020, 05:30:51 UTC, committed by GitHub on 26 October 2020, 05:30:51 UTC
1 parent 0f25c23
Raw File
Tip revision: 96a9eed2457c05af6953890d89463704c9d99c57 authored by Marco Sulla on 26 October 2020, 05:30:51 UTC
Added some makefile generated files to .gitignore (GH-22435)
Tip revision: 96a9eed
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top