Staging
v0.8.1
Revision 978a9afc6af6c137065bdcf7ae4ef5450e5b2ec2 authored by Victor Stinner on 29 January 2015, 16:50:58 UTC, committed by Victor Stinner on 29 January 2015, 16:50:58 UTC
is not explicitly closed. Close also explicitly transports in test_sslproto.
1 parent 3c0cf05
Raw File
_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