Staging
v0.5.1
https://github.com/python/cpython
Revision 5cb0c09fa6384990da0f2c47b92bd0ae8f87ff5d authored by Yury Selivanov on 21 November 2016, 22:47:41 UTC, committed by Yury Selivanov on 21 November 2016, 22:47:41 UTC
2 parent s bf87126 + dab0584
Raw File
Tip revision: 5cb0c09fa6384990da0f2c47b92bd0ae8f87ff5d authored by Yury Selivanov on 21 November 2016, 22:47:41 UTC
Merge 3.5 (issue #28652)
Tip revision: 5cb0c09
_asyncio.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{2422278e-eeeb-4241-8182-433e2bc5a7fc}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_asynciomodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top