Staging
v0.5.1
https://github.com/python/cpython
Revision 9632ea2f26831ae3bbf41ca570d6e138c2f13656 authored by Yury Selivanov on 09 August 2015, 22:21:25 UTC, committed by Yury Selivanov on 09 August 2015, 22:21:25 UTC
1 parent 054d3cd
Raw File
Tip revision: 9632ea2f26831ae3bbf41ca570d6e138c2f13656 authored by Yury Selivanov on 09 August 2015, 22:21:25 UTC
Issue #24763: Fix asyncio test on Windows (fix reverted change)
Tip revision: 9632ea2
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top