Staging
v0.8.1
https://github.com/python/cpython
Revision f993399c40389cbe3e32d859eae71b46ca263035 authored by Benjamin Peterson on 12 March 2014, 20:08:43 UTC, committed by Benjamin Peterson on 12 March 2014, 20:08:43 UTC
1 parent bb185ab
Raw File
Tip revision: f993399c40389cbe3e32d859eae71b46ca263035 authored by Benjamin Peterson on 12 March 2014, 20:08:43 UTC
add Sean Rodman
Tip revision: f993399
_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