Staging
v0.5.1
https://github.com/python/cpython
Revision cb8de91dadf15925fb95069cb190398e1d485f56 authored by Miss Islington (bot) on 22 August 2019, 16:39:52 UTC, committed by Raymond Hettinger on 22 August 2019, 16:39:52 UTC
(cherry picked from commit 4109263a7edce11194e301138cf66fa2d07f7ce4)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent 2878f37
Raw File
Tip revision: cb8de91dadf15925fb95069cb190398e1d485f56 authored by Miss Islington (bot) on 22 August 2019, 16:39:52 UTC
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
Tip revision: cb8de91
_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