Staging
v0.8.1
https://github.com/python/cpython
Revision 00ac28ac4d06a311fc2386ef921b2603735ffae6 authored by Miss Islington (bot) on 08 January 2020, 15:47:25 UTC, committed by GitHub on 08 January 2020, 15:47:25 UTC
(cherry picked from commit 2e6a8efa837410327b593dc83c57492253b1201e)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent 535a3c4
Raw File
Tip revision: 00ac28ac4d06a311fc2386ef921b2603735ffae6 authored by Miss Islington (bot) on 08 January 2020, 15:47:25 UTC
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Tip revision: 00ac28a
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(opensslIncludeDir)\applink.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
</Project>
back to top