Staging
v0.5.1
https://github.com/python/cpython
Revision 10b8873e4daa543dd52e44b9900fedcb346f7222 authored by Benjamin Peterson on 02 March 2019, 18:17:10 UTC, committed by Benjamin Peterson on 02 March 2019, 18:17:10 UTC
1 parent 59e824b
Raw File
Tip revision: 10b8873e4daa543dd52e44b9900fedcb346f7222 authored by Benjamin Peterson on 02 March 2019, 18:17:10 UTC
Make 2.7.16 release note.
Tip revision: 10b8873
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top