Staging
v0.5.1
https://github.com/python/cpython
Revision eb352295fd8ceeaa19a72a4b3f7e7ad47676827c authored by Victor Stinner on 27 March 2015, 13:12:08 UTC, committed by Victor Stinner on 27 March 2015, 13:12:08 UTC
1 parent cb29f01
Raw File
Tip revision: eb352295fd8ceeaa19a72a4b3f7e7ad47676827c authored by Victor Stinner on 27 March 2015, 13:12:08 UTC
Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so
Tip revision: eb35229
_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