Staging
v0.5.1
https://github.com/python/cpython
Revision 0a4bcf18a785ed79a6faba45c05887762c1f56b4 authored by terryjreedy on 16 June 2017, 06:11:31 UTC, committed by GitHub on 16 June 2017, 06:11:31 UTC
1 parent 04431c9
Raw File
Tip revision: 0a4bcf18a785ed79a6faba45c05887762c1f56b4 authored by terryjreedy on 16 June 2017, 06:11:31 UTC
[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)
Tip revision: 0a4bcf1
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top