Staging
v0.5.1
https://github.com/python/cpython
Revision a0053bebc2fd67f9f8223181980baae7bb0ccb62 authored by Brett Cannon on 09 June 2016, 23:59:13 UTC, committed by Brett Cannon on 09 June 2016, 23:59:13 UTC
2 parent s 746102b + 5848ac2
Raw File
Tip revision: a0053bebc2fd67f9f8223181980baae7bb0ccb62 authored by Brett Cannon on 09 June 2016, 23:59:13 UTC
Merge
Tip revision: a0053be
_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