Staging
v0.5.1
https://github.com/python/cpython
Revision 3c5dec65e99ab7b641f1663c88e3332fff944881 authored by Christophe Nanteuil on 10 February 2020, 20:17:54 UTC, committed by GitHub on 10 February 2020, 20:17:54 UTC
1 parent 6c9974e
Raw File
Tip revision: 3c5dec65e99ab7b641f1663c88e3332fff944881 authored by Christophe Nanteuil on 10 February 2020, 20:17:54 UTC
Remove redundant references in struct doc (GH-18053)
Tip revision: 3c5dec6
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top