Staging
v0.5.1
https://github.com/python/cpython
Revision 9f9a00afc028023cb67bc577606587fc163f7f2b authored by Larry Hastings on 04 September 2015, 05:12:08 UTC, committed by Larry Hastings on 04 September 2015, 05:12:08 UTC
2 parent s a43de00 + 4e63f7a
Raw File
Tip revision: 9f9a00afc028023cb67bc577606587fc163f7f2b authored by Larry Hastings on 04 September 2015, 05:12:08 UTC
Merged in storchaka/cpython350 (pull request #13)
Tip revision: 9f9a00a
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top