Staging
v0.5.1
https://github.com/python/cpython
Revision 28e93dd2b26c460424acbebd00d8b943abbbea17 authored by Miss Islington (bot) on 15 July 2020, 22:14:48 UTC, committed by GitHub on 15 July 2020, 22:14:48 UTC
(cherry picked from commit 936a66094591dc0e67d4a60c170148bb700ec016)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 4a02da4
Raw File
Tip revision: 28e93dd2b26c460424acbebd00d8b943abbbea17 authored by Miss Islington (bot) on 15 July 2020, 22:14:48 UTC
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Tip revision: 28e93dd
_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>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{67630fa4-76e4-4035-bced-043a6df1e2e0}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top