Staging
v0.5.1
https://github.com/python/cpython
Revision 93514bd24447d8dd1579ac838e2d8915a1bbc17f authored by Ned Deily on 18 June 2020, 03:54:25 UTC, committed by Ned Deily on 18 June 2020, 03:54:25 UTC
1 parent d384df4
Raw File
Tip revision: 93514bd24447d8dd1579ac838e2d8915a1bbc17f authored by Ned Deily on 18 June 2020, 03:54:25 UTC
Post release update
Tip revision: 93514bd
_hashlib.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>{cc45963d-bd25-4eb8-bdba-a5507090bca4}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top