Staging
v0.5.1
https://github.com/python/cpython
Revision 0f4dd87a31130b245ec4c6ded9fd6f247e700c0d authored by Dong-hee Na on 13 November 2020, 15:45:02 UTC, committed by GitHub on 13 November 2020, 15:45:02 UTC
(cherry picked from commit 09490a109faaee9cc393b52742a8575c116c56ba)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
1 parent ec306a2
Raw File
Tip revision: 0f4dd87a31130b245ec4c6ded9fd6f247e700c0d authored by Dong-hee Na on 13 November 2020, 15:45:02 UTC
[3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-23265)
Tip revision: 0f4dd87
_uuid.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{4fa4dbfa-e069-4ab4-86a6-ad389b2ec407}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_uuidmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top